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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.h164 boolean_t no_cache,
H A Dvm_fault.c433 if (!m->busy && !m->no_cache && !m->throttled && !m->fictitious && !m->absent) {
2008 boolean_t no_cache,
2167 if (((!m->active && !m->inactive) || no_cache) && !m->wire_count && !m->throttled) {
2172 if (((!m->active && !m->inactive) || no_cache) && !m->wire_count) {
2175 * If this is a no_cache mapping and the page has never been
2176 * mapped before or was previously a no_cache page, then we
2182 if (no_cache && (!previously_pmapped || m->no_cache)) {
2183 m->no_cache = TRUE;
2669 fault_info.no_cache,
2002 vm_fault_enter(vm_page_t m, pmap_t pmap, vm_map_offset_t vaddr, vm_prot_t prot, boolean_t wired, boolean_t change_wiring, boolean_t no_cache, int *type_of_fault) argument
[all...]
H A Dvm_map.h223 /* boolean_t */ no_cache:1, /* should new pages be cached? */ member in struct:vm_map_entry
472 boolean_t no_cache);
H A Dvm_page.h230 no_cache:1, /* page is not to be cached and */ member in struct:vm_page
H A Dvm_map.c1365 new_entry->no_cache = FALSE;
1529 boolean_t no_cache = ((flags & VM_FLAGS_NO_CACHE) != 0); local
1892 (entry->no_cache == no_cache) &&
1943 inheritance, 0, no_cache);
8387 fault_info->no_cache = entry->no_cache;
9348 (prev_entry->no_cache == this_entry->no_cache) &&
9947 boolean_t no_cache)
9932 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) argument
[all...]
H A Dvm_object.h108 boolean_t no_cache; member in struct:vm_object_fault_info
H A Dvm_resident.c403 m->no_cache = FALSE;
2479 m->no_cache = FALSE;
2578 m->no_cache = FALSE;
2718 m->no_cache = FALSE;
H A Dmemory_object.c811 fault_info.no_cache = FALSE;
H A Dvm_pageout.c1773 if (m->reference && !m->no_cache) {
4876 fault_info.no_cache = FALSE;
H A Dvm_object.c2107 fault_info.no_cache = FALSE;

Completed in 121 milliseconds