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

  /src/sys/arch/powerpc/ibm4xx/
pmap.c 647 ctx_free(pm);
1630 ctx_free(struct pmap *pm) function in typeref:typename:void
1637 panic("ctx_free: freeing kernel context");
  /src/sys/arch/sparc64/sparc64/
pmap.c 159 static void ctx_free(struct pmap *, struct cpu_info *);
1526 ctx_free(pm, ci);
1534 ctx_free(pm, curcpu());
2046 ctx_free(pm, ci);
2054 ctx_free(pm, curcpu());
3204 ctx_free(LIST_FIRST(&curcpu()->ci_pmap_ctxlist),
3232 ctx_free(struct pmap *pm, struct cpu_info *ci) function in typeref:typename:void
3252 panic("ctx_free: freeing kernel context");
3254 printf("ctx_free: freeing free context %d\n", oldctx);
3256 printf("ctx_free: freeing someone else's context\n
    [all...]
  /src/sys/arch/sparc/sparc/
pmap.c 392 static void ctx_free(struct pmap *);
2205 * context was freed by calling ctx_free() in pmap_release(),
2259 * Otherwise, the context was freed by calling ctx_free() in
2305 ctx_free(struct pmap *pm) function in typeref:typename:void
4397 ctx_free(pm);

Completed in 19 milliseconds