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

/netbsd-current/sys/arch/alpha/include/
H A Dpmap.h186 #define PGA_MODIFIED 0x01UL /* modified */ macro
188 #define PGA_ATTRS (PGA_MODIFIED | PGA_REFERENCED)
218 (((pg)->mdpage.pvh_listx & PGA_MODIFIED) != 0)
/netbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c2363 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 254 milliseconds