Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h144 KVM_X86_OP_OPTIONAL_RET0(vcpu_get_apicv_inhibit_reasons);
H A Dkvm_host.h1919 unsigned long (*vcpu_get_apicv_inhibit_reasons)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5178 .vcpu_get_apicv_inhibit_reasons = avic_vcpu_get_apicv_inhibit_reasons,
5418 svm_x86_ops.vcpu_get_apicv_inhibit_reasons = NULL; in svm_hardware_setup()
/linux/arch/x86/kvm/
H A Dx86.c9867 kvm_x86_call(vcpu_get_apicv_inhibit_reasons)(vcpu); in kvm_vcpu_apicv_activated()