Home
last modified time | relevance | path

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

/openbsd/sys/arch/sh/include/
H A Dcpu.h108 #define CLKF_INTR(cf) 0 /* XXX */ macro
/openbsd/sys/arch/powerpc64/include/
H A Dcpu.h164 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 1) macro
/openbsd/sys/arch/alpha/include/
H A Dcpu.h320 #define CLKF_INTR(framep) (curcpu()->ci_intrdepth) macro
/openbsd/sys/arch/arm/include/
H A Dcpu.h119 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 1) macro
/openbsd/sys/arch/m88k/include/
H A Dcpu.h267 #define CLKF_INTR(framep) \ macro
/openbsd/sys/arch/riscv64/include/
H A Dcpu.h58 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 1) macro
/openbsd/sys/arch/sparc64/include/
H A Dcpu.h286 #define CLKF_INTR(framep) ((framep)->saved_intr_level != 0) macro
/openbsd/sys/arch/hppa/include/
H A Dcpu.h230 #define CLKF_INTR(framep) ((framep)->tf_flags & TFF_INTR) macro
/openbsd/sys/arch/powerpc/include/
H A Dcpu.h158 #define CLKF_INTR(frame) ((frame)->depth != 0) macro
/openbsd/sys/arch/arm64/include/
H A Dcpu.h86 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 1) macro
/openbsd/sys/arch/i386/include/
H A Dcpu.h286 #define CLKF_INTR(frame) (IDXSEL((frame)->if_cs) == GICODE_SEL) macro
/openbsd/sys/arch/amd64/include/
H A Dcpu.h368 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 1) macro
/openbsd/sys/arch/mips64/include/
H A Dcpu.h281 #define CLKF_INTR(framep) (curcpu()->ci_intrdepth > 1) /* XXX */ macro