am_ppref 198 uvm/uvm_amap.c amap->am_ppref = NULL;
am_ppref 277 uvm/uvm_amap.c if (amap->am_ppref && amap->am_ppref != PPREF_NONE)
am_ppref 278 uvm/uvm_amap.c free(amap->am_ppref, M_UVMAMAP);
am_ppref 329 uvm/uvm_amap.c if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
am_ppref 345 uvm/uvm_amap.c if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
am_ppref 350 uvm/uvm_amap.c pp_setreflen(amap->am_ppref, amap->am_nslot, 1,
am_ppref 375 uvm/uvm_amap.c if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
am_ppref 380 uvm/uvm_amap.c free(amap->am_ppref, M_UVMAMAP);
am_ppref 381 uvm/uvm_amap.c amap->am_ppref = PPREF_NONE;
am_ppref 431 uvm/uvm_amap.c oldppref = amap->am_ppref;
am_ppref 435 uvm/uvm_amap.c amap->am_ppref = newppref;
am_ppref 705 uvm/uvm_amap.c if (srcamap->am_ppref && srcamap->am_ppref != PPREF_NONE) {
am_ppref 884 uvm/uvm_amap.c if (origref->ar_amap->am_ppref == NULL)
am_ppref 904 uvm/uvm_amap.c amap->am_ppref = malloc(sizeof(int) * amap->am_maxslot,
am_ppref 910 uvm/uvm_amap.c if (amap->am_ppref == NULL) {
am_ppref 911 uvm/uvm_amap.c amap->am_ppref = PPREF_NONE; /* not using it */
am_ppref 918 uvm/uvm_amap.c memset(amap->am_ppref, 0, sizeof(int) * amap->am_maxslot);
am_ppref 919 uvm/uvm_amap.c pp_setreflen(amap->am_ppref, 0, amap->am_ref, amap->am_nslot);
am_ppref 936 uvm/uvm_amap.c ppref = amap->am_ppref;
am_ppref 160 uvm/uvm_amap.h int *am_ppref; /* per page reference count (if !NULL) */
am_ppref 214 uvm/uvm_amap_i.h if (amap->am_ppref == NULL && (flags & AMAP_REFALL) == 0 &&
am_ppref 217 uvm/uvm_amap_i.h if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
am_ppref 264 uvm/uvm_amap_i.h if (amap->am_ppref == NULL && all == 0 && len != amap->am_nslot)
am_ppref 266 uvm/uvm_amap_i.h if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {