Home
last modified time | relevance | path

Searched refs:may_cache_object (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/osfmk/vm/
H A Ddevice_vm.c291 attributes.may_cache_object = FALSE; in device_pager_init()
H A Dvm_swapfile_pager.c219 attributes.may_cache_object = FALSE; in swapfile_pager_init()
H A Dbsd_vm.c409 attributes.may_cache_object = TRUE; in vnode_pager_init()
H A Dvm_apple_protect.c259 attributes.may_cache_object = FALSE; in apple_protect_pager_init()
H A Dvm_shared_region_pager.c417 attributes.may_cache_object = FALSE; in shared_region_pager_init()
H A Dmemory_object.c1202 may_cache = attr->may_cache_object; in memory_object_change_attributes()
H A Dvm_dyld_pager.c227 attributes.may_cache_object = FALSE; in dyld_pager_init()
/xnu-11215/osfmk/mach/
H A Dmemory_object_types.h368 boolean_t may_cache_object; member