Home
last modified time | relevance | path

Searched refs:ci_idepth (Results 1 – 25 of 73) sorted by relevance

123

/netbsd/sys/arch/powerpc/ibm4xx/
H A Dclock.c109 ci->ci_idepth++; in stat_intr()
111 ci->ci_idepth--; in stat_intr()
163 ci->ci_idepth++; in decr_intr()
166 ci->ci_idepth--; in decr_intr()
/netbsd/sys/arch/powerpc/powerpc/
H A Dsoftint_machdep.c71 KASSERTMSG(ci->ci_idepth == -1, in powerpc_softint()
73 cpu_index(ci), ci->ci_idepth); in powerpc_softint()
H A Dclock.c182 ci->ci_idepth++; in decr_intr()
192 ci->ci_idepth--; in decr_intr()
/netbsd/sys/arch/sh3/include/
H A Dcpu.h62 int ci_idepth; member
90 #define CLKF_INTR(cf) (curcpu()->ci_idepth > 0)
/netbsd/sys/arch/pmax/pmax/
H A Ddec_3min.c367 cf.intr = (curcpu()->ci_idepth > 1); in dec_3min_intr()
382 if (curcpu()->ci_idepth > 1) in dec_3min_intr()
399 if (curcpu()->ci_idepth > 1) in dec_3min_intr()
H A Ddec_3100.c208 cf.intr = (curcpu()->ci_idepth > 1); in dec_3100_intr()
H A Ddec_5100.c178 cf.intr = (curcpu()->ci_idepth > 1); in dec_5100_intr()
/netbsd/sys/arch/playstation2/playstation2/
H A Dinterrupt.c133 ci->ci_idepth++; in cpu_intr()
136 playstation2_clockframe.intr = (curcpu()->ci_idepth > 1); in cpu_intr()
/netbsd/sys/arch/sgimips/sgimips/
H A Dclock.c120 cf.intr = (curcpu()->ci_idepth > 1); in mips3_clock_intr()
/netbsd/sys/arch/powerpc/pic/
H A Dintr.c512 ci->ci_idepth++; in pic_do_pending_int()
530 ci->ci_idepth--; in pic_do_pending_int()
584 ci->ci_idepth++; in pic_handle_intr()
593 ci->ci_idepth--; in pic_handle_intr()
/netbsd/sys/arch/i386/include/
H A Dcpu.h80 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 0)
/netbsd/sys/arch/usermode/include/
H A Dcpu.h58 int ci_idepth; member
/netbsd/sys/arch/amd64/include/
H A Dcpu.h84 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 0)
/netbsd/sys/arch/sh3/sh3/
H A Dexception_vector.S494 add #1, r9 ! curcpu()->ci_idepth++
499 cmp/pl r9 ! curcpu()->ci_idepth > 0
500 add #-1, r9 ! curcpu()->ci_idepth--
/netbsd/sys/arch/evbmips/evbmips/
H A Dinterrupt.c78 .intr = (ci->ci_idepth > 1) in cpu_intr()
/netbsd/sys/arch/powerpc/booke/
H A Dbooke_machdep.c140 .ci_idepth = -1,
149 .ci_idepth = -1,
234 ci->ci_idepth = -1; in booke_cpu_startup()
/netbsd/sys/arch/arc/arc/
H A Dinterrupt.c112 cf.intr = (curcpu()->ci_idepth > 1); in cpu_intr()
/netbsd/sys/arch/algor/algor/
H A Dalgor_intr.c137 cf.intr = (curcpu()->ci_idepth > 1); in cpu_intr()
/netbsd/sys/arch/m68k/include/
H A Dcpu.h179 volatile int ci_idepth; member
/netbsd/sys/arch/mipsco/mipsco/
H A Dmips_3x30.c92 cf.intr = (curcpu()->ci_idepth > 1); in pizazz_intr()
/netbsd/sys/arch/emips/emips/
H A Dinterrupt.c146 cf.intr = (curcpu()->ci_idepth > 1); in emips_aic_intr()
/netbsd/sys/arch/usermode/dev/
H A Dcpu.c77 .ci_idepth = -1,
539 idepth = l->l_cpu->ci_idepth; in cpu_intr_p()
/netbsd/sys/arch/newsmips/newsmips/
H A Dnews4000.c92 .intr = (curcpu()->ci_idepth > 1), in news4000_intr()
H A Dnews5000.c112 .intr = (curcpu()->ci_idepth > 1), in news5000_intr()
/netbsd/sys/arch/mips/sibyte/dev/
H A Dsbtimer.c181 cf.intr = (curcpu()->ci_idepth > 1); in sbtimer_clockintr()

123