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

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dcopyio.c88 int debug_type = 0xeff70010; local
89 debug_type += (copy_type << 2);
94 KERNEL_DEBUG(debug_type | DBG_FUNC_START,
223 KERNEL_DEBUG(debug_type | DBG_FUNC_END, (unsigned)user_addr,
/darwin-on-arm/xnu/osfmk/i386/
H A Dcopyio.c149 int debug_type = 0xeff70010; local
150 debug_type += (copy_type << 2);
155 KERNEL_DEBUG(debug_type | DBG_FUNC_START, (int)(user_addr >> 32), (int)user_addr,
159 KERNEL_DEBUG(debug_type | DBG_FUNC_END, (unsigned)user_addr,
191 KERNEL_DEBUG(debug_type | DBG_FUNC_END, (unsigned)kern_vaddr,
211 KERNEL_DEBUG(debug_type | DBG_FUNC_NONE, (int)(user_base >> 32), (int)user_base,
377 KERNEL_DEBUG(debug_type | DBG_FUNC_END, (unsigned)user_addr,

Completed in 28 milliseconds