OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pm_gap_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/include/
pmap.h
162
int
pm_gap_end
; /* no valid mapping until here */
member in struct:pmap
/src/sys/arch/sparc/sparc/
pmap.c
984
if (vr == pm->
pm_gap_end
) \
985
pm->
pm_gap_end
= vr + 1; \
990
x = pm->pm_gap_start + (pm->
pm_gap_end
- pm->pm_gap_start) / 2; \
992
if (vr < pm->
pm_gap_end
) \
993
pm->
pm_gap_end
= vr; \
2153
gap_end = pm->
pm_gap_end
;
2183
if (gap_end > c->c_pmap->
pm_gap_end
)
2184
gap_end = c->c_pmap->
pm_gap_end
;
4450
pm->
pm_gap_end
= VA_VREG(VM_MAXUSER_ADDRESS);
5784
if (pm->
pm_gap_end
< pm->pm_gap_start)
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025