Home
last modified time | relevance | path

Searched refs:DBG_COMPRESSOR_SWAPIN_FAULT (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/sys/
H A Dkdebug.h423 #define DBG_COMPRESSOR_SWAPIN_FAULT 0x0a macro
/xnu-11215/osfmk/vm/
H A Dvm_compressor_pager.c867 *my_fault_type = DBG_COMPRESSOR_SWAPIN_FAULT; in vm_compressor_pager_get()
H A Dvm_fault.c2546 } else if (my_fault == DBG_COMPRESSOR_FAULT || my_fault == DBG_COMPRESSOR_SWAPIN_FAULT) { in vm_fault_page()
6624 …FAULT) || (type_of_fault == DBG_PAGEINV_FAULT) || (type_of_fault == DBG_COMPRESSOR_SWAPIN_FAULT)) { in vm_fault_internal()