HomeSort by: relevance | last modified time | path
    Searched defs:ctpr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/booke/
e500_intr.c 75 #define CTPR2IPL(ctpr) ((ctpr) - (15 - IPL_HIGH))
518 const u_int ctpr = IPL2CTPR(ipl); local in function:e500_splset
520 openpic_write(cpu, OPENPIC_CTPR, ctpr);
521 KASSERT(openpic_read(cpu, OPENPIC_CTPR) == ctpr);
970 panic("%s(%p): old_ipl(%u) >= IPL_VM(%u) CTPR=%u",
1214 "%s: cpu%u: CTPR (%d) != IPL_NONE", __func__, cpu_number(),
e500_intr.c 75 #define CTPR2IPL(ctpr) ((ctpr) - (15 - IPL_HIGH))
518 const u_int ctpr = IPL2CTPR(ipl); local in function:e500_splset
520 openpic_write(cpu, OPENPIC_CTPR, ctpr);
521 KASSERT(openpic_read(cpu, OPENPIC_CTPR) == ctpr);
970 panic("%s(%p): old_ipl(%u) >= IPL_VM(%u) CTPR=%u",
1214 "%s: cpu%u: CTPR (%d) != IPL_NONE", __func__, cpu_number(),

Completed in 23 milliseconds