Searched refs:CLKF_INTR (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/arch/usermode/include/
H A Dcpu.h91 #define CLKF_INTR(frame) 0 macro
/netbsd-current/sys/rump/include/machine/
H A Dcpu.h92 #define CLKF_INTR(framep) 0 macro
/netbsd-current/sys/arch/i386/include/
H A Dcpu.h91 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 0) macro
/netbsd-current/sys/arch/m68k/include/
H A Dcpu.h179 #define CLKF_INTR(framep) (((framep)->cf_sr & PSL_M) == 0)
188 #define CLKF_INTR(framep) (intr_depth > 1) macro
/netbsd-current/sys/arch/or1k/include/
H A Dcpu.h44 #define CLKF_INTR(cf) ((cf)->cf_intr_depth > 0) macro
/netbsd-current/sys/arch/amd64/include/
H A Dcpu.h94 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 0) macro
/netbsd-current/sys/arch/vax/include/
H A Dpsl.h107 #define CLKF_INTR(framep) (((framep)->ps & (PSL_IS|PSL_IPL1F)) \ macro
/netbsd-current/sys/arch/ia64/include/
H A Dcpu.h150 #define CLKF_INTR(frame) (curcpu()->ci_intrdepth) macro
/netbsd-current/sys/arch/sh3/include/
H A Dcpu.h90 #define CLKF_INTR(cf) (curcpu()->ci_idepth > 0) macro
/netbsd-current/sys/arch/alpha/include/
H A Dcpu.h216 #define CLKF_INTR(framep) \ macro
/netbsd-current/sys/arch/arm/include/
H A Dcpu.h122 * CLKF_INTR: True if we took the interrupt from inside another
127 #define CLKF_INTR(cf) \ macro
131 #define CLKF_INTR(cf) ((void)(cf), curcpu()->ci_intr_depth > 1) macro
/netbsd-current/sys/arch/sparc/include/
H A Dcpu.h433 * Note that CLKF_INTR is valid only if CLKF_USERMODE is false.
450 #define CLKF_INTR(framep) \ macro
454 #define CLKF_INTR(framep) ((framep)->fp < (u_int)eintstack) macro
/netbsd-current/sys/arch/mips/include/
H A Dcpu.h253 #define CLKF_INTR(framep) ((framep)->intr + 0) macro
/netbsd-current/sys/arch/riscv/include/
H A Dcpu.h45 #define CLKF_INTR(cf) ((cf)->cf_intr_depth > 1) macro
/netbsd-current/sys/arch/aarch64/include/
H A Dcpu.h60 #define CLKF_INTR(cf) ((void)(cf), curcpu()->ci_intr_depth > 1) macro
/netbsd-current/sys/arch/evbarm/nslu2/
H A Dnslu2_leds.c151 if (CLKF_INTR(cf) || sched_curcpu_runnable_p() ||
/netbsd-current/sys/arch/hppa/include/
H A Dcpu.h257 #define CLKF_INTR(framep) ((framep)->cf_flags & TFF_INTR) macro
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu.h340 * Note that CLKF_INTR is valid only if CLKF_USERMODE is false.
349 #define CLKF_INTR(framep) \ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dcpu.h439 #define CLKF_INTR(cf) cpu_clkf_intr(cf) macro
/netbsd-current/sys/kern/
H A Dkern_clock.c506 if (CLKF_INTR(frame) || (curlwp->l_pflag & LP_INTR) != 0) {
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dtrap.c534 if (CLKF_INTR((struct clockframe *)tf) || !curlwp) {

Completed in 138 milliseconds