Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/include/
H A Dintr.h79 #define IPL_CLOCK PIL_CLOCK /* clock */
H A Dpsl.h55 #define PIL_CLOCK 10 macro
/openbsd/sys/arch/sparc64/sparc64/
H A Dintr.c85 need_lock = tf->tf_pil < PIL_SCHED && tf->tf_pil != PIL_CLOCK; in intr_handler()
H A Dclock.c711 send_softint(PIL_CLOCK, &curcpu()->ci_tickintr); in sparc64_raise_clockintr()