Home
last modified time | relevance | path

Searched refs:avic_alloc_physical_id_table (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/svm/
H A Dsvm.h836 int avic_alloc_physical_id_table(struct kvm *kvm);
H A Davic.c285 int avic_alloc_physical_id_table(struct kvm *kvm) in avic_alloc_physical_id_table() function
H A Dsvm.c1256 return avic_alloc_physical_id_table(kvm); in svm_vcpu_precreate()