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

  /src/sys/arch/alpha/include/
pmap.h 188 #define PGA_ATTRS (PGA_MODIFIED | PGA_REFERENCED)
  /src/sys/arch/alpha/alpha/
pmap.c 3224 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 31 milliseconds