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

  /src/sys/arch/sparc/sparc/
pmap.c 381 struct pmap *c_pmap; /* pmap (if busy) */ member in union:ctxinfo
2170 if (c->c_pmap == NULL)
2175 cpu_number(), cnum, c->c_pmap);
2177 c->c_pmap->pm_ctx = NULL;
2178 c->c_pmap->pm_ctxnum = 0;
2181 if (gap_start < c->c_pmap->pm_gap_start)
2182 gap_start = c->c_pmap->pm_gap_start;
2183 if (gap_end > c->c_pmap->pm_gap_end)
2184 gap_end = c->c_pmap->pm_gap_end;
2188 c->c_pmap = pm
    [all...]
pmap.c 381 struct pmap *c_pmap; /* pmap (if busy) */ member in union:ctxinfo
2170 if (c->c_pmap == NULL)
2175 cpu_number(), cnum, c->c_pmap);
2177 c->c_pmap->pm_ctx = NULL;
2178 c->c_pmap->pm_ctxnum = 0;
2181 if (gap_start < c->c_pmap->pm_gap_start)
2182 gap_start = c->c_pmap->pm_gap_start;
2183 if (gap_end > c->c_pmap->pm_gap_end)
2184 gap_end = c->c_pmap->pm_gap_end;
2188 c->c_pmap = pm
    [all...]

Completed in 26 milliseconds