APIC_IR_BITS     1526 arch/x86/kernel/apic/apic.c #define APIC_IR_MAPSIZE		(APIC_IR_BITS / BITS_PER_LONG)
APIC_IR_BITS     1550 arch/x86/kernel/apic/apic.c 	if (!bitmap_empty(isr->map, APIC_IR_BITS)) {
APIC_IR_BITS     1556 arch/x86/kernel/apic/apic.c 		for_each_set_bit(bit, isr->map, APIC_IR_BITS)
APIC_IR_BITS     1561 arch/x86/kernel/apic/apic.c 	return !bitmap_empty(irr->map, APIC_IR_BITS);