Home
last modified time | relevance | path

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

/qemu/target/i386/hvf/
H A Dvmx.h131 if ((cr0 & CR0_PG_MASK) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE_MASK) && in macvm_set_cr0()
169 wvmcs(vcpu, VMCS_GUEST_CR4, guest_cr4); in macvm_set_cr4()
H A Dx86.c157 uint64_t cr4 = rvmcs(cpu->accel->fd, VMCS_GUEST_CR4); in x86_is_pae_enabled()
H A Dvmcs.h184 #define VMCS_GUEST_CR4 0x00006804 macro
H A Dhvf.c549 env->cr[4] = rvmcs(cpu->accel->fd, VMCS_GUEST_CR4); in hvf_vcpu_exec()
H A Dx86hvf.c206 env->cr[4] = rvmcs(cs->accel->fd, VMCS_GUEST_CR4); in hvf_get_segments()