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/tests/tcg/loongarch64
Bibo Mao 73047c825e hw/loongarch/virt: Get physical entry address with elf file
With load_elf() api, image load low address and high address is converted
to physical address if parameter translate_fn is provided. However
executing entry address is still virtual address. Here convert entry
address into physical address, since MMU is disabled when system power on,
the first PC instruction should be physical address.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Song Gao <gaosong@loongson.cn>
1 month ago
..
system hw/loongarch/virt: Get physical entry address with elf file 1 month ago
Makefile.softmmu-target tests/tcg/loongarch64: Use --no-warn-rwx-segments to link system tests 10 months ago
Makefile.target target/loongarch: Remove cpu_fcsr0 3 years ago
float_convd.ref
float_convs.ref
float_madds.ref
test_bit.c tests/tcg/loongarch64: Add clo related instructions test 3 years ago
test_div.c tests/tcg/loongarch64: Add div and mod related instructions test 3 years ago
test_fclass.c tests/tcg/loongarch64: Add fclass test 3 years ago
test_fcsr.c target/loongarch: Remove cpu_fcsr0 3 years ago
test_fpcom.c tests/tcg/loongarch64: Add fp comparison instructions test 3 years ago
test_pcadd.c tests/tcg/loongarch64: Add pcadd related instructions test 3 years ago