Searched refs:DBG_COW_FAULT (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h61 #define DBG_COW_FAULT 3 macro
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c1844 my_fault = DBG_COW_FAULT;
2380 if (*type_of_fault != DBG_COW_FAULT) {
2635 if ( vm_page_local_q && !no_cache && (*type_of_fault == DBG_COW_FAULT || *type_of_fault == DBG_ZERO_FILL_FAULT) ) {
3467 type_of_fault = DBG_COW_FAULT;

Completed in 16 milliseconds