Searched refs:pil_high_start (Results 1 – 10 of 10) sorted by relevance
442 mcpu->pil_high_start[nestpil - (LOCK_LEVEL + 1)]; in apix_hilevel_intr_prolog()462 mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)] = now; in apix_hilevel_intr_prolog()512 ASSERT(mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)] != 0); in apix_hilevel_intr_epilog()514 intrtime = now - mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)]; in apix_hilevel_intr_epilog()532 mcpu->pil_high_start[nestpil - (LOCK_LEVEL + 1)] = now; in apix_hilevel_intr_epilog()
563 mcpu->pil_high_start[nestpil - (LOCK_LEVEL + 1)]; in hilevel_intr_prolog()591 mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)] = now; in hilevel_intr_prolog()653 ASSERT(mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)] != 0); in hilevel_intr_epilog()655 intrtime = now - mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)]; in hilevel_intr_epilog()673 mcpu->pil_high_start[nestpil - (LOCK_LEVEL + 1)] = now; in hilevel_intr_epilog()
114 uint64_t pil_high_start[HIGH_LEVELS]; member
130 uint64_t pil_high_start[HIGH_LEVELS]; /* high-level intrs */ member
145 uint64_t pil_high_start[HIGH_LEVELS]; /* high-level intrs */ member
83 pil_high_start MCPU_PIL_HIGH_START
220 cpu_m.pil_high_start CPU_PIL_HIGH_START
85 pil_high_start MCPU_PIL_HIGH_START
362 cpu_m.pil_high_start CPU_PIL_HIGH_START
1249 ! ASSERT(cpu.cpu_m.pil_high_start[pil - (LOCK_LEVEL + 1)] != 0)