Searched refs:batch_pmap_op (Results 1 - 13 of 13) sorted by relevance

/xnu-2782.1.97/osfmk/mach/i386/
H A Dvm_param.h253 #define PMAP_SET_CACHE_ATTR(mem, object, cache_attr, batch_pmap_op) \
257 (void) batch_pmap_op; \
260 #define PMAP_BATCH_SET_CACHE_ATTR(object, user_page_list, cache_attr, num_pages, batch_pmap_op)\
264 (void) batch_pmap_op; \
/xnu-2782.1.97/osfmk/vm/
H A Dpmap.h455 #define PMAP_SET_CACHE_ATTR(mem, object, cache_attr, batch_pmap_op) \
457 if (!batch_pmap_op) { \
466 cache_attr, num_pages, batch_pmap_op) \
468 if ((batch_pmap_op)) { \
H A Dvm_pageout.h364 boolean_t batch_pmap_op);
H A Dvm_object.h128 /* boolean_t */ batch_pmap_op:1, member in struct:vm_object_fault_info
H A Dvm_page.h646 boolean_t batch_pmap_op);
H A Dvm_fault.c1428 if (fault_info && fault_info->batch_pmap_op == TRUE) {
1541 if (fault_info && fault_info->batch_pmap_op == TRUE) {
3338 fault_info.batch_pmap_op = FALSE;
4964 fault_info.batch_pmap_op = FALSE;
5414 fault_info_src.batch_pmap_op = FALSE;
5427 fault_info_dst.batch_pmap_op = FALSE;
H A Dvm_apple_protect.c361 fault_info.batch_pmap_op = FALSE;
H A Dmemory_object.c813 fault_info.batch_pmap_op = FALSE;
H A Dvm_pageout.c7347 boolean_t batch_pmap_op)
7354 PMAP_BATCH_SET_CACHE_ATTR(object, user_page_list, cache_attr, num_pages, batch_pmap_op);
7721 fault_info.batch_pmap_op = TRUE;
7343 vm_object_set_pmap_cache_attr( vm_object_t object, upl_page_info_array_t user_page_list, unsigned int num_pages, boolean_t batch_pmap_op) argument
H A Dvm_resident.c1100 boolean_t batch_pmap_op)
1179 PMAP_SET_CACHE_ATTR(mem, object, cache_attr, batch_pmap_op);
1094 vm_page_insert_internal( vm_page_t mem, vm_object_t object, vm_object_offset_t offset, boolean_t queues_lock_held, boolean_t insert_in_hash, boolean_t batch_pmap_op) argument
H A Dvm_map.c10454 fault_info->batch_pmap_op = FALSE;
11929 fault_info.batch_pmap_op = FALSE;
H A Dvm_object.c3458 fault_info.batch_pmap_op = FALSE;
/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_backing_store.c1915 fault_info.batch_pmap_op = FALSE;

Completed in 181 milliseconds