Searched refs:do_debug (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/drivers/s390/net/
H A Dctcm_dbug.h17 #define do_debug 1 macro
19 #define do_debug 0 macro
H A Dctcm_main.h44 if (do_debug) \
H A Dctcm_main.c1012 if (do_debug) ctcmpc_tx()
H A Dctcm_fsms.c400 if (do_debug) chx_rx()
H A Dctcm_mpc.c700 if (do_debug) mpc_rcvd_sweep_req()
/linux-4.4.14/arch/xtensa/kernel/
H A Dtraps.c69 extern void do_debug (struct pt_regs*);
153 { EXCCAUSE_MAPPED_DEBUG, 0, do_debug },
318 do_debug(struct pt_regs *regs) do_debug() function
/linux-4.4.14/arch/x86/kernel/
H A Dstep.c115 * kernel mode; do_debug() cleared TF and set TIF_SINGLESTEP. enable_single_step()
117 * do_debug() and we need to set it again to restore the user enable_single_step()
H A Dhw_breakpoint.c439 * met and requires some more action in do_debug().
514 * Further processing in do_debug() is needed for a) user-space hw_breakpoint_handler()
H A Dtraps.c598 dotraplinkage void do_debug(struct pt_regs *regs, long error_code) do_debug() function
682 NOKPROBE_SYMBOL(do_debug); variable
/linux-4.4.14/arch/x86/include/asm/
H A Dtraps.h60 dotraplinkage void do_debug(struct pt_regs *, long);
/linux-4.4.14/arch/avr32/kernel/
H A Dptrace.c234 asmlinkage struct pt_regs *do_debug(struct pt_regs *regs) do_debug() function
246 pr_debug("do_debug: status=0x%08x PC=0x%08lx SR=0x%08lx tif=0x%08lx\n", do_debug()
H A Dentry-avr32b.S625 call do_debug
/linux-4.4.14/arch/x86/entry/
H A Dcommon.c176 * kernel mode; do_debug() cleared TF and set TIF_SINGLESTEP. syscall_trace_enter_phase2()
178 * do_debug() and we need to set it again to restore the user syscall_trace_enter_phase2()
H A Dentry_64.S974 idtentry debug do_debug has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK
979 idtentry xen_debug do_debug has_error_code=0
H A Dentry_32.S979 call do_debug
/linux-4.4.14/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c6 * Selftests for breakpoints (and more generally the do_debug() path) in x86.
/linux-4.4.14/arch/powerpc/kernel/
H A Dkprobes.c396 * of do_debug, as if this is not a probe hit. post_kprobe_handler()
/linux-4.4.14/arch/x86/mm/
H A Dkmmio.c364 * of do_debug, as if this is not a probe hit. post_kmmio_handler()
/linux-4.4.14/arch/x86/kernel/kprobes/
H A Dcore.c936 * of do_debug, as if this is not a probe hit. kprobe_debug_handler()

Completed in 609 milliseconds