Searched refs:HOST_CR4 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 275 vmwrite(HOST_CR4, get_cr4()); in init_vmcs_host_state() 340 vmwrite(GUEST_CR4, vmreadz(HOST_CR4)); in init_vmcs_guest_state()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 144 FIELD(HOST_CR4, host_cr4),
|
H A D | hyperv.c | 38 EVMCS1_FIELD(HOST_CR4, host_cr4,
|
H A D | vmx.c | 4322 vmcs_writel(HOST_CR4, cr4); /* 22.2.3, 22.2.5 */ in vmx_set_constant_host_state() 6351 vmcs_readl(HOST_CR4)); in dump_vmcs() 7353 vmcs_writel(HOST_CR4, cr4); in vmx_vcpu_run()
|
H A D | nested.c | 3121 vmcs_writel(HOST_CR4, cr4); in nested_vmx_check_vmentry_hw()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 277 HOST_CR4 = 0x00006c04, enumerator
|
H A D | evmcs.h | 303 case HOST_CR4: in evmcs_vmread() 709 case HOST_CR4: in evmcs_vmwrite()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | vmx.h | 350 HOST_CR4 = 0x00006c04, enumerator
|