Home
last modified time | relevance | path

Searched refs:kvm_vmx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.h323 struct kvm_vmx { struct
450 static inline struct kvm_vmx *to_kvm_vmx(struct kvm *kvm) in to_kvm_vmx()
452 return container_of(kvm, struct kvm_vmx, kvm); in to_kvm_vmx()
H A Dvmx.c2880 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local
2896 if (!kvm_vmx->tss_addr) in enter_rmode()
2902 vmcs_writel(GUEST_TR_BASE, kvm_vmx->tss_addr); in enter_rmode()
3662 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local
3667 /* Protect kvm_vmx->ept_identity_pagetable_done. */ in init_rmode_identity_map()
3670 if (likely(kvm_vmx->ept_identity_pagetable_done)) in init_rmode_identity_map()
3673 if (!kvm_vmx->ept_identity_map_addr) in init_rmode_identity_map()
3674 kvm_vmx in init_rmode_identity_map()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.h367 struct kvm_vmx { struct
648 static __always_inline struct kvm_vmx *to_kvm_vmx(struct kvm *kvm) in to_kvm_vmx()
650 return container_of(kvm, struct kvm_vmx, kvm); in to_kvm_vmx()
H A Dvmx.c3076 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode() local
3099 vmcs_writel(GUEST_TR_BASE, kvm_vmx->tss_addr); in enter_rmode()
3869 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map() local
3874 /* Protect kvm_vmx->ept_identity_pagetable_done. */ in init_rmode_identity_map()
3877 if (likely(kvm_vmx->ept_identity_pagetable_done)) in init_rmode_identity_map()
3880 if (!kvm_vmx->ept_identity_map_addr) in init_rmode_identity_map()
3881 kvm_vmx->ept_identity_map_addr = VMX_EPT_IDENTITY_PAGETABLE_ADDR; in init_rmode_identity_map()
3885 kvm_vmx in init_rmode_identity_map()
4689 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); vmx_alloc_ipiv_pid_table() local
4716 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); init_vmcs() local
8219 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); vmx_vm_destroy() local
[all...]

Completed in 16 milliseconds