Searched refs:HOST_CR0 (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 140 FIELD(HOST_CR0, host_cr0),
|
H A D | evmcs.c | 34 EVMCS1_FIELD(HOST_CR0, host_cr0,
|
H A D | vmx.c | 4146 vmcs_writel(HOST_CR0, cr0); /* 22.2.3 */ in vmx_set_constant_host_state() 6013 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 142 FIELD(HOST_CR0, host_cr0),
|
H A D | hyperv.c | 139 EVMCS1_FIELD(HOST_CR0, host_cr0,
|
H A D | vmx.c | 4308 vmcs_writel(HOST_CR0, cr0); /* 22.2.3 */ in vmx_set_constant_host_state() 6343 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 288 vmwrite(HOST_CR0, get_cr0()); in init_vmcs_host_state() 353 vmwrite(GUEST_CR0, vmreadz(HOST_CR0)); in init_vmcs_guest_state()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 277 case HOST_CR0: in evmcs_vmread() 664 case HOST_CR0: in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vmx.h | 331 HOST_CR0 = 0x00006c00, enumerator
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 320 HOST_CR0 = 0x00006c00, enumerator
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vmx.h | 348 HOST_CR0 = 0x00006c00, enumerator
|
/kernel/linux/linux-6.6/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()
|
Completed in 34 milliseconds