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

  /src/sys/arch/sparc64/include/
cpu.h 192 LIST_HEAD(, pmap) ci_pmap_ctxlist; member in struct:cpu_info
  /src/sys/arch/sparc64/sparc64/
pmap.c 1323 LIST_INIT(&ci->ci_pmap_ctxlist);
3203 while (!LIST_EMPTY(&curcpu()->ci_pmap_ctxlist)) {
3205 KASSERT(pmap_ctx(LIST_FIRST(&curcpu()->ci_pmap_ctxlist)) != 0);
3207 ctx_free(LIST_FIRST(&curcpu()->ci_pmap_ctxlist),
3223 LIST_INSERT_HEAD(&curcpu()->ci_pmap_ctxlist, pm, pm_list[cpu_number()]);

Completed in 75 milliseconds