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

/xnu-2782.1.97/osfmk/vm/
H A Dvm_page.h227 no_cache:1, /* page is not to be cached and should member in struct:vm_page
H A Dvm_fault.c2518 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, __unused int user_tag, int pmap_options, boolean_t *need_retry, int *type_of_fault) argument
[all...]
H A Dvm_map.h246 /* boolean_t */ no_cache:1, /* should new pages be cached? */ member in struct:vm_map_entry
H A Dvm_object.h123 /* boolean_t */ no_cache:1, member in struct:vm_object_fault_info
H A Dvm_map.c1599 boolean_t no_cache = ((flags & VM_FLAGS_NO_CACHE) != 0); local
12401 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, boolean_t is_submap) argument
[all...]

Completed in 111 milliseconds