Searched refs:no_cache (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/osfmk/mach/ |
| H A D | dyld_kernel.h | 56 boolean_t no_cache; // process is running without a dyld cache member
|
| H A D | task.defs | 518 no_cache :boolean_t;
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_object_xnu.h | 113 /* boolean_t */ no_cache:1, member
|
| H A D | vm_fault.c | 3195 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 D | vm_map_xnu.h | 244 /* boolean_t */ no_cache:1, /* should new pages be cached? */ member
|
| H A D | vm_map.c | 2804 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 D | task.c | 8923 __unused boolean_t no_cache, in task_register_dyld_shared_cache_image_info() argument
|