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

/netbsd-current/sys/arch/alpha/include/
H A Dpmap.h188 #define PGA_ATTRS (PGA_MODIFIED | PGA_REFERENCED) macro
/netbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c3224 printf("pa 0x%lx (attrs = 0x%lx):\n", pa, md->pvh_listx & PGA_ATTRS);
3325 uintptr_t const attrs = md->pvh_listx & PGA_ATTRS;
3326 newpv->pv_next = (struct pv_entry *)(md->pvh_listx & ~PGA_ATTRS);
3374 (((uintptr_t)*pvp) & PGA_ATTRS));

Completed in 150 milliseconds