Home
last modified time | relevance | path

Searched refs:CLKF_INTR (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/sys/arch/sun68k/include/
H A Dcpu.h121 #define CLKF_INTR(framep) (((framep)->cf_sr & PSL_M) == 0)
125 #define CLKF_INTR(framep) (idepth > 1) /* XXX */ macro
/netbsd/sys/arch/luna68k/include/
H A Dcpu.h72 #define CLKF_INTR(framep) (((framep)->sr & PSL_M) == 0)
75 #define CLKF_INTR(framep) (0) /* XXX */ macro
/netbsd/sys/arch/cesfic/include/
H A Dcpu.h71 #define CLKF_INTR(framep) (((framep)->sr & PSL_M) == 0)
74 #define CLKF_INTR(framep) (0) /* XXX */ macro
/netbsd/sys/arch/x68k/include/
H A Dcpu.h80 #define CLKF_INTR(framep) (((framep)->sr & PSL_M) == 0)
83 #define CLKF_INTR(framep) (0) /* XXX */ macro
/netbsd/sys/arch/atari/include/
H A Dcpu.h77 #define CLKF_INTR(framep) (((framep)->cf_sr & PSL_M) == 0)
80 #define CLKF_INTR(framep) (0) /* XXX */ macro
/netbsd/sys/arch/hp300/include/
H A Dcpu.h79 #define CLKF_INTR(framep) (((framep)->sr & PSL_M) == 0)
83 #define CLKF_INTR(framep) (idepth > 1) /* XXX */ macro
/netbsd/sys/arch/news68k/include/
H A Dcpu.h95 #define CLKF_INTR(framep) (((framep)->sr & PSL_M) == 0)
99 #define CLKF_INTR(framep) (idepth > 1) /* XXX */ macro
/netbsd/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/sys/rump/include/machine/
H A Dcpu.h92 #define CLKF_INTR(framep) 0 macro
/netbsd/sys/arch/i386/include/
H A Dcpu.h80 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 0) macro
/netbsd/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/sys/arch/usermode/include/
H A Dcpu.h91 #define CLKF_INTR(frame) 0 macro
/netbsd/sys/arch/amd64/include/
H A Dcpu.h84 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 0) macro
/netbsd/sys/arch/vax/include/
H A Dpsl.h107 #define CLKF_INTR(framep) (((framep)->ps & (PSL_IS|PSL_IPL1F)) \ macro
/netbsd/sys/arch/mvme68k/include/
H A Dcpu.h82 #define CLKF_INTR(framep) (interrupt_depth > 1) macro
/netbsd/sys/arch/evbcf/include/
H A Dcpu.h82 #define CLKF_INTR(framep) (interrupt_depth > 1) macro
/netbsd/sys/arch/amiga/include/
H A Dcpu.h73 #define CLKF_INTR(framep) (interrupt_depth > 1) macro
/netbsd/sys/arch/or1k/include/
H A Dcpu.h44 #define CLKF_INTR(cf) ((cf)->cf_intr_depth > 0) macro
/netbsd/sys/arch/ia64/include/
H A Dcpu.h150 #define CLKF_INTR(frame) (curcpu()->ci_intrdepth) macro
/netbsd/sys/arch/mac68k/include/
H A Dcpu.h96 #define CLKF_INTR(framep) (0) /* XXX should use PSL_M (see hp300) */ macro
/netbsd/sys/arch/sh3/include/
H A Dcpu.h90 #define CLKF_INTR(cf) (curcpu()->ci_idepth > 0) macro
/netbsd/sys/arch/alpha/include/
H A Dcpu.h212 #define CLKF_INTR(framep) \ macro
/netbsd/sys/arch/aarch64/include/
H A Dcpu.h60 #define CLKF_INTR(cf) ((void)(cf), curcpu()->ci_intr_depth > 1) macro
/netbsd/sys/arch/riscv/include/
H A Dcpu.h45 #define CLKF_INTR(cf) ((cf)->cf_intr_depth > 1) macro
/netbsd/sys/arch/next68k/include/
H A Dcpu.h87 #define CLKF_INTR(framep) (interrupt_depth > 1) macro

12