Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h139 KVM_X86_OP_OPTIONAL_RET0(vcpu_get_apicv_inhibit_reasons);
H A Dkvm_host.h1811 unsigned long (*vcpu_get_apicv_inhibit_reasons)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5096 .vcpu_get_apicv_inhibit_reasons = avic_vcpu_get_apicv_inhibit_reasons,
5328 svm_x86_ops.vcpu_get_apicv_inhibit_reasons = NULL; in svm_hardware_setup()