• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/osfmk/vm/

Lines Matching refs:wired

303  * manage the wired page count. vm_map_entry_copy() creates a new
304 * map entry to the same memory - the wired count in the new entry
2347 * requested all new map entries be wired.
3405 * must be wired down. Hence, the race with a multi-
4243 * Update the accounting for the amount of wired memory in this map. If the user has
4281 * the total that has been wired in the map.
4332 * user wired memory for this map.
4358 * target map as wired. Regions specified as not pageable require
4395 * wired page. We return only one physical page number
4416 /* We wired what the caller asked for, zero pages */
4441 * At this point, we have wired from "start" to "s".
4465 * wired from "start" to "s" and we still have
4473 * already wired.
4548 boolean_t wired;
4593 &offset, &prot, &wired,
4691 * If this entry is already wired then increment
4714 * entry is already wired down, get our reference
4767 /* not already wired !? */
4794 * This is aggressive, but once it's wired we can't move it.
4940 * wake up anybody waiting on entries we wired.
4946 /* undo what has been wired so far */
5003 * as pageable. Regions specified must have been wired previously.
5061 /* superpages are always wired */
5098 * here and proceed to decement the wired
5326 * We might have fragmented the address space when we wired this
5328 * with their neighbors now that they're no longer wired.
8412 * If the entry is now wired,
8446 * entry was wired, all of the pages
8460 * The page is assumed to be wired here, so it
8760 boolean_t was_wired; /* Was source wired? */
8808 /* the was wired boolean to set-up the */
8881 * set its wired count to zero.
9949 * this address, whether it is wired down, and whether
9974 boolean_t *wired, /* OUT */
10362 *wired = (entry->wired_count != 0);
10363 if (*wired)
10379 if ((fault_type & VM_PROT_WRITE) || *wired || force_copy) {
11525 * is often wired down.
14413 * Set the limit on the maximum amount of user wired memory allowed for this map.
14629 unsigned int purgeable, clean, dirty, wired;
14638 default_freezer_pack(&purgeable, &wired, &clean, &dirty, dirty_budget, &shared, entry->object.vm_object, NULL);
14641 *wired_count += wired;
14714 unsigned int purgeable, clean, dirty, wired;
14717 default_freezer_pack(&purgeable, &wired, &clean, &dirty, dirty_budget, &shared,
14721 *wired_count += wired;
14830 /* wired: can't change the map entry... */