ad003650d5
Accesses from a 32-bit environment (32-bit code segment for instruction
accesses, EFER.LMA==0 for processor accesses) have to mask away the
upper 32 bits of the address. While a bit wasteful, the easiest way
to do so is to use separate MMU indexes. These days, QEMU anyway is
compiled with a fixed value for NB_MMU_MODES. Split MMU_USER_IDX,
MMU_KSMAP_IDX and MMU_KNOSMAP_IDX in two.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
bpt_helper.c | ||
excp_helper.c | ||
fpu_helper.c | ||
meson.build | ||
misc_helper.c | ||
seg_helper.c | ||
smm_helper.c | ||
svm_helper.c | ||
tcg-cpu.c |