Searched defs:no_cache (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_page.h198 no_cache:1, /* page is not to be cached and should member in struct:vm_page
H A Dvm_fault.c2468 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.h239 /* boolean_t */ no_cache:1, /* should new pages be cached? */ member in struct:vm_map_entry
H A Dvm_object.h112 /* boolean_t */ no_cache:1, member in struct:vm_object_fault_info
H A Dvm_map.c1573 boolean_t no_cache = ((flags & VM_FLAGS_NO_CACHE) != 0); local
11719 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, boolean_t clear_map_aligned) argument
[all...]

Completed in 54 milliseconds