Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h65 SHADOW_FIELD_RW(GUEST_CR3, guest_cr3)
H A Dvmcs12.h89 natural_width guest_cr3; member
264 CHECK_OFFSET(guest_cr3, 432); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c123 FIELD(GUEST_CR3, guest_cr3),
H A Dhyperv.c110 EVMCS1_FIELD(GUEST_CR3, guest_cr3,
H A Dnested.c1741 vmcs12->guest_cr3 = evmcs->guest_cr3; in copy_enlightened_to_vmcs12()
1964 evmcs->guest_cr3 = vmcs12->guest_cr3; in copy_vmcs12_to_enlightened()
2642 if (nested_vmx_load_cr3(vcpu, vmcs12->guest_cr3, nested_cpu_has_ept(vmcs12), in prepare_vmcs02()
2654 vmcs_writel(GUEST_CR3, vmcs12->guest_cr3); in prepare_vmcs02()
3420 vmcs12->guest_cr3, in nested_vmx_enter_non_root_mode()
4420 vmcs12->guest_cr3 = vmcs_readl(GUEST_CR3); in sync_vmcs02_to_vmcs12()
H A Dvmx.c3399 unsigned long guest_cr3; in vmx_load_mmu_pgd() local
3409 guest_cr3 = to_kvm_vmx(kvm)->ept_identity_map_addr; in vmx_load_mmu_pgd()
3411 guest_cr3 = vcpu->arch.cr3; in vmx_load_mmu_pgd()
3416 guest_cr3 = root_hpa | kvm_get_active_pcid(vcpu); in vmx_load_mmu_pgd()
3420 vmcs_writel(GUEST_CR3, guest_cr3); in vmx_load_mmu_pgd()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h142 u64 guest_cr3; member
409 *value = current_evmcs->guest_cr3; in evmcs_vmread()
850 current_evmcs->guest_cr3 = value; in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h542 u64 guest_cr3; member
/openbmc/linux/arch/x86/kvm/
H A Dtrace.h603 __u64 guest_cr3, __u32 isa),
605 guest_tdp_pgd, guest_cr3, isa),
625 __entry->guest_pgd = tdp_enabled ? guest_tdp_pgd : guest_cr3;
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst125 natural_width guest_cr3;