OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pv_head_tbl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sun2/sun2/
pmap.c
271
static struct pv_entry **
pv_head_tbl
;
variable in typeref:struct:pv_entry **
433
return (&
pv_head_tbl
[idx]);
1047
sz += (npp * sizeof(*
pv_head_tbl
));
1066
pv_head_tbl
= (void*) p;
1067
p += (npp * sizeof(*
pv_head_tbl
));
3871
pv =
pv_head_tbl
[idx];
/src/sys/arch/sun3/sun3/
pmap.c
278
static struct pv_entry **
pv_head_tbl
;
variable in typeref:struct:pv_entry **
442
return (&
pv_head_tbl
[idx]);
1056
sz += (npp * sizeof(*
pv_head_tbl
));
1075
pv_head_tbl
= (void*) p;
1076
p += (npp * sizeof(*
pv_head_tbl
));
3789
pv =
pv_head_tbl
[idx];
Completed in 16 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025