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

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A De500_intr.c68 #define IPL2CTPR(ipl) ((ipl) + 15 - IPL_HIGH) macro
461 const u_int ctpr = IPL2CTPR(ipl);
462 KASSERT(openpic_read(cpu, OPENPIC_CTPR) == IPL2CTPR(ci->ci_cpl));
700 uint32_t vpr = VPR_PRIORITY_MAKE(IPL2CTPR(ipl))
840 || IPL2CTPR(old_ipl) != openpic_read(cpu, OPENPIC_CTPR))
857 if (IPL2CTPR(old_ipl) != openpic_read(cpu, OPENPIC_CTPR))
872 if (IPL2CTPR(old_ipl) != openpic_read(cpu, OPENPIC_CTPR))
926 if (IPL2CTPR(old_ipl) != openpic_read(cpu, OPENPIC_CTPR))
932 if (IPL2CTPR(old_ipl) != openpic_read(cpu, OPENPIC_CTPR))

Completed in 100 milliseconds