Home
last modified time | relevance | path

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

/NextBSD/sys/sparc64/sparc64/
HDintr_machdep.c84 ih_func_t *intr_handlers[PIL_MAX];
85 uint16_t pil_countp[PIL_MAX];
86 static uint16_t pil_stray_count[PIL_MAX];
146 for (name_index = 0; name_index < PIL_MAX; name_index++) in intrcnt_updatename()
238 for (i = 0; i < PIL_MAX; i++) in intr_init1()
HDexception.S377 .space (IV_MAX + PIL_MAX) * (MAXCOMLEN + 1)
379 .quad (IV_MAX + PIL_MAX) * (MAXCOMLEN + 1)
383 .space (IV_MAX + PIL_MAX) * 8
385 .quad (IV_MAX + PIL_MAX) * 8
/NextBSD/sys/sparc64/include/
HDintr_machdep.h34 #define PIL_MAX (1 << 4) macro
37 #define IR_FREE (PIL_MAX * 2)