Home
last modified time | relevance | path

Searched refs:check_apicv_inhibit_reasons (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/x86/include/asm/
Dkvm-x86-ops.h74 KVM_X86_OP(check_apicv_inhibit_reasons)
Dkvm_host.h1384 bool (*check_apicv_inhibit_reasons)(ulong bit); member
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c4591 .check_apicv_inhibit_reasons = svm_check_apicv_inhibit_reasons,
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c7638 .check_apicv_inhibit_reasons = vmx_check_apicv_inhibit_reasons,
/Linux-v5.15/arch/x86/kvm/
Dx86.c9320 if (!kvm_x86_ops.check_apicv_inhibit_reasons || in __kvm_request_apicv_update()