Home
last modified time | relevance | path

Searched defs:DEBUG_PRINTF_CS_IP (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/src/device/oprom/yabel/
H A Ddebug.h103 #define DEBUG_PRINTF_CS_IP(_x...) DEBUG_PRINTF("[%08lx]%x:%x ", (current_time_from(&zero)).microsec… macro
105 #define DEBUG_PRINTF_CS_IP(_x...) DEBUG_PRINTF("%x:%x ", M.x86.R_CS, M.x86.R_IP); DEBUG_PRINTF(_x); macro
121 #define DEBUG_PRINTF_CS_IP(_x...) macro