HomeSort by: relevance | last modified time | path
    Searched defs:pv_flags (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sun3/sun3x/
pmap_pvt.h 139 u_short pv_flags; /* Physical page status flags */ member in struct:pv_struct
  /src/sys/arch/sparc/include/
pmap.h 413 int pv_flags; /* flags (below) */ member in struct:vm_page_md::pvlist
422 (pg)->mdpage.pvlisthead.pv_flags = 0; \
  /src/sys/arch/sun2/sun2/
pmap.c 455 u_char *pv_flags; local in function:save_modref_bits
457 pv_flags = pa_to_pvflags(PG_PA(pte));
458 *pv_flags |= ((pte & PG_MODREF) >> PV_SHIFT);
1087 u_char *pv_flags; local in function:pv_changepte
1095 pv_flags = pa_to_pvflags(pa);
1182 *pv_flags |= (flags >> PV_SHIFT);
1325 u_char *pv_flags; local in function:pv_link
1341 pv_flags = pa_to_pvflags(pa);
1354 *pv_flags |= flags;
1360 if ((*pv_flags & PV_NC) == 0)
1403 u_char *pv_flags; local in function:pv_unlink
2647 u_char *pv_flags; local in function:pmap_clear_modify
2670 u_char *pv_flags; local in function:pmap_is_modified
2694 u_char *pv_flags; local in function:pmap_clear_reference
2718 u_char *pv_flags; local in function:pmap_is_referenced
    [all...]
  /src/sys/arch/sun3/sun3/
pmap.c 464 u_char *pv_flags; local in function:save_modref_bits
466 pv_flags = pa_to_pvflags(PG_PA(pte));
467 *pv_flags |= ((pte & PG_MODREF) >> PV_SHIFT);
1096 u_char *pv_flags; local in function:pv_changepte
1104 pv_flags = pa_to_pvflags(pa);
1189 *pv_flags |= (flags >> PV_SHIFT);
1330 u_char *pv_flags; local in function:pv_link
1349 pv_flags = pa_to_pvflags(pa);
1361 *pv_flags |= flags;
1367 if ((*pv_flags & PV_NC) == 0)
1410 u_char *pv_flags; local in function:pv_unlink
2666 u_char *pv_flags; local in function:pmap_clear_modify
2689 u_char *pv_flags; local in function:pmap_is_modified
2713 u_char *pv_flags; local in function:pmap_clear_reference
2737 u_char *pv_flags; local in function:pmap_is_referenced
    [all...]
  /src/sys/arch/arm/arm32/
pmap.c 671 u_int pv_flags; /* flags */ member in struct:pv_entry
994 pv->pv_flags = flags;
1003 while (*pvp != NULL && PV_IS_KENTRY_P((*pvp)->pv_flags))
1007 while (*pvp != NULL && PV_IS_WRITE_P((*pvp)->pv_flags))
1015 if ((pv->pv_flags & PVF_KWRITE) == PVF_KWRITE)
1059 if (pv->pv_flags & PVF_WIRED)
1107 (uintptr_t)pm, (uintptr_t)md, pv->pv_flags, 0);
1108 if (pv->pv_flags & PVF_WIRED) {
1114 if (pv->pv_flags & PVF_WRITE)
1119 if (pv->pv_flags & PVF_WRITE
    [all...]

Completed in 138 milliseconds