/src/sys/arch/powerpc/ibm4xx/ |
pmap.c | 1632 int oldctx; local in function:ctx_free 1634 oldctx = pm->pm_ctx; 1636 if (oldctx == 0) 1639 KASSERTMSG(ctxbusy[oldctx] == pm, 1641 oldctx, ctxbusy[oldctx], pm); 1644 ctxbusy[oldctx] = NULL; 1645 ctx_flush(oldctx);
|
pmap.c | 1632 int oldctx; local in function:ctx_free 1634 oldctx = pm->pm_ctx; 1636 if (oldctx == 0) 1639 KASSERTMSG(ctxbusy[oldctx] == pm, 1641 oldctx, ctxbusy[oldctx], pm); 1644 ctxbusy[oldctx] = NULL; 1645 ctx_flush(oldctx);
|
/src/sys/arch/sparc64/sparc64/ |
pmap.c | 3234 int oldctx; local in function:ctx_free 3246 oldctx = pm->pm_ctx[cpunum]; 3247 if (oldctx == 0) 3253 if (ci->ci_ctxbusy[oldctx] == 0) 3254 printf("ctx_free: freeing free context %d\n", oldctx); 3255 if (ci->ci_ctxbusy[oldctx] != pm->pm_physaddr) { 3258 oldctx, (void *)(u_long)ci->ci_ctxbusy[oldctx], pm, 3265 cpu_number(), oldctx)); 3266 ci->ci_ctxbusy[oldctx] = 0UL [all...] |
pmap.c | 3234 int oldctx; local in function:ctx_free 3246 oldctx = pm->pm_ctx[cpunum]; 3247 if (oldctx == 0) 3253 if (ci->ci_ctxbusy[oldctx] == 0) 3254 printf("ctx_free: freeing free context %d\n", oldctx); 3255 if (ci->ci_ctxbusy[oldctx] != pm->pm_physaddr) { 3258 oldctx, (void *)(u_long)ci->ci_ctxbusy[oldctx], pm, 3265 cpu_number(), oldctx)); 3266 ci->ci_ctxbusy[oldctx] = 0UL [all...] |