Home
last modified time | relevance | path

Searched refs:no_cache (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/osfmk/mach/
H A Ddyld_kernel.h56 boolean_t no_cache; // process is running without a dyld cache member
H A Dtask.defs518 no_cache :boolean_t;
/xnu-11215/osfmk/vm/
H A Dvm_object_xnu.h113 /* boolean_t */ no_cache:1, member
H A Dvm_fault.c3195 bool no_cache, in vm_fault_enqueue_page() argument
3241 no_cache = FALSE; in vm_fault_enqueue_page()
3250 ((m->vmp_q_state != VM_PAGE_ON_THROTTLED_Q) && no_cache)) && in vm_fault_enqueue_page()
3332 no_cache) { in vm_fault_enqueue_page()
3346 if (no_cache && in vm_fault_enqueue_page()
3950 …vm_fault_enqueue_page(object, m, wired, change_wiring, wire_tag, fault_info->no_cache, type_of_fau… in vm_fault_enter()
5832 …vm_fault_enqueue_page(object, m, wired, change_wiring, wire_tag, fault_info->no_cache, &type_of_fa… in vm_fault_internal()
6792 fault_info.no_cache = entry->no_cache; in vm_fault_unwire()
H A Dvm_map_xnu.h244 /* boolean_t */ no_cache:1, /* should new pages be cached? */ member
H A Dvm_map.c2804 const bool no_cache = vmk_flags.vmf_no_cache; in vm_map_enter() local
3293 (entry->no_cache == no_cache) && in vm_map_enter()
14722 fault_info->no_cache = entry->no_cache; in vm_map_lookup_and_lock_object()
16043 (prev_entry->no_cache == this_entry->no_cache) && in vm_map_simplify_entry()
16681 entry->no_cache || in vm_map_entry_is_reusable()
17356 new_entry->no_cache = vmk_flags.vmf_no_cache; in vm_map_entry_insert()
/xnu-11215/osfmk/kern/
H A Dtask.c8923 __unused boolean_t no_cache, in task_register_dyld_shared_cache_image_info() argument