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.h808 int avic_alloc_physical_id_table(struct kvm *kvm);
H A Davic.c282 int avic_alloc_physical_id_table(struct kvm *kvm) in avic_alloc_physical_id_table() function
H A Dsvm.c1206 return avic_alloc_physical_id_table(kvm); in svm_vcpu_precreate()