Searched refs:IPL_STATCLOCK (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/arch/luna88k/include/
H A Dintr.h44 #define IPL_STATCLOCK 6 macro
/openbsd-current/sys/arch/sparc64/include/
H A Dintr.h82 #define IPL_STATCLOCK PIL_STATCLOCK /* statclock */ macro
97 #define splstatclock() _splraise(IPL_STATCLOCK)
/openbsd-current/sys/arch/amd64/include/
H A Dintrdefs.h32 #define IPL_STATCLOCK IPL_CLOCK macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dintr.h38 #define IPL_STATCLOCK IPL_CLOCK macro
63 #define splstatclock() splraise(IPL_STATCLOCK)
/openbsd-current/sys/arch/hppa/include/
H A Dintr.h47 #define IPL_STATCLOCK 10 macro
153 #define splstatclock() splraise(IPL_STATCLOCK)
/openbsd-current/sys/arch/arm64/include/
H A Dintr.h57 #define IPL_STATCLOCK IPL_CLOCK macro
126 #define splstatclock() splraise(IPL_STATCLOCK)
/openbsd-current/sys/arch/m88k/include/
H A Dintr.h101 #define splstatclock() splraise(IPL_STATCLOCK)
/openbsd-current/sys/arch/i386/include/
H A Dintrdefs.h68 #define IPL_STATCLOCK IPL_CLOCK /* statclock */ macro
/openbsd-current/sys/arch/armv7/include/
H A Dintr.h57 #define IPL_STATCLOCK IPL_CLOCK macro
127 #define splstatclock() splraise(IPL_STATCLOCK)
/openbsd-current/sys/arch/riscv64/include/
H A Dintr.h57 #define IPL_STATCLOCK IPL_CLOCK macro
149 #define splstatclock() splraise(IPL_STATCLOCK)
/openbsd-current/sys/arch/loongson/include/
H A Dintr.h61 #define IPL_STATCLOCK IPL_CLOCK macro
/openbsd-current/sys/arch/amd64/isa/
H A Dclock.c299 isa_intr_establish(NULL, 8, IST_PULSE, IPL_STATCLOCK | IPL_MPSAFE,
/openbsd-current/sys/arch/i386/isa/
H A Dclock.c441 (void)isa_intr_establish(NULL, 8, IST_PULSE, IPL_STATCLOCK | IPL_MPSAFE,

Completed in 320 milliseconds