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

  /src/sys/uvm/
uvm_amap.h 164 int *am_ppref; /* per page reference count (if !NULL) */ member in struct:vm_amap
  /src/usr.bin/pmap/
pmap.c 609 int *am_ppref; local in function:dump_amap
623 "%*s am_bckptr = %p, am_anon = %p, am_ppref = %p }\n",
636 D(amap, amap)->am_ppref);
657 if (D(amap, amap)->am_ppref != NULL &&
658 D(amap, amap)->am_ppref != PPREF_NONE) {
659 am_ppref = ecalloc(
660 D(amap, amap)->am_maxslot, sizeof(*am_ppref));
661 l = D(amap, amap)->am_maxslot * sizeof(*am_ppref);
662 _KDEREF(kd, (u_long)D(amap, amap)->am_ppref, am_ppref, l)
    [all...]

Completed in 12 milliseconds