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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c914 my_fault = DBG_CACHE_HIT_FAULT;
1185 my_fault = DBG_CACHE_HIT_FAULT;
2356 if ((*type_of_fault == DBG_CACHE_HIT_FAULT) && m->clustered) {
2819 type_of_fault = DBG_CACHE_HIT_FAULT;
3302 (type_of_fault == DBG_PAGEIND_FAULT || type_of_fault == DBG_PAGEINV_FAULT || type_of_fault == DBG_CACHE_HIT_FAULT)) {
4433 type_of_fault = DBG_CACHE_HIT_FAULT;
H A Dvm_map.c1418 type_of_fault = DBG_CACHE_HIT_FAULT;
7488 type_of_fault = DBG_CACHE_HIT_FAULT;
/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h62 #define DBG_CACHE_HIT_FAULT 4 macro

Completed in 29 milliseconds