Lines Matching refs:debug_code
234 debug_code(uint32_t code, uint64_t value) in debug_code() function
259 #define debug_code(c, v) {} macro
442 debug_code(kIOHibernateRestoreCodeNoMemory, nextFree); in hibernate_page_list_grab()
621 debug_code(kIOHibernateRestoreCodeImageStart, headerPhys); in hibernate_kernel_entrypoint()
627 debug_code(kIOHibernateRestoreCodeSignature, gIOHibernateCurrentHeader->signature); in hibernate_kernel_entrypoint()
650 debug_code(kIOHibernateRestoreCodeImageEnd, ptoa_64(lastImagePage)); in hibernate_kernel_entrypoint()
651 debug_code(kIOHibernateRestoreCodeMapStart, mapPhys); in hibernate_kernel_entrypoint()
652 debug_code(kIOHibernateRestoreCodeMapEnd, ptoa_64(lastMapPage)); in hibernate_kernel_entrypoint()
654 debug_code(kIOHibernateRestoreCodeMapVirt, (uintptr_t) map); in hibernate_kernel_entrypoint()
655 debug_code(kIOHibernateRestoreCodeHandoffPages, ptoa_64(handoffPages)); in hibernate_kernel_entrypoint()
656 debug_code(kIOHibernateRestoreCodeHandoffCount, handoffPageCount); in hibernate_kernel_entrypoint()
699 debug_code(kIOHibernateRestoreCodePageIndexStart, pageIndexPhys); in hibernate_kernel_entrypoint()
700 debug_code(kIOHibernateRestoreCodePageIndexEnd, ptoa_64(lastPageIndexPage)); in hibernate_kernel_entrypoint()
1357 debug_code(' r00' + (i / 10 * 256) + (i % 10), context->ss.ss_64.x[i]); in hibernate_trap()
1359 debug_code(' fp', context->ss.ss_64.fp); in hibernate_trap()
1360 debug_code(' lr', context->ss.ss_64.lr); in hibernate_trap()
1361 debug_code(' sp', context->ss.ss_64.sp); in hibernate_trap()
1362 debug_code(' pc', context->ss.ss_64.pc); in hibernate_trap()
1363 debug_code('cpsr', context->ss.ss_64.cpsr); in hibernate_trap()
1364 debug_code(' far', context->ss.ss_64.far); in hibernate_trap()
1365 debug_code(' esr', context->ss.ss_64.esr); in hibernate_trap()
1368 debug_code('trap', trap_addr); in hibernate_trap()
1371 debug_code('slid', _hibernateHeader.kernVirtSlide); in hibernate_trap()