Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h118 KVM_X86_OP_OPTIONAL(protected_apic_has_interrupt)
H A Dkvm_host.h1878 bool (*protected_apic_has_interrupt)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/kvm/
H A Dirq.c118 return kvm_x86_call(protected_apic_has_interrupt)(v); in kvm_cpu_has_interrupt()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c3642 vt_x86_ops.protected_apic_has_interrupt = tdx_protected_apic_has_interrupt; in tdx_hardware_setup()