• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/vm/

Lines Matching defs:wired

273  * manage the wired page count. vm_map_entry_copy() creates a new
274 * map entry to the same memory - the wired count in the new entry
1995 * requested all new map entries be wired.
2610 * must be wired down. Hence, the race with a multi-
3381 * Update the accounting for the amount of wired memory in this map. If the user has
3417 * the total that has been wired in the map.
3468 * user wired memory for this map.
3494 * target map as wired. Regions specified as not pageable require
3534 /* We wired what the caller asked for, zero pages */
3559 * At this point, we have wired from "start" to "s".
3583 * wired from "start" to "s" and we still have
3591 * already wired.
3658 boolean_t wired;
3703 &offset, &prot, &wired,
3800 * If this entry is already wired then increment
3805 * entry is already wired down, get our reference
3835 * This is aggressive, but once it's wired we can't move it.
3961 * wake up anybody waiting on entries we wired.
3967 /* undo what has been wired so far */
4011 * as pageable. Regions specified must have been wired previously.
4098 * here and proceed to decement the wired
4322 * We might have fragmented the address space when we wired this
4324 * with their neighbors now that they're no longer wired.
6700 * If the entry is now wired,
6734 * entry was wired, all of the pages
6748 * The page is assumed to be wired here, so it
6996 boolean_t was_wired; /* Was source wired? */
7044 /* the was wired boolean to set-up the */
7114 * set its wired count to zero.
7920 * this address, whether it is wired down, and whether
7945 boolean_t *wired, /* OUT */
8305 *wired = (entry->wired_count != 0);
8306 if (*wired)
8322 if ((fault_type & VM_PROT_WRITE) || *wired) {
9318 * is often wired down.
11620 * Set the limit on the maximum amount of user wired memory allowed for this map.