Home
last modified time | relevance | path

Searched defs:CLKF_INTR (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/arch/amd64/include/
H A Dcpu.h94 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 0) macro
/netbsd-src/sys/arch/i386/include/
H A Dcpu.h91 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 0) macro
/netbsd-src/sys/rump/include/machine/
H A Dcpu.h92 #define CLKF_INTR(framep) 0 macro
/netbsd-src/sys/arch/usermode/include/
H A Dcpu.h91 #define CLKF_INTR(frame) 0 macro
/netbsd-src/sys/arch/or1k/include/
H A Dcpu.h44 #define CLKF_INTR(cf) ((cf)->cf_intr_depth > 0) macro
/netbsd-src/sys/arch/vax/include/
H A Dpsl.h107 #define CLKF_INTR(framep) (((framep)->ps & (PSL_IS|PSL_IPL1F)) \ macro
/netbsd-src/sys/arch/arm/include/
H A Dcpu.h127 #define CLKF_INTR(cf) \ macro
131 #define CLKF_INTR(cf) ((void)(cf), curcpu()->ci_intr_depth > 1) macro
/netbsd-src/sys/arch/m68k/include/
H A Dcpu.h188 #define CLKF_INTR(framep) (intr_depth > 1) macro
/netbsd-src/sys/arch/sh3/include/
H A Dcpu.h90 #define CLKF_INTR(cf) (curcpu()->ci_idepth > 0) macro
/netbsd-src/sys/arch/alpha/include/
H A Dcpu.h216 #define CLKF_INTR(framep) \ macro
/netbsd-src/sys/arch/ia64/include/
H A Dcpu.h150 #define CLKF_INTR(frame) (curcpu()->ci_intrdepth) macro
/netbsd-src/sys/arch/riscv/include/
H A Dcpu.h45 #define CLKF_INTR(cf) ((cf)->cf_intr_depth > 1) macro
/netbsd-src/sys/arch/aarch64/include/
H A Dcpu.h60 #define CLKF_INTR(cf) ((void)(cf), curcpu()->ci_intr_depth > 1) macro
/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h450 #define CLKF_INTR(framep) \ macro
454 #define CLKF_INTR(framep) ((framep)->fp < (u_int)eintstack) macro
/netbsd-src/sys/arch/mips/include/
H A Dcpu.h253 #define CLKF_INTR(framep) ((framep)->intr + 0) macro
/netbsd-src/sys/arch/sparc64/include/
H A Dcpu.h349 #define CLKF_INTR(framep) \ macro
/netbsd-src/sys/arch/hppa/include/
H A Dcpu.h257 #define CLKF_INTR(framep) ((framep)->cf_flags & TFF_INTR) macro
/netbsd-src/sys/arch/powerpc/include/
H A Dcpu.h439 #define CLKF_INTR(cf) cpu_clkf_intr(cf) macro