Home
last modified time | relevance | path

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

/openbmc/linux/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.c964 if (do_debug) in ctcmpc_tx()
H A Dctcm_mpc.c688 if (do_debug) in mpc_rcvd_sweep_req()
H A Dctcm_fsms.c400 if (do_debug) in chx_rx()
/openbmc/linux/arch/xtensa/kernel/
H A Dtraps.c66 static void do_debug(struct pt_regs *regs);
158 { EXCCAUSE_MAPPED_DEBUG, 0, do_debug },
421 static void do_debug(struct pt_regs *regs) in do_debug() function