Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dirqdomain.h14 extern int x86_fwspec_is_hpet(struct irq_fwspec *fwspec);
/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c673 int x86_fwspec_is_hpet(struct irq_fwspec *fwspec) in x86_fwspec_is_hpet() function
697 return x86_fwspec_is_ioapic(fwspec) || x86_fwspec_is_hpet(fwspec); in x86_vector_select()
/openbmc/linux/drivers/iommu/intel/
H A Dirq_remapping.c1409 else if (x86_fwspec_is_hpet(fwspec)) in intel_irq_remapping_select()
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c3529 else if (x86_fwspec_is_hpet(fwspec)) in irq_remapping_select()