Searched refs:protected_apic_has_interrupt (Results 1 – 4 of 4) sorted by relevance
118 KVM_X86_OP_OPTIONAL(protected_apic_has_interrupt)
1878 bool (*protected_apic_has_interrupt)(struct kvm_vcpu *vcpu); member
118 return kvm_x86_call(protected_apic_has_interrupt)(v); in kvm_cpu_has_interrupt()
3642 vt_x86_ops.protected_apic_has_interrupt = tdx_protected_apic_has_interrupt; in tdx_hardware_setup()