Searched refs:GUEST_CR4 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 66 SHADOW_FIELD_RW(GUEST_CR4, guest_cr4)
|
H A D | vmcs12.c | 124 FIELD(GUEST_CR4, guest_cr4),
|
H A D | hyperv.c | 112 EVMCS1_FIELD(GUEST_CR4, guest_cr4,
|
H A D | vmx.c | 2511 vcpu->arch.cr4 |= vmcs_readl(GUEST_CR4) & guest_owned_bits; in vmx_cache_reg() 3031 vmcs_writel(GUEST_CR4, (vmcs_readl(GUEST_CR4) & ~X86_CR4_VME) | in enter_pmode() 3113 vmcs_writel(GUEST_CR4, vmcs_readl(GUEST_CR4) | X86_CR4_VME); in enter_rmode() 3498 vmcs_writel(GUEST_CR4, hw_cr4); in vmx_set_cr4() 6260 cr4 = vmcs_readl(GUEST_CR4); in dump_vmcs()
|
H A D | nested.c | 3736 /*1*/ (vmcs_readl(GUEST_CR4) & vcpu->arch.cr4_guest_owned_bits) | in vmcs12_guest_cr4()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 257 GUEST_CR4 = 0x00006804, enumerator
|
H A D | evmcs.h | 411 case GUEST_CR4: in evmcs_vmread() 853 case GUEST_CR4: in evmcs_vmwrite()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | vmx.h | 330 GUEST_CR4 = 0x00006804, enumerator
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 340 vmwrite(GUEST_CR4, vmreadz(HOST_CR4)); in init_vmcs_guest_state()
|