Home
last modified time | relevance | path

Searched defs:no_cache (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/osfmk/mach/
H A Ddyld_kernel.h56 boolean_t no_cache; // process is running without a dyld cache member
/xnu-8792.41.9/osfmk/vm/
H A Dvm_object.h120 /* boolean_t */ no_cache:1, member
H A Dvm_map.h325 /* boolean_t */ no_cache:1, /* should new pages be cached? */ member
H A Dvm_map.c2417 boolean_t no_cache = ((flags & VM_FLAGS_NO_CACHE) != 0); in vm_map_enter() local
3476 boolean_t no_cache = ((flags & VM_FLAGS_NO_CACHE) != 0); in vm_map_enter_fourk() local
16587 boolean_t no_cache, in vm_map_entry_insert()
H A Dvm_fault.c3101 bool no_cache, in vm_fault_enqueue_page()
/xnu-8792.41.9/osfmk/kern/
H A Dtask.c8099 __unused boolean_t no_cache, in task_register_dyld_shared_cache_image_info()