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

  /src/sys/arch/powerpc/ibm4xx/
pmap.c 108 volatile struct pmap *ctxbusy[NUMCTX]; variable in typeref:typename:volatile struct pmap * []
299 ctxbusy[0] = ctxbusy[1] = pmap_kernel();
1535 pte = pte_find((struct pmap *)__UNVOLATILE(ctxbusy[ctx]), va);
1602 } while (ctxbusy[cnum] != NULL && cnum != next);
1609 if (ctxbusy[cnum]) {
1614 ctxbusy[cnum]->pm_ctx = 0;
1616 ctxbusy[cnum] = pm;
1639 KASSERTMSG(ctxbusy[oldctx] == pm,
1640 "ctxbusy[%d] = %p, pm->pm_ctx = %p"
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 1743 sllx %g6, 3, %g6 ! Make it into an offset into ctxbusy
1864 sllx %g6, 3, %g6 ! Make it into an offset into ctxbusy
2138 LDPTR [%g1 + %lo(CPUINFO_VA+CI_CTXBUSY)], %g1 ! Load start of ctxbusy
2635 sllx %g6, 3, %g6 ! Make it into an offset into ctxbusy
2813 sllx %g6, 3, %g6 ! Make it into an offset into ctxbusy
2886 sllx %g6, 3, %g6 ! Make it into an offset into ctxbusy
3018 sllx %g6, 3, %g6 ! Make it into an offset into ctxbusy
3114 sllx %g6, 3, %g6 ! Make it into an offset into ctxbusy
3247 sllx %g6, 3, %g6 ! Make it into an offset into ctxbusy
3443 sll %g7, 3, %g7 ! byte offset into ctxbusy
    [all...]

Completed in 55 milliseconds