9c70db9a43
When we use qemu tcg simulation, the page size of bios is 4KB. When using the level 2 super huge page (page size is 1G) to create the page table, it is found that the content of the corresponding address space is abnormal, resulting in the bios can not start the operating system and graphical interface normally. The lddir and ldpte instruction emulation has a problem with the use of super huge page processing above level 2. The page size is not correctly calculated, resulting in the wrong page size of the table entry found by tlb. Signed-off-by: Xianglai Li <lixianglai@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20240318070332.1273939-1-lixianglai@loongson.cn> |
||
---|---|---|
.. | ||
insn_trans | ||
constant_timer.c | ||
csr_helper.c | ||
fpu_helper.c | ||
iocsr_helper.c | ||
meson.build | ||
op_helper.c | ||
tlb_helper.c | ||
translate.c | ||
vec_helper.c |