OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 20 22:09:52 GMT 2025