Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h66 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F) macro
85 # define DEBUG_TRACE() 0 macro
142 if (DEBUG_TRACE() || DEBUG_DECODE()) X86EMU_trace_regs()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c213 DEBUG_TRACE(DEQUEUE_MESSAGE_LINE); in vchiq_ioc_dequeue_message()
228 DEBUG_TRACE(DEQUEUE_MESSAGE_LINE); in vchiq_ioc_dequeue_message()
236 DEBUG_TRACE(DEQUEUE_MESSAGE_LINE); in vchiq_ioc_dequeue_message()
280 DEBUG_TRACE(DEQUEUE_MESSAGE_LINE); in vchiq_ioc_dequeue_message()
442 DEBUG_TRACE(AWAIT_COMPLETION_LINE); in vchiq_ioc_await_completion()
448 DEBUG_TRACE(AWAIT_COMPLETION_LINE); in vchiq_ioc_await_completion()
452 DEBUG_TRACE(AWAIT_COMPLETION_LINE); in vchiq_ioc_await_completion()
457 DEBUG_TRACE(AWAIT_COMPLETION_LINE); in vchiq_ioc_await_completion()
464 DEBUG_TRACE(AWAIT_COMPLETION_LINE); in vchiq_ioc_await_completion()
571 DEBUG_TRACE(AWAIT_COMPLETION_LINE); in vchiq_ioc_await_completion()
H A Dvchiq_arm.c1005 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in add_completion()
1015 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in add_completion()
1069 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
1103 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
1116 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
1120 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
1126 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
1129 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
1134 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
1138 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
[all …]
H A Dvchiq_core.h103 #define DEBUG_TRACE(d) \ macro
113 #define DEBUG_TRACE(d) macro
H A Dvchiq_core.c1715 DEBUG_TRACE(PARSE_LINE); in parse_message()
1718 DEBUG_TRACE(PARSE_LINE); in parse_message()
1752 DEBUG_TRACE(PARSE_LINE); in parse_message()
1754 DEBUG_TRACE(PARSE_LINE); in parse_message()
1789 DEBUG_TRACE(PARSE_LINE); in parse_message()
1794 DEBUG_TRACE(PARSE_LINE); in parse_message()
1796 DEBUG_TRACE(PARSE_LINE); in parse_message()
1870 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1898 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1971 DEBUG_TRACE(SLOT_HANDLER_LINE); in slot_handler_func()
[all …]
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c56 if (DEBUG_TRACE()) { in X86EMU_trace_regs()
68 if (DEBUG_TRACE()) { in X86EMU_trace_xregs()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_i2c.c20 #ifdef DEBUG_TRACE
H A Dcros_ec_lpc.c21 #ifdef DEBUG_TRACE
H A Dcros_ec.c33 #ifdef DEBUG_TRACE
/openbmc/u-boot/drivers/spi/
H A Dich.c22 #ifdef DEBUG_TRACE
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch96 - if (DEBUG_TRACE()) {
98 + if (DEBUG_TRACE()) {
116 - if (DEBUG_TRACE()) {
118 + if (DEBUG_TRACE()) {
19920 -# define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)
19938 +#define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)
19957 -# define DEBUG_TRACE() 0
19974 +#define DEBUG_TRACE() 0
20018 if (DEBUG_TRACE() || DEBUG_DECODE()) X86EMU_trace_regs()