Searched refs:DBG_ZERO_FILL_FAULT (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h59 #define DBG_ZERO_FILL_FAULT 1 macro
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c655 int my_fault = DBG_ZERO_FILL_FAULT;
2336 if (*type_of_fault == DBG_ZERO_FILL_FAULT) {
2635 if ( vm_page_local_q && !no_cache && (*type_of_fault == DBG_COW_FAULT || *type_of_fault == DBG_ZERO_FILL_FAULT) ) {
H A Dvm_map.c2967 type_of_fault = DBG_ZERO_FILL_FAULT;

Completed in 31 milliseconds