Searched refs:HOST_CR0 (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/x86/ ! |
| H A D | vmx.c | 282 vmwrite(HOST_CR0, get_cr0()); in init_vmcs_host_state() 347 vmwrite(GUEST_CR0, vmreadz(HOST_CR0)); in init_vmcs_guest_state()
|
| /linux/tools/testing/selftests/kvm/include/x86/ ! |
| H A D | vmx.h | 273 HOST_CR0 = 0x00006c00, enumerator
|
| H A D | evmcs.h | 294 case HOST_CR0: in evmcs_vmread() 698 case HOST_CR0: in evmcs_vmwrite()
|
| /linux/arch/x86/kvm/vmx/ ! |
| H A D | hyperv_evmcs.c | 27 EVMCS1_FIELD(HOST_CR0, host_cr0,
|
| H A D | vmcs12.c | 145 FIELD(HOST_CR0, host_cr0),
|
| H A D | vmx.c | 4521 vmcs_writel(HOST_CR0, cr0); /* 22.2.3 */ in vmx_set_constant_host_state() 6690 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs()
|
| /linux/arch/x86/include/asm/ ! |
| H A D | vmx.h | 379 HOST_CR0 = 0x00006c00, enumerator
|