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

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DWrap.pm84 First, attach the transmutex multiplier to the cross-wired
93 multiplier to the cross-wired quantum
102 First, attach the transmutex multiplier to the cross-wired quantum
109 multiplier to the cross-wired quantum
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DWrap.pm84 First, attach the transmutex multiplier to the cross-wired
93 multiplier to the cross-wired quantum
102 First, attach the transmutex multiplier to the cross-wired quantum
109 multiplier to the cross-wired quantum
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dpmap.h206 boolean_t wired);
215 boolean_t wired,
388 #define PMAP_ENTER(pmap, virtual_address, page, protection, fault_type, flags, wired) \
407 (wired), \
415 fault_type, flags, wired, options, result) \
434 (wired), \
597 boolean_t wired);
H A Dvm_fault.h164 boolean_t wired,
H A Dvm_fault.c761 * example, because it was previously wired down), asserting
1255 * wired mapping.
2473 boolean_t wired,
2791 * Compressor pages are neither wired
2798 if (wired) {
3043 wired, PMAP_OPTIONS_NOWAIT, pe_result);
3075 PMAP_ENTER(pmap, vaddr, m, prot, fault_type, 0, wired);
3126 boolean_t wired; /* Should mapping be wired down? */ local
3208 &object, &offset, &prot, &wired,
2468 vm_fault_enter(vm_page_t m, pmap_t pmap, vm_map_offset_t vaddr, vm_prot_t prot, vm_prot_t fault_type, boolean_t wired, boolean_t change_wiring, boolean_t no_cache, boolean_t cs_bypass, boolean_t *need_retry, int *type_of_fault) argument
[all...]
H A Dvm_map.c299 * manage the wired page count. vm_map_entry_copy() creates a new
300 * map entry to the same memory - the wired count in the new entry
2176 * requested all new map entries be wired.
3152 * must be wired down. Hence, the race with a multi-
3977 * Update the accounting for the amount of wired memory in this map. If the user has
4015 * the total that has been wired in the map.
4066 * user wired memory for this map.
4092 * target map as wired. Regions specified as not pageable require
4134 /* We wired what the caller asked for, zero pages */
4159 * At this point, we have wired fro
4255 boolean_t wired; local
9306 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
13850 unsigned int purgeable, clean, dirty, wired; local
13935 unsigned int purgeable, clean, dirty, wired; local
[all...]
H A Dvm_map.h243 /* boolean_t */ zero_wired_pages:1, /* zero out the wired pages of this entry it is being deleted without unwiring them */
340 /* boolean_t */ wiring_required:1, /* All memory wired? */
536 boolean_t *wired, /* OUT */
H A Dvm_user.c1875 boolean_t wired; local
2228 &object, &obj_off, &prot, &wired,
2475 * is wired by anybody, not just the current map. Why
2809 * user wired memory. Unwiring pages wired down as a result of
H A Dvm_pageout.c526 * wired exactly once. The initial target pages are not mapped,
601 * Occurs when the original page was wired
2325 /* if it's wired, we can't put it on our queue */
5187 boolean_t wired; local
5197 &new_offset, &prot, &wired,
5431 * already be wired or BUSY, so it's
5445 * The virtual page ("m") has to be wired in some way
5951 * Occurs when the original page was wired
7074 * can't substitute if the page is already wired because
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpmap_x86_common.c408 * If specified, the page will be wired down, meaning
424 boolean_t wired)
426 (void) pmap_enter_options(pmap, vaddr, pn, prot, fault_type, flags, wired, PMAP_EXPAND_OPTIONS_NONE, NULL);
438 boolean_t wired,
581 * May be changing its wired attribute or protection
602 if (wired) {
873 if (wired) {
1345 /* Remove per-pmap wired count */
1660 boolean_t wired)
1669 if (wired
417 pmap_enter( register pmap_t pmap, vm_map_offset_t vaddr, ppnum_t pn, vm_prot_t prot, vm_prot_t fault_type, unsigned int flags, boolean_t wired) argument
431 pmap_enter_options( register pmap_t pmap, vm_map_offset_t vaddr, ppnum_t pn, vm_prot_t prot, __unused vm_prot_t fault_type, unsigned int flags, boolean_t wired, unsigned int options, void *arg) argument
1657 pmap_change_wiring( pmap_t map, vm_map_offset_t vaddr, boolean_t wired) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dhost_priv.defs140 wired : boolean_t);
143 * Allocate zero-filled, wired, contiguous physical memory
/macosx-10.9.5/top-89.1.2/
H A Dglobalstats.c429 char wired[6]; local
446 if(top_humanize_uinteger(wired, sizeof(wired), wiredresult)
456 "%s used (%s wired), "
458 used, wired,
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dthread.c1402 boolean_t wired,
1413 if (wired) {
1437 boolean_t wired)
1439 return (thread_wire_internal(host_priv, thread, wired, NULL));
1399 thread_wire_internal( host_priv_t host_priv, thread_t thread, boolean_t wired, boolean_t *prev_state) argument
1434 thread_wire( host_priv_t host_priv, thread_t thread, boolean_t wired) argument
H A Dthread.h842 boolean_t wired,
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c859 * Update wired memory statistics for early boot pages
1902 int wired; local
1929 * If the pte page has any wired mappings, we cannot
1932 wired = 0;
1937 wired = 1;
1942 if (!wired) {
2012 * will specify that these pages are to be wired
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_memorystatus.c495 uint32_t purgeable, wired, clean, dirty; variable
504 error = task_freeze(p->task, &purgeable, &wired, &clean, &dirty, max_pages, &shared, FALSE);
2181 uint32_t purgeable, wired, clean, dirty; local
2225 kr = task_freeze(p->task, &purgeable, &wired, &clean, &dirty, max_pages, &shared, FALSE);
2228 "memorystatus_pages: %d, purgeable: %d, wired: %d, clean: %d, dirty: %d, shared %d, free swap: %d\n",
2230 memorystatus_available_pages, purgeable, wired, clean, dirty, shared, default_pager_swap_pages_free());
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices10813 wired 4871/tcp # Wired
10814 wired 4871/udp # Wired

Completed in 384 milliseconds