Searched refs:pm_ctx (Results 1 – 4 of 4) sorted by relevance
710 ((pm)->pm_ctx != NULL && \714 #define CTX_USABLE(pm,rp) ((pm)->pm_ctx != NULL )1500 if (pm->pm_ctx) {1507 if (pm->pm_ctx)1553 if (pm->pm_ctx)1669 if (pm->pm_ctx)1700 c->c_pmap->pm_ctx = NULL;1711 pm->pm_ctx = c;1820 if ((c = pm->pm_ctx) == NULL)1822 pm->pm_ctx = NULL;[all …]
91 member PMAP_CTX pm_ctx
4582 ld [%o3 + PMAP_CTX], %o0 ! if (pm->pm_ctx != NULL)
140 union ctxinfo *pm_ctx; /* current context, if any */ member