Searched refs:no_cache (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.h165 boolean_t no_cache,
H A Dvm_fault.c493 if (m && !m->laundry && !m->busy && !m->no_cache && !m->throttled && !m->fictitious && !m->absent) {
2316 boolean_t no_cache,
2633 if (((!m->active && !m->inactive) || m->clean_queue || no_cache) && !VM_PAGE_WIRED(m) && !m->throttled) {
2635 if ( vm_page_local_q && !no_cache && (*type_of_fault == DBG_COW_FAULT || *type_of_fault == DBG_ZERO_FILL_FAULT) ) {
2691 if ((!m->active && !m->inactive) || no_cache) {
2693 * If this is a no_cache mapping and the page has never been
2694 * mapped before or was previously a no_cache page, then we
2700 if (no_cache && (!previously_pmapped || m->no_cache)) {
2701 m->no_cache
2309 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.h236 /* boolean_t */ no_cache:1, /* should new pages be cached? */ member in struct:vm_map_entry
535 boolean_t no_cache,
H A Dvm_object.h114 /* boolean_t */ no_cache:1, member in struct:vm_object_fault_info
H A Dvm_page.h193 no_cache:1, /* page is not to be cached and should member in struct:vm_page
H A Dvm_map.c1335 new_entry->no_cache = FALSE;
1558 boolean_t no_cache = ((flags & VM_FLAGS_NO_CACHE) != 0); local
1985 (entry->no_cache == no_cache) &&
2045 0, no_cache,
9143 fault_info->no_cache = entry->no_cache;
10207 (prev_entry->no_cache == this_entry->no_cache) &&
10564 fault_info.no_cache
11004 vm_map_entry_insert( vm_map_t map, vm_map_entry_t insp_entry, vm_map_offset_t start, vm_map_offset_t end, vm_object_t object, vm_object_offset_t offset, boolean_t needs_copy, boolean_t is_shared, boolean_t in_transition, vm_prot_t cur_protection, vm_prot_t max_protection, vm_behavior_t behavior, vm_inherit_t inheritance, unsigned wired_count, boolean_t no_cache, boolean_t permanent, unsigned int superpage_size) argument
[all...]
H A Dvm_resident.c549 m->no_cache = FALSE;
2759 m->no_cache = FALSE;
2901 m->no_cache = FALSE;
3069 m->no_cache = FALSE;
3457 (p->no_cache ? "" : "!"));
H A Dmemory_object.c803 fault_info.no_cache = FALSE;
H A Dvm_object.c1380 p->no_cache = FALSE;
3085 fault_info.no_cache = FALSE;
H A Dvm_pageout.c2266 if (m->reference && !m->no_cache) {
6106 fault_info.no_cache = FALSE;

Completed in 161 milliseconds