Searched refs:old_ipl (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dsoftint_machdep.c67 powerpc_softint(struct cpu_info *ci, int old_ipl, vaddr_t pc) argument
69 const u_int softint_mask = (IPL_SOFTMASK << old_ipl) & IPL_SOFTMASK;
78 KASSERT(old_ipl < IPL_SOFTSERIAL);
83 KASSERT(old_ipl < IPL_SOFTNET);
88 KASSERT(old_ipl < IPL_SOFTBIO);
93 KASSERT(old_ipl < IPL_SOFTCLOCK);
99 KASSERT(old_ipl == IPL_NONE);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A De500_intr.c492 const int old_ipl = ci->ci_cpl; local
497 if (ipl == old_ipl)
500 if (__predict_false(ipl > old_ipl)) {
502 __func__, __builtin_return_address(0), old_ipl, ipl);
503 if (old_ipl == IPL_NONE)
519 if (ipl < IPL_VM && old_ipl >= IPL_VM)
529 const int old_ipl = ci->ci_cpl; local
534 if (old_ipl < ipl) {
539 if (old_ipl < IPL_VM && ipl >= IPL_VM)
545 __func__, __builtin_return_address(0), old_ipl);
817 const int old_ipl = ci->ci_cpl; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dintr.h87 ipl_t old_ipl = _splget(); local
89 return old_ipl;
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_hal.c316 static int old_ipl; variable
334 old_ipl = splsoftclock();
372 splx(old_ipl);

Completed in 110 milliseconds