qemu-e2k/target/i386/tcg/sysemu
Paolo Bonzini 68746930ae target/i386: use mmu_translate for NPT walk
Unify the duplicate code between get_hphys and mmu_translate, by simply
making get_hphys call mmu_translate.  This also fixes the support for
5-level nested page tables.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-05-11 04:11:14 -04:00
..
bpt_helper.c i386: move TCG bpt_helper into sysemu/ 2021-05-10 15:41:51 -04:00
excp_helper.c target/i386: use mmu_translate for NPT walk 2021-05-11 04:11:14 -04:00
fpu_helper.c i386: separate fpu_helper sysemu-only parts 2021-05-10 15:41:51 -04:00
meson.build i386: split seg_helper into user-only and sysemu parts 2021-05-10 15:41:52 -04:00
misc_helper.c i386: split misc helper user stubs and sysemu part 2021-05-10 15:41:51 -04:00
seg_helper.c i386: split seg_helper into user-only and sysemu parts 2021-05-10 15:41:52 -04:00
smm_helper.c
svm_helper.c target/i386: extend pg_mode to more CR0 and CR4 bits 2021-05-11 04:11:14 -04:00
tcg-cpu.c