Searched refs:HOST_CR3 (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/kvm/lib/x86_64/ |
A D | vmx.c | 287 vmwrite(HOST_CR3, get_cr3()); in init_vmcs_host_state() 352 vmwrite(GUEST_CR3, vmreadz(HOST_CR3)); in init_vmcs_guest_state()
|
/linux/arch/x86/kvm/vmx/ |
A D | vmcs12.c | 142 FIELD(HOST_CR3, host_cr3),
|
A D | evmcs.c | 35 EVMCS1_FIELD(HOST_CR3, host_cr3,
|
A D | vmx.c | 3994 vmcs_writel(HOST_CR3, cr3); /* 22.2.3 FIXME: shadow tables */ in vmx_set_constant_host_state() 5797 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs() 6662 vmcs_writel(HOST_CR3, cr3); in vmx_vcpu_run()
|
A D | nested.c | 3055 vmcs_writel(HOST_CR3, cr3); in nested_vmx_check_vmentry_hw()
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
A D | evmcs.h | 280 case HOST_CR3: in evmcs_vmread() 667 case HOST_CR3: in evmcs_vmwrite()
|
A D | vmx.h | 318 HOST_CR3 = 0x00006c02, enumerator
|
/linux/arch/x86/include/asm/ |
A D | vmx.h | 334 HOST_CR3 = 0x00006c02, enumerator
|
Completed in 39 milliseconds