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

  /src/sys/arch/alpha/include/
pmap.h 187 #define PGA_REFERENCED 0x02UL /* referenced */
188 #define PGA_ATTRS (PGA_MODIFIED | PGA_REFERENCED)
216 (((pg)->mdpage.pvh_listx & PGA_REFERENCED) != 0)
  /src/sys/arch/alpha/alpha/
pmap.c 2363 attrs |= (PGA_REFERENCED|PGA_MODIFIED);
2365 attrs |= PGA_REFERENCED;
2373 if ((attrs & PGA_REFERENCED) == 0)
2869 if (md->pvh_listx & PGA_REFERENCED) {
2872 md->pvh_listx &= ~PGA_REFERENCED;
3184 md->pvh_listx |= (PGA_REFERENCED|PGA_MODIFIED);
3187 md->pvh_listx |= PGA_REFERENCED;

Completed in 13 milliseconds