Searched refs:PGA_REFERENCED (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/alpha/include/
H A Dpmap.h187 #define PGA_REFERENCED 0x02UL /* referenced */ macro
188 #define PGA_ATTRS (PGA_MODIFIED | PGA_REFERENCED)
216 (((pg)->mdpage.pvh_listx & PGA_REFERENCED) != 0)
/netbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c2363 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 185 milliseconds