Searched refs:pil_high_start (Results 1 – 10 of 10) sorted by relevance
455 mcpu->pil_high_start[nestpil - (LOCK_LEVEL + 1)]; in apix_hilevel_intr_prolog()477 mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)] = now; in apix_hilevel_intr_prolog()527 ASSERT(mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)] != 0); in apix_hilevel_intr_epilog()529 intrtime = now - mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)]; in apix_hilevel_intr_epilog()547 mcpu->pil_high_start[nestpil - (LOCK_LEVEL + 1)] = now; in apix_hilevel_intr_epilog()
575 mcpu->pil_high_start[nestpil - (LOCK_LEVEL + 1)]; in hilevel_intr_prolog()605 mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)] = now; in hilevel_intr_prolog()667 ASSERT(mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)] != 0); in hilevel_intr_epilog()669 intrtime = now - mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)]; in hilevel_intr_epilog()687 mcpu->pil_high_start[nestpil - (LOCK_LEVEL + 1)] = now; in hilevel_intr_epilog()
130 uint64_t pil_high_start[HIGH_LEVELS]; /* high-level intrs */ member
193 uint64_t pil_high_start[HIGH_LEVELS]; member
145 uint64_t pil_high_start[HIGH_LEVELS]; /* high-level intrs */ member
83 pil_high_start MCPU_PIL_HIGH_START
85 pil_high_start MCPU_PIL_HIGH_START
215 cpu_m.pil_high_start CPU_PIL_HIGH_START
362 cpu_m.pil_high_start CPU_PIL_HIGH_START
1211 ! ASSERT(cpu.cpu_m.pil_high_start[pil - (LOCK_LEVEL + 1)] != 0)