Searched refs:HOST_CR4 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | vmx.c | 193 vmwrite(HOST_CR4, get_cr4()); in init_vmcs_host_state() 258 vmwrite(GUEST_CR4, vmreadz(HOST_CR4)); in init_vmcs_guest_state()
|
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | vmx.h | 324 HOST_CR4 = 0x00006c04, enumerator
|
/Linux-v4.19/arch/x86/include/asm/ |
D | vmx.h | 330 HOST_CR4 = 0x00006c04, enumerator
|
/Linux-v4.19/arch/x86/kvm/ |
D | vmx_evmcs.h | 33 EVMCS1_FIELD(HOST_CR4, host_cr4,
|
D | vmx.c | 1228 FIELD(HOST_CR4, host_cr4), 6308 vmcs_writel(HOST_CR4, cr4); /* 22.2.3, 22.2.5 */ in vmx_set_constant_host_state() 9976 vmcs_readl(HOST_CR4)); in dump_vmcs() 10697 vmcs_writel(HOST_CR4, cr4); in vmx_vcpu_run()
|