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 268 uint16_t pvh_attrs; /* attributes: member in struct:pv_header
1248 pvh->pvh_attrs = 0;
1300 if (pvh->pvh_attrs & PVH_CI) {
1315 pvh->pvh_attrs |= PVH_CI;
1330 pvh->pvh_attrs |= (PG_U|PG_M);
1332 pvh->pvh_attrs |= PG_U;
1724 !(pvh->pvh_attrs & PVH_PTPAGE))
2271 pv->pv_pmap && pv->pv_next == NULL && (pvh->pvh_attrs & PVH_CI)) {
2274 pvh->pvh_attrs &= ~PVH_CI;
2353 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)
1147 int pvh_attrs; /* page attributes */ member in struct:pmap_page
1163 #define pvh_attrs pp.pvh_attrs macro
1178 (pg)->mdpage.pvh_attrs = VM_PAGE_TO_PHYS(pg) & arm_cache_prefer_mask
1181 (pg)->mdpage.pvh_attrs = 0

Completed in 16 milliseconds