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

  /src/sys/arch/x86/include/
pmap_pv.h 81 LIST_HEAD(, pv_entry) pvlist;
89 #define pp_pvlist pp_u.s.pvlist
  /src/sys/arch/sparc/include/
pmap.h 409 struct pvlist { struct in struct:vm_page_md
410 struct pvlist *pv_next; /* next pvlist, if any */
  /src/sys/arch/sparc/sparc/
pmap.c 191 * Flags in pvlist.pv_flags. Note that PV_MOD must be 1 and PV_REF must be 2
195 * Note: the REF, MOD and ANC flag bits occur only in the head of a pvlist.
2350 * pvlist functions.
2359 * It also copies ref and mod bits to the pvlist, on the theory that
2369 struct pvlist *pv;
2430 * Sync ref and mod bits in pvlist (turns off same in hardware PTEs).
2439 struct pvlist *pv;
2500 * pvlist and turn off PG_NC in each PTE. (The pvlist is by
2507 struct pvlist *pv0, *npv
    [all...]

Completed in 35 milliseconds