Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/apic/
Dapic.c1494 #define APIC_IR_BITS (APIC_IR_REGS * 32) macro
1495 #define APIC_IR_MAPSIZE (APIC_IR_BITS / BITS_PER_LONG)
1519 if (!bitmap_empty(isr->map, APIC_IR_BITS)) { in apic_check_and_ack()
1525 for_each_set_bit(bit, isr->map, APIC_IR_BITS) in apic_check_and_ack()
1530 return !bitmap_empty(irr->map, APIC_IR_BITS); in apic_check_and_ack()