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

  /src/sys/arch/mips/include/
mips1_pte.h 53 pg_m:1, /* HW: dirty bit */
68 pg_m:1, /* HW: dirty bit */
mips3_pte.h 55 pg_m:1, /* HW: dirty bit */
62 pg_m:1, /* HW: dirty bit */
  /src/sys/arch/vax/include/
pte.h 41 unsigned int pg_m:1; /* Modify DIGITAL */ member in struct:pte
60 #define PG_M 0x04000000
  /src/sys/arch/vax/vax/
pmap.c 534 ((pv->pv_attr & PG_M) != PG_M))
1129 oldpte = *pteptr & ~(PG_V|PG_M);
1186 pv->pv_attr |= PG_M;
1421 pv->pv_attr |= PG_M;
1471 rv = ISSET(pv->pv_attr, PG_M);
1474 if (pte[0].pg_m | pte[1].pg_m | pte[2].pg_m | pte[3].pg_m
    [all...]
  /src/sys/arch/sparc/include/
pte.h 167 * if (writing) pte |= PG_M;
181 * if (writing) pte |= PG_M; (mark modified)
270 #define PG_M 0x01000000
277 #define PG_M_SHIFT 24 /* shift to get PG_M, PG_U */
294 pg_m:1, member in struct:pte
302 pg_m:1, member in struct:srmmu_pte

Completed in 16 milliseconds