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 Djailhouse.c111 mp_register_ioapic(0, 0xfec00000, gsi_top, &ioapic_cfg); in jailhouse_parse_smp_config()
H A Ddevicetree.c254 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()