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

  /src/sys/arch/alpha/include/
pmap.h 186 #define PGA_MODIFIED 0x01UL /* modified */
188 #define PGA_ATTRS (PGA_MODIFIED | PGA_REFERENCED)
218 (((pg)->mdpage.pvh_listx & PGA_MODIFIED) != 0)
  /src/sys/arch/alpha/alpha/
pmap.c 2363 attrs |= (PGA_REFERENCED|PGA_MODIFIED);
2375 else if ((attrs & PGA_MODIFIED) == 0)
2830 if (md->pvh_listx & PGA_MODIFIED) {
2833 md->pvh_listx &= ~PGA_MODIFIED;
3184 md->pvh_listx |= (PGA_REFERENCED|PGA_MODIFIED);

Completed in 14 milliseconds