OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pvh_listx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/alpha/include/
pmap.h
185
/* attrs in
pvh_listx
*/
216
(((pg)->mdpage.
pvh_listx
& PGA_REFERENCED) != 0)
218
(((pg)->mdpage.
pvh_listx
& PGA_MODIFIED) != 0)
361
uintptr_t
pvh_listx
; /* pv_entry list + attrs */
member in struct:vm_page_md
386
((struct pv_entry *)((pg)->mdpage.
pvh_listx
& ~3UL))
390
(pg)->mdpage.
pvh_listx
= 0UL; \
/src/sys/arch/m68k/include/
pmap_68k.h
341
uintptr_t
pvh_listx
; /* pv_entry list + attrs */
member in struct:vm_page_md
352
(pg)->mdpage.
pvh_listx
= 0; \
356
((struct pv_entry *)((pg)->mdpage.
pvh_listx
& (uintptr_t)PVH_PV_MASK))
359
((struct pv_entry **)&(pg)->mdpage.
pvh_listx
)
376
(((pg)->mdpage.
pvh_listx
& PVH_UM_MASK) << PVH_UM_SHIFT)
380
(pg)->mdpage.
pvh_listx
|= \
386
(pg)->mdpage.
pvh_listx
= \
387
((pg)->mdpage.
pvh_listx
& ~PVH_UM_MASK) | \
393
(pg)->mdpage.
pvh_listx
|= PVH_CI; \
398
(pg)->mdpage.
pvh_listx
&= ~PVH_CI;
[
all
...]
Completed in 19 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026