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_attrs
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hppa/include/
pmap.h
218
u_int
pvh_attrs
; /* to preserve ref/mod */
member in struct:vm_page_md
224
(pg)->mdpage.
pvh_attrs
= 0; \
/src/sys/arch/m68k/m68k/
pmap_motorola.c
268
uint32_t
pvh_attrs
; /* attributes:
member in struct:pv_header
1247
pvh->
pvh_attrs
= 0;
1299
if (pvh->
pvh_attrs
& PVH_CI) {
1314
pvh->
pvh_attrs
|= PVH_CI;
1329
pvh->
pvh_attrs
|= (PG_U|PG_M);
1331
pvh->
pvh_attrs
|= PG_U;
1726
!(pvh->
pvh_attrs
& PVH_PTPAGE))
2273
pv->pv_pmap && pv->pv_next == NULL && (pvh->
pvh_attrs
& PVH_CI)) {
2276
pvh->
pvh_attrs
&= ~PVH_CI;
2355
pvh->
pvh_attrs
&= ~PVH_PTPAGE
[
all
...]
/src/sys/arch/arm/include/arm32/
pmap.h
332
(((pg)->mdpage.
pvh_attrs
& PVF_MOD) != 0)
334
(((pg)->mdpage.
pvh_attrs
& PVF_REF) != 0)
336
(((md)->
pvh_attrs
& PVF_COLORED) != 0)
1150
int
pvh_attrs
; /* page attributes */
member in struct:pmap_page
1166
#define
pvh_attrs
pp.
pvh_attrs
macro
1181
(pg)->mdpage.
pvh_attrs
= VM_PAGE_TO_PHYS(pg) & arm_cache_prefer_mask
1184
(pg)->mdpage.
pvh_attrs
= 0
Completed in 20 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026