Searched refs:IPL_NONE (Results 1 - 25 of 528) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dintrdefs.h32 #define IPL_NONE 0 macro
H A Dintr.h40 #define spl0() spllower(IPL_NONE)
/netbsd-6-1-5-RELEASE/sys/arch/shark/include/
H A Dintr.h39 #define IPL_NONE 0 macro
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dmutex.h41 #define mutex_init(a, b, c, d) mutex_init(a, c, IPL_NONE)
/netbsd-6-1-5-RELEASE/sys/arch/usermode/usermode/
H A Dintr.c37 int usermode_x = IPL_NONE;
/netbsd-6-1-5-RELEASE/sys/rump/net/lib/libshmif/
H A Dcomponent.c45 VM_SLEEP, IPL_NONE);
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/include/
H A Dintr.h43 #define IPL_NONE 0 macro
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/include/
H A Dintr.h44 #define IPL_NONE 0 /* nothing */ macro
161 #define spl0() _spllower(IPL_NONE)
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/include/
H A Dintr.h41 #define IPL_NONE 0 macro
153 #define spl0() _spllower(IPL_NONE)
/netbsd-6-1-5-RELEASE/sys/arch/iyonix/include/
H A Dintr.h44 #define IPL_NONE 0 /* nothing */ macro
144 #define spl0() _spllower(IPL_NONE)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/include/
H A Dintr.h44 #define IPL_NONE 0 /* nothing */ macro
166 #define spl0() _spllower(IPL_NONE)
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/include/
H A Dintr.h44 #define IPL_NONE 0 macro
63 #define spl0() lowerspl(IPL_NONE)
/netbsd-6-1-5-RELEASE/sys/rump/include/machine/
H A Dintr.h59 #define IPL_NONE 0 macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dintr.c53 int safepri = IPL_NONE;
73 spl_masks[IPL_NONE] = irqmasks[IPL_NONE];
/netbsd-6-1-5-RELEASE/tests/rump/kernspace/
H A Dlockme.c56 mutex_init(&mtx, MUTEX_DEFAULT, IPL_NONE);
76 mutex_init(&mtx, MUTEX_DEFAULT, IPL_NONE);
88 mutex_init(&some->mutexetum, MUTEX_DEFAULT, IPL_NONE);
H A Dalloc.c85 mutex_init(&mtx, MUTEX_DEFAULT, IPL_NONE);
91 &pool_allocator_nointr, IPL_NONE);
93 &pool_allocator_nointr, IPL_NONE);
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dintr.h47 #define IPL_NONE 0 /* nothing */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dsoftint.h46 #define IPL_PREEMPT_SOFTMASK (1 << IPL_NONE)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dsoftint_machdep.c47 __CTASSERT(IPL_NONE < IPL_SOFTCLOCK);
99 KASSERT(old_ipl == IPL_NONE);
100 KASSERT(softints == (1 << IPL_NONE));
101 ci->ci_data.cpu_softints ^= (1 << IPL_NONE);
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dintr.h44 #define IPL_NONE 0 /* nothing */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dintr.h38 #define IPL_NONE 0 /* nothing */ macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dintrdefs.h36 #define IPL_NONE 0x0 /* nothing */ macro
/netbsd-6-1-5-RELEASE/sys/arch/landisk/include/
H A Dintr.h63 #define spl0() _cpu_intr_resume(IPL_NONE << 4)
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dintr.h39 #define IPL_NONE 0 macro
/netbsd-6-1-5-RELEASE/sys/arch/hp700/include/
H A Dintr.h39 #define IPL_NONE 7 /* nothing */ macro

Completed in 324 milliseconds

1234567891011>>