OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_free
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/powerpc/include/ibm4xx/
pmap.h
183
void
ctx_free
(struct pmap *);
/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
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/powerpc/ibm4xx/
pmap.c
647
ctx_free
(pm);
1630
ctx_free
(struct pmap *pm)
function
1637
panic("
ctx_free
: freeing kernel context");
/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
4397
ctx_free
(pm);
Completed in 25 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026