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

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

Completed in 264 milliseconds