/src/sys/uvm/ |
uvm_amap.h | 162 struct vm_anon **am_anon; /* array of anonymous pages */ member in struct:vm_amap 170 * note that am_slots, am_bckptr, and am_anon are arrays. this allows 183 * am_anon: NULL, anon0, NULL, anon1 (actual pointers to anons) 188 * note that am_bckptr is D/C if the slot in am_anon is set to NULL. 191 * in general, if am_anon[X] is non-NULL, then the following must be
|
uvm_amap.h | 162 struct vm_anon **am_anon; /* array of anonymous pages */ member in struct:vm_amap 170 * note that am_slots, am_bckptr, and am_anon are arrays. this allows 183 * am_anon: NULL, anon0, NULL, anon1 (actual pointers to anons) 188 * note that am_bckptr is D/C if the slot in am_anon is set to NULL. 191 * in general, if am_anon[X] is non-NULL, then the following must be
|
/src/usr.bin/pmap/ |
pmap.c | 606 struct vm_anon **am_anon; local in function:dump_amap 623 "%*s am_bckptr = %p, am_anon = %p, am_ppref = %p }\n", 635 D(amap, amap)->am_anon, 645 am_anon = ecalloc(D(amap, amap)->am_maxslot, sizeof(*am_anon)); 646 l = D(amap, amap)->am_maxslot * sizeof(*am_anon); 647 _KDEREF(kd, (u_long)D(amap, amap)->am_anon, am_anon, l); 670 printf(" %10s\n", "am_anon"); 677 if (am_anon[i] || verbose > 1 [all...] |
pmap.c | 606 struct vm_anon **am_anon; local in function:dump_amap 623 "%*s am_bckptr = %p, am_anon = %p, am_ppref = %p }\n", 635 D(amap, amap)->am_anon, 645 am_anon = ecalloc(D(amap, amap)->am_maxslot, sizeof(*am_anon)); 646 l = D(amap, amap)->am_maxslot * sizeof(*am_anon); 647 _KDEREF(kd, (u_long)D(amap, amap)->am_anon, am_anon, l); 670 printf(" %10s\n", "am_anon"); 677 if (am_anon[i] || verbose > 1 [all...] |