Home
last modified time | relevance | path

Searched refs:nested_cr3 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/i386/
H A Dsvm.h179 uint64_t nested_cr3; member
H A Dmachine.c1431 VMSTATE_UINT64(env.nested_cr3, X86CPU),
H A Dcpu.h2046 uint64_t nested_cr3;
2035 uint64_t nested_cr3; global() member
/openbmc/qemu/target/i386/tcg/system/
H A Dexcp_helper.c563 in.cr3 = env->nested_cr3; in get_physical_address()
H A Dsvm_helper.c293 env->nested_cr3 = x86_ldq_phys(cs, in helper_vmrun()
295 control.nested_cr3)); in helper_vmrun()