OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVE_EOL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sun3/sun3x/
pmap_pvt.h
135
* special index '
PVE_EOL
' is used to represent the end of the list.
147
#define
PVE_EOL
0xffff /* End-of-list marker */
pmap.c
1206
pvbase[i].pv_idx =
PVE_EOL
; /* Indicate no mappings */
1559
* element. Note: may have pv_idx==
PVE_EOL
1563
if (pv_idx ==
PVE_EOL
) {
2665
for (idx = pv->pv_idx; idx !=
PVE_EOL
; idx = pvebase[idx].pve_next) {
2691
idx !=
PVE_EOL
;
2721
for (idx = pv->pv_idx; idx !=
PVE_EOL
; idx = pvebase[idx].pve_next) {
2780
pv->pv_idx =
PVE_EOL
;
2887
for (idx = pv->pv_idx; idx !=
PVE_EOL
; idx = pvebase[idx].pve_next) {
3773
for (; idx !=
PVE_EOL
&& n > 0; idx = pvebase[idx].pve_next, n--) {
Completed in 24 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025