Home
last modified time | relevance | path

Searched refs:kvm_vmx (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/x86/kvm/vmx/
Dvmx.h379 struct kvm_vmx { struct
643 static inline struct kvm_vmx *to_kvm_vmx(struct kvm *kvm) in to_kvm_vmx()
645 return container_of(kvm, struct kvm_vmx, kvm); in to_kvm_vmx()
Dvmx.c2940 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local
2956 if (!kvm_vmx->tss_addr) in enter_rmode()
2962 vmcs_writel(GUEST_TR_BASE, kvm_vmx->tss_addr); in enter_rmode()
3724 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local
3732 if (likely(kvm_vmx->ept_identity_pagetable_done)) in init_rmode_identity_map()
3735 if (!kvm_vmx->ept_identity_map_addr) in init_rmode_identity_map()
3736 kvm_vmx->ept_identity_map_addr = VMX_EPT_IDENTITY_PAGETABLE_ADDR; in init_rmode_identity_map()
3740 kvm_vmx->ept_identity_map_addr, in init_rmode_identity_map()
3756 kvm_vmx->ept_identity_pagetable_done = true; in init_rmode_identity_map()
4565 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in vmx_alloc_ipiv_pid_table() local
[all …]