Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/net/
Dctcm_dbug.h18 #define do_debug 1 macro
20 #define do_debug 0 macro
Dctcm_main.h45 if (do_debug) \
Dctcm_main.c1011 if (do_debug) in ctcmpc_tx()
Dctcm_mpc.c702 if (do_debug) in mpc_rcvd_sweep_req()
Dctcm_fsms.c400 if (do_debug) in chx_rx()
/Linux-v5.10/arch/xtensa/kernel/
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