Searched refs:host_cr3 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 109 natural_width host_cr3; member 284 CHECK_OFFSET(host_cr3, 592); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 143 FIELD(HOST_CR3, host_cr3),
|
H A D | hyperv.c | 36 EVMCS1_FIELD(HOST_CR3, host_cr3,
|
H A D | nested.c | 1640 vmcs12->host_cr3 = evmcs->host_cr3; in copy_enlightened_to_vmcs12() 2916 CC(kvm_vcpu_is_illegal_gpa(vcpu, vmcs12->host_cr3))) in nested_vmx_check_host_state() 4537 if (nested_vmx_load_cr3(vcpu, vmcs12->host_cr3, false, true, &ignored)) in load_vmcs12_host_state()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | evmcs.h | 42 u64 host_cr3; member 301 *value = current_evmcs->host_cr3; in evmcs_vmread() 706 current_evmcs->host_cr3 = value; in evmcs_vmwrite()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 442 u64 host_cr3; member
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | nested-vmx.rst | 145 natural_width host_cr3;
|