Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h66 #define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F) macro
85 #define DEBUG_TRACE() 0 macro
138 if (DEBUG_TRACE() || DEBUG_DECODE()) X86EMU_trace_regs()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c528 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in add_completion()
542 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in add_completion()
598 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
621 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
634 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
638 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
643 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
648 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
653 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
656 DEBUG_TRACE(SERVICE_CALLBACK_LINE); in service_callback()
[all …]
H A Dvchiq_core.c1537 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1694 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1698 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1735 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1737 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1780 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1785 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1787 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1851 DEBUG_TRACE(PARSE_LINE); in parse_rx_slots()
1877 DEBUG_TRACE(SLOT_HANDLER_LINE); in slot_handler_func()
[all …]
H A Dvchiq_core.h174 #define DEBUG_TRACE(d) \ macro
184 #define DEBUG_TRACE(d) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c60 if (DEBUG_TRACE()) { in X86EMU_trace_regs()
73 if (DEBUG_TRACE()) { in X86EMU_trace_xregs()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec_lpc.c22 #ifdef DEBUG_TRACE
H A Dcros_ec_i2c.c21 #ifdef DEBUG_TRACE
H A Dcros_ec.c32 #ifdef DEBUG_TRACE
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dich.c23 #ifdef DEBUG_TRACE
/OK3568_Linux_fs/yocto/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()