Home
last modified time | relevance | path

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

/xnu-10002.81.5/iokit/Kernel/
H A DIOHibernateRestoreKernel.c234 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()
[all …]