Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/hppa/
H A Dintr.c66 struct hppa_interrupt_register *hppa_interrupt_registers[HPPA_INTERRUPT_BITS];
82 for (idx = 0; idx < HPPA_INTERRUPT_BITS; idx++) in hppa_interrupt_register_establish()
87 for (idx = 0; idx < HPPA_INTERRUPT_BITS; idx++) in hppa_interrupt_register_establish()
90 if (idx == HPPA_INTERRUPT_BITS) in hppa_interrupt_register_establish()
135 if (bit_pos < 0 || bit_pos >= HPPA_INTERRUPT_BITS) in hppa_intr_establish()
153 for (idx = 1; idx < HPPA_INTERRUPT_BITS; idx++) in hppa_intr_establish()
156 if (idx == HPPA_INTERRUPT_BITS) in hppa_intr_establish()
240 for (idx = 0; idx < HPPA_INTERRUPT_BITS; idx++) in hppa_intr_ipl_next()
243 if (idx == HPPA_INTERRUPT_BITS) in hppa_intr_ipl_next()
264 for (bit_pos = 0; bit_pos < HPPA_INTERRUPT_BITS; bit_pos++) { in hppa_intr_calculatemasks()
[all …]
/netbsd-src/sys/arch/hppa/include/
H A Dintr.h59 #define HPPA_INTERRUPT_BITS (32) macro
60 #define CPU_NINTS HPPA_INTERRUPT_BITS /* Use this one */
95 unsigned int ir_bits_map[HPPA_INTERRUPT_BITS];
H A Dcpu.h309 struct hppa_interrupt_bit ci_ib[HPPA_INTERRUPT_BITS];