Searched refs:HOST_CR3 (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 283 vmwrite(HOST_CR3, get_cr3()); in init_vmcs_host_state() 348 vmwrite(GUEST_CR3, vmreadz(HOST_CR3)); in init_vmcs_guest_state()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 274 HOST_CR3 = 0x00006c02, enumerator
|
| H A D | evmcs.h | 297 case HOST_CR3: in evmcs_vmread() 702 case HOST_CR3: in evmcs_vmwrite()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | hyperv_evmcs.c | 29 EVMCS1_FIELD(HOST_CR3, host_cr3,
|
| H A D | vmcs12.c | 146 FIELD(HOST_CR3, host_cr3),
|
| H A D | vmx.c | 4528 vmcs_writel(HOST_CR3, cr3); /* 22.2.3 FIXME: shadow tables */ in vmx_set_constant_host_state() 6690 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs() 7667 vmcs_writel(HOST_CR3, cr3); in vmx_vcpu_run()
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 380 HOST_CR3 = 0x00006c02, enumerator
|