Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dirqdomain.h16 extern int x86_fwspec_is_hpet(struct irq_fwspec *fwspec);
/arch/x86/kernel/apic/
Dvector.c666 int x86_fwspec_is_hpet(struct irq_fwspec *fwspec) in x86_fwspec_is_hpet() function
690 return x86_fwspec_is_ioapic(fwspec) || x86_fwspec_is_hpet(fwspec); in x86_vector_select()