OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctxbusy
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/ibm4xx/
pmap.c
108
volatile struct pmap *
ctxbusy
[NUMCTX];
variable in typeref:typename:volatile struct pmap * []
299
ctxbusy
[0] =
ctxbusy
[1] = pmap_kernel();
1535
pte = pte_find((struct pmap *)__UNVOLATILE(
ctxbusy
[ctx]), va);
1602
} while (
ctxbusy
[cnum] != NULL && cnum != next);
1609
if (
ctxbusy
[cnum]) {
1614
ctxbusy
[cnum]->pm_ctx = 0;
1616
ctxbusy
[cnum] = pm;
1639
KASSERTMSG(
ctxbusy
[oldctx] == pm,
1640
"
ctxbusy
[%d] = %p, pm->pm_ctx = %p"
[
all
...]
pmap.c
108
volatile struct pmap *
ctxbusy
[NUMCTX];
variable in typeref:typename:volatile struct pmap * []
299
ctxbusy
[0] =
ctxbusy
[1] = pmap_kernel();
1535
pte = pte_find((struct pmap *)__UNVOLATILE(
ctxbusy
[ctx]), va);
1602
} while (
ctxbusy
[cnum] != NULL && cnum != next);
1609
if (
ctxbusy
[cnum]) {
1614
ctxbusy
[cnum]->pm_ctx = 0;
1616
ctxbusy
[cnum] = pm;
1639
KASSERTMSG(
ctxbusy
[oldctx] == pm,
1640
"
ctxbusy
[%d] = %p, pm->pm_ctx = %p"
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025