Searched refs:HOST_CR0 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 273 vmwrite(HOST_CR0, get_cr0()); in init_vmcs_host_state() 338 vmwrite(GUEST_CR0, vmreadz(HOST_CR0)); in init_vmcs_guest_state()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 142 FIELD(HOST_CR0, host_cr0),
|
H A D | hyperv.c | 34 EVMCS1_FIELD(HOST_CR0, host_cr0,
|
H A D | vmx.c | 4312 vmcs_writel(HOST_CR0, cr0); /* 22.2.3 */ in vmx_set_constant_host_state() 6352 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 275 HOST_CR0 = 0x00006c00, enumerator
|
H A D | evmcs.h | 297 case HOST_CR0: in evmcs_vmread() 701 case HOST_CR0: in evmcs_vmwrite()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | vmx.h | 348 HOST_CR0 = 0x00006c00, enumerator
|