Searched refs:HOST_CR4 (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
D | vmx.c | 290 vmwrite(HOST_CR4, get_cr4()); in init_vmcs_host_state() 355 vmwrite(GUEST_CR4, vmreadz(HOST_CR4)); in init_vmcs_guest_state()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
D | vmcs12.c | 142 FIELD(HOST_CR4, host_cr4),
|
D | evmcs.c | 38 EVMCS1_FIELD(HOST_CR4, host_cr4,
|
D | vmx.c | 4133 vmcs_writel(HOST_CR4, cr4); /* 22.2.3, 22.2.5 */ in vmx_set_constant_host_state() 5989 vmcs_readl(HOST_CR4)); in dump_vmcs() 6852 vmcs_writel(HOST_CR4, cr4); in vmx_vcpu_run()
|
D | nested.c | 3097 vmcs_writel(HOST_CR4, cr4); in nested_vmx_check_vmentry_hw()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
D | vmx.h | 322 HOST_CR4 = 0x00006c04, enumerator
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
D | evmcs.h | 283 case HOST_CR4: in evmcs_vmread() 670 case HOST_CR4: in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | vmx.h | 333 HOST_CR4 = 0x00006c04, enumerator
|