You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/mips
Denis Rastyogin 1f82ca7234 target/mips: fix TLB huge page check to use 64-bit shift
Use extract64(entry, psn, 1) instead of (entry & (1 << psn)) to avoid
undefined behavior for shifts by 32–63 and to make bit extraction intent explicit.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Signed-off-by: Denis Rastyogin <gerben@altlinux.org>
Message-ID: <20250814104914.13101-1-gerben@altlinux.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
6 days ago
..
system target/qmp: Use target_cpu_type() 2 months ago
tcg target/mips: fix TLB huge page check to use 64-bit shift 6 days ago
Kconfig target/mips: Restrict semihosting to TCG 1 year ago
cpu-defs.c.inc target/mips: Add support for emulation of CRC32 instructions 2 months ago
cpu-param.h tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally 5 months ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 2 years ago
cpu.c add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide 1 week ago
cpu.h accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h 4 months ago
fpu.c
fpu_helper.h fpu: allow flushing of output denormals to be after rounding 7 months ago
gdbstub.c target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro 2 years ago
helper.h target/mips: Add support for emulation of CRC32 instructions 2 months ago
internal.h target/mips: Move has_work() from CPUClass to SysemuCPUOps 6 months ago
kvm.c add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide 1 week ago
kvm_mips.h
meson.build target/mips: Add support for emulation of CRC32 instructions 2 months ago
mips-defs.h target/mips: Introduce disas_mt_available() 10 months ago
msa.c fpu: allow flushing of output denormals to be after rounding 7 months ago