Home
last modified time | relevance | path

Searched refs:guest_cr3 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h139 u64 guest_cr3; member
406 *value = current_evmcs->guest_cr3; in evmcs_vmread()
847 current_evmcs->guest_cr3 = value; in evmcs_vmwrite()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst125 natural_width guest_cr3;
/linux/arch/x86/kvm/
H A Dtrace.h705 __u64 guest_cr3, __u32 isa),
707 guest_tdp_pgd, guest_cr3, isa),
727 __entry->guest_pgd = tdp_enabled ? guest_tdp_pgd : guest_cr3;
/linux/arch/x86/kvm/vmx/
H A Dnested.c1848 vmcs12->guest_cr3 = evmcs->guest_cr3; in copy_enlightened_to_vmcs12()
2075 evmcs->guest_cr3 = vmcs12->guest_cr3; in copy_vmcs12_to_enlightened()
2807 if (nested_vmx_load_cr3(vcpu, vmcs12->guest_cr3, nested_cpu_has_ept(vmcs12), in prepare_vmcs02()
2819 vmcs_writel(GUEST_CR3, vmcs12->guest_cr3); in prepare_vmcs02()
3625 vmcs12->guest_cr3, in nested_vmx_enter_non_root_mode()
4673 vmcs12->guest_cr3 = vmcs_readl(GUEST_CR3); in sync_vmcs02_to_vmcs12()
H A Dvmx.c3496 unsigned long guest_cr3; in vmx_load_mmu_pgd() local
3506 guest_cr3 = to_kvm_vmx(kvm)->ept_identity_map_addr; in vmx_load_mmu_pgd()
3508 guest_cr3 = vcpu->arch.cr3; in vmx_load_mmu_pgd()
3513 guest_cr3 = root_hpa | kvm_get_active_pcid(vcpu) | in vmx_load_mmu_pgd()
3518 vmcs_writel(GUEST_CR3, guest_cr3); in vmx_load_mmu_pgd()