Searched refs:HOST_CR3 (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
| D | vmx.c | 286 vmwrite(HOST_CR3, get_cr3()); in init_vmcs_host_state() 351 vmwrite(GUEST_CR3, vmreadz(HOST_CR3)); in init_vmcs_guest_state()
|
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | vmcs12.c | 145 FIELD(HOST_CR3, host_cr3),
|
| D | evmcs.c | 34 EVMCS1_FIELD(HOST_CR3, host_cr3,
|
| D | vmx.c | 3888 vmcs_writel(HOST_CR3, cr3); /* 22.2.3 FIXME: shadow tables */ in vmx_set_constant_host_state() 5781 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs() 6524 vmcs_writel(HOST_CR3, cr3); in vmx_vcpu_run()
|
| D | nested.c | 2840 vmcs_writel(HOST_CR3, cr3); in nested_vmx_check_vmentry_hw()
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | vmx.h | 327 HOST_CR3 = 0x00006c02, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ |
| D | vmx.h | 321 HOST_CR3 = 0x00006c02, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/ |
| D | evmcs.h | 278 case HOST_CR3: in evmcs_vmread() 665 case HOST_CR3: in evmcs_vmwrite()
|