Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dio_apic.h121 extern u32 gsi_top;
185 #define gsi_top (NR_IRQS_LEGACY) macro
/linux/arch/x86/kernel/
H A Ddevicetree.c253 mp_register_ioapic(++ioapic_id, r.start, gsi_top, &cfg); in dtb_add_ioapic()
H A Dmpparse.c112 mp_register_ioapic(m->apicid, m->apicaddr, gsi_top, &cfg); in MP_ioapic_info()
/linux/arch/x86/kernel/apic/
H A Dio_apic.c163 u32 gsi_top;
2355 * gsi_top if ioapic_dynirq_base hasn't been initialized yet. in mp_irqdomain_create()
2357 ret = ioapic_dynirq_base ? : gsi_top; in mp_irqdomain_create()
2361 * always 0. gsi_top can be 0 if there is no IO/APIC registered. in mp_irqdomain_create()
2747 if (gsi_cfg->gsi_end >= gsi_top) in mp_find_ioapic()
2748 gsi_top = gsi_cfg->gsi_end + 1; in mp_find_ioapic()
167 u32 gsi_top; global() variable