Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dctcm_dbug.h18 #define do_debug 1 macro
20 #define do_debug 0 macro
H A Dctcm_main.h45 if (do_debug) \
H A Dctcm_main.c1011 if (do_debug) in ctcmpc_tx()
H A Dctcm_mpc.c700 if (do_debug) in mpc_rcvd_sweep_req()
H A Dctcm_fsms.c400 if (do_debug) in chx_rx()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgengtype.h493 extern int do_debug; /* (-D) program argument. */
495 #define DBGPRINTF(Fmt,...) do {if (do_debug) \
499 #define DBGPRINT_COUNT_TYPE(Msg,Ty) do {if (do_debug) \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgengtype.h493 extern int do_debug; /* (-D) program argument. */
495 #define DBGPRINTF(Fmt,...) do {if (do_debug) \
499 #define DBGPRINT_COUNT_TYPE(Msg,Ty) do {if (do_debug) \
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dtraps.c68 extern void do_debug (struct pt_regs*);
154 { EXCCAUSE_MAPPED_DEBUG, 0, do_debug },
348 do_debug(struct pt_regs *regs) in do_debug() function