Searched refs:wired (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dvm_param.h195 #define PMAP_ENTER(pmap, virtual_address, page, protection, flags, wired) \
213 (wired) \
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dpmap.h207 boolean_t wired);
361 #define PMAP_ENTER(pmap, virtual_address, page, protection, flags, wired) \
378 (wired)); \
459 boolean_t wired);
H A Dvm_fault.h162 boolean_t wired,
H A Dvm_fault.c587 * example, because it was previously wired down), asserting
1034 * wired mapping.
2006 boolean_t wired,
2141 PMAP_ENTER(pmap, vaddr, m, prot, cache_attr, wired);
2152 if (wired) {
2234 boolean_t wired; /* Should mapping be wired down? */ local
2310 &object, &offset, &prot, &wired,
2322 * If the page is wired, we must fault for the current protection
2325 if (wired) {
2002 vm_fault_enter(vm_page_t m, pmap_t pmap, vm_map_offset_t vaddr, vm_prot_t prot, boolean_t wired, boolean_t change_wiring, boolean_t no_cache, int *type_of_fault) argument
[all...]
H A Dvm_map.h284 boolean_t wiring_required;/* All memory wired? */
448 boolean_t *wired, /* OUT */
H A Dvm_map.c273 * 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 fro
3658 boolean_t wired; local
7936 vm_map_lookup_locked( vm_map_t *var_map, vm_map_offset_t vaddr, vm_prot_t fault_type, int object_lock_type, vm_map_version_t *out_version, vm_object_t *object, vm_object_offset_t *offset, vm_prot_t *out_prot, boolean_t *wired, vm_object_fault_info_t fault_info, vm_map_t *real_map) argument
[all...]
H A Dvm_user.c1724 boolean_t wired; local
1933 &object, &obj_off, &prot, &wired,
2110 * is wired by anybody, not just the current map. Why
2418 * user wired memory. Unwiring pages wired down as a result of
H A Dvm_pageout.c475 * wired exactly once. The initial target pages are not mapped,
546 /* case. Occurs when the original page was wired */
1668 /* if it's wired, we can't put it on our queue */
3589 boolean_t wired; local
3600 &new_offset, &prot, &wired,
3796 * already be wired or BUSY, so it's
3810 * The virtual page ("m") has to be wired in some way
4281 * page was wired at the time of the list
4987 * can't substitute if the page is already wired because
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c461 long wired; local
472 wired = pmap->stats.wired_count;
481 wired, (wired * PAGE_SIZE) / 1024);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c815 long wired; local
826 wired = pmap->stats.wired_count;
835 wired, (wired * PAGE_SIZE) / 1024);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtask.c173 ledger_t wired,
1135 ledger_t wired,
1142 if (wired) {
1144 task->wired_ledger_port = ledger_copy(wired);
1133 task_set_ledger( task_t task, ledger_t wired, ledger_t paged) argument
H A Dthread.c1110 boolean_t wired,
1121 if (wired) {
1145 boolean_t wired)
1147 return (thread_wire_internal(host_priv, thread, wired, NULL));
1107 thread_wire_internal( host_priv_t host_priv, thread_t thread, boolean_t wired, boolean_t *prev_state) argument
1142 thread_wire( host_priv_t host_priv, thread_t thread, boolean_t wired) argument
H A Dthread.h669 boolean_t wired,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c317 minimizing wired memory and making the lookup of a ppn faster. Since a vast majority of
2556 * If specified, the page will be wired down, meaning
2570 boolean_t wired)
2664 * May be changing its wired attribute or protection
2683 if (wired) {
2944 if (wired) {
2985 boolean_t wired)
2998 if (wired && !iswired(*pte)) {
3005 else if (!wired && iswired(*pte)) {
3405 int wired; local
2564 pmap_enter( register pmap_t pmap, vm_map_offset_t vaddr, ppnum_t pn, vm_prot_t prot, unsigned int flags, boolean_t wired) argument
2982 pmap_change_wiring( register pmap_t map, vm_map_offset_t vaddr, boolean_t wired) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c1092 * translation is wired then we can not allow a full page fault, i.e.,
1102 unsigned int flags, __unused boolean_t wired)
1429 * will specify that these pages are to be wired
1453 __unused boolean_t wired)
1101 pmap_enter(pmap_t pmap, vm_map_offset_t va, ppnum_t pa, vm_prot_t prot, unsigned int flags, __unused boolean_t wired) argument
1450 pmap_change_wiring( __unused pmap_t pmap, __unused vm_map_offset_t va, __unused boolean_t wired) argument

Completed in 297 milliseconds