HomeSort by: relevance | last modified time | path
    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 277 uint32_t pvh_attrs; /* attributes: member in struct:pv_header
1269 pvh->pvh_attrs = 0;
1321 if (pvh->pvh_attrs & PVH_CI) {
1336 pvh->pvh_attrs |= PVH_CI;
1351 pvh->pvh_attrs |= (PG_U|PG_M);
1353 pvh->pvh_attrs |= PG_U;
1748 !(pvh->pvh_attrs & PVH_PTPAGE))
2295 pv->pv_pmap && pv->pv_next == NULL && (pvh->pvh_attrs & PVH_CI)) {
2298 pvh->pvh_attrs &= ~PVH_CI;
2377 pvh->pvh_attrs &= ~PVH_PTPAGE
    [all...]
  /src/sys/arch/arm/include/arm32/
pmap.h 394 (((pg)->mdpage.pvh_attrs & PVF_MOD) != 0)
396 (((pg)->mdpage.pvh_attrs & PVF_REF) != 0)
398 (((md)->pvh_attrs & PVF_COLORED) != 0)
1212 int pvh_attrs; /* page attributes */ member in struct:pmap_page
1228 #define pvh_attrs pp.pvh_attrs macro
1243 (pg)->mdpage.pvh_attrs = VM_PAGE_TO_PHYS(pg) & arm_cache_prefer_mask
1246 (pg)->mdpage.pvh_attrs = 0

Completed in 37 milliseconds