Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h183 #define VMCS_GUEST_CR3 0x00006802 macro
H A Dvmx.h133 rvmcs(vcpu, VMCS_GUEST_CR3) & ~0x1f, in macvm_set_cr0()
H A Dx86_mmu.c184 target_ulong cr3 = rvmcs(cpu->accel->fd, VMCS_GUEST_CR3); in walk_gpt()
H A Dx86_task.c64 wvmcs(cpu->accel->fd, VMCS_GUEST_CR3, tss->cr3); in load_state_from_tss32()
H A Dx86hvf.c97 wvmcs(cs->accel->fd, VMCS_GUEST_CR3, env->cr[3]); in hvf_put_segments()
205 env->cr[3] = rvmcs(cs->accel->fd, VMCS_GUEST_CR3); in hvf_get_segments()