Searched refs:x86_fwspec_is_hpet (Results 1 – 2 of 2) sorted by relevance
16 extern int x86_fwspec_is_hpet(struct irq_fwspec *fwspec);
666 int x86_fwspec_is_hpet(struct irq_fwspec *fwspec) in x86_fwspec_is_hpet() function690 return x86_fwspec_is_ioapic(fwspec) || x86_fwspec_is_hpet(fwspec); in x86_vector_select()