OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pm_ptphint
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/hppa/include/
pmap.h
57
struct vm_page *
pm_ptphint
;
member in struct:pmap
/src/sys/arch/x86/include/
pmap_private.h
179
struct vm_page *
pm_ptphint
[PTP_LEVELS-1];
member in struct:pmap
/src/sys/arch/hppa/hppa/
pmap.c
372
pm->
pm_ptphint
= pg;
387
if (pm->
pm_ptphint
&& VM_PAGE_TO_PHYS(pm->
pm_ptphint
) == pa)
388
return (pm->
pm_ptphint
);
409
if (pmap->
pm_ptphint
== ptp)
410
pmap->
pm_ptphint
= NULL;
1219
pmap->
pm_ptphint
= NULL;
/src/sys/arch/x86/x86/
pmap.c
1241
kpm->
pm_ptphint
[i] = NULL;
2440
if (pmap->
pm_ptphint
[lidx] && off == pmap->
pm_ptphint
[lidx]->offset) {
2441
KASSERT(pmap->
pm_ptphint
[lidx]->wire_count > 0);
2442
pg = pmap->
pm_ptphint
[lidx];
2456
pmap->
pm_ptphint
[lidx] = pg;
2470
if (pmap->
pm_ptphint
[lidx] == ptp)
2471
pmap->
pm_ptphint
[lidx] = NULL;
2594
pmap->
pm_ptphint
[0] = ptp;
2636
pmap->
pm_ptphint
[i - 2] = ptp
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Nov 06 19:09:53 GMT 2025