Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dio_apic.h144 extern int mp_find_ioapic(u32 gsi);
186 static inline int mp_find_ioapic(u32 gsi) { return 0; } in mp_find_ioapic() function
/linux/drivers/iommu/amd/
H A Dinit.c3119 int idx = mp_find_ioapic(0); in get_sb_ioapic_id()