Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c3210 struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); in enter_rmode()
3553 guest_cr3 = to_kvm_vmx(kvm)->ept_identity_map_addr; in vmx_load_mmu_pgd()
4031 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_rmode_identity_map()
4856 return get_order(kvm->arch.max_vcpu_ids * sizeof(*to_kvm_vmx(kvm)->pid_table)); in vmx_get_pid_table_order()
4862 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in vmx_alloc_ipiv_pid_table()
4889 struct kvm_vmx *kvm_vmx = to_kvm_vmx(kvm); in init_vmcs()
5291 to_kvm_vmx(kvm)->tss_addr = addr; in vmx_set_tss_addr()
5298 to_kvm_vmx(kvm)->ept_identity_map_addr = ident_addr; in vmx_set_identity_map_addr()
7658 WRITE_ONCE(to_kvm_vmx(vcpu->kvm)->pid_table[vcpu->vcpu_id], 0); in vmx_vcpu_free()
7747 WRITE_ONCE(to_kvm_vmx(vcpu->kvm)->pid_table[vcpu->vcpu_id], in vmx_vcpu_create()
[all …]
H A Dvmx.h657 static __always_inline struct kvm_vmx *to_kvm_vmx(struct kvm *kvm) in to_kvm_vmx() function