Searched refs:type_of_fault (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.h122 int *type_of_fault, /* if non-zero, return COW, zero-filled, etc...
165 int *type_of_fault);
H A Dvm_fault.c628 int *type_of_fault, /* if non-null, fill in with type of fault
857 if (type_of_fault)
858 *type_of_fault = DBG_GUARD_FAULT;
1073 if (type_of_fault == NULL && m->speculative) {
1076 * "type_of_fault", than we came from
1951 if (type_of_fault)
1952 *type_of_fault = my_fault;
2009 int *type_of_fault)
2039 if ((*type_of_fault == DBG_CACHE_HIT_FAULT) && m->clustered) {
2057 *type_of_fault
616 vm_fault_page( vm_object_t first_object, vm_object_offset_t first_offset, vm_prot_t fault_type, boolean_t must_be_resident, vm_prot_t *protection, vm_page_t *result_page, vm_page_t *top_page, int *type_of_fault, kern_return_t *error_code, boolean_t no_zero_fill, boolean_t data_supply, vm_object_fault_info_t fault_info) argument
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
2249 int type_of_fault; local
3610 int type_of_fault; local
[all...]
H A Dvm_apple_protect.c415 int type_of_fault; local
439 &type_of_fault,
H A Dvm_map.c1414 int type_of_fault; local
1443 type_of_fault = DBG_CACHE_HIT_FAULT;
1446 &type_of_fault);
2664 int type_of_fault; local
2672 type_of_fault = DBG_ZERO_FILL_FAULT;
2676 &type_of_fault);
6708 int type_of_fault; local
6761 type_of_fault = DBG_CACHE_HIT_FAULT;
6765 &type_of_fault);

Completed in 79 milliseconds