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_start
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/include/
pmap.h
161
int
pm_gap_start
; /* Starting with this vreg there's */
member in struct:pmap
/src/sys/arch/sparc/sparc/
pmap.c
982
if (vr + 1 == pm->
pm_gap_start
) \
983
pm->
pm_gap_start
= vr; \
990
x = pm->
pm_gap_start
+ (pm->pm_gap_end - pm->
pm_gap_start
) / 2; \
995
if (vr >= pm->
pm_gap_start
&& x != pm->
pm_gap_start
) \
996
pm->
pm_gap_start
= vr + 1; \
2152
gap_start = pm->
pm_gap_start
;
2181
if (gap_start < c->c_pmap->
pm_gap_start
)
2182
gap_start = c->c_pmap->
pm_gap_start
;
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025