/arch/arm/mach-davinci/ |
D | mux.h | 21 .debug = dbg, \ 32 .debug = dbg, \ 43 .debug = dbg, \
|
/arch/powerpc/kernel/ |
D | ptrace.c | 2234 task->thread.debug.dbcr0 &= ~DBCR0_BT; in user_enable_single_step() 2235 task->thread.debug.dbcr0 |= DBCR0_IDM | DBCR0_IC; in user_enable_single_step() 2251 task->thread.debug.dbcr0 &= ~DBCR0_IC; in user_enable_block_step() 2252 task->thread.debug.dbcr0 = DBCR0_IDM | DBCR0_BT; in user_enable_block_step() 2274 task->thread.debug.dbcr0 &= ~(DBCR0_IC|DBCR0_BT); in user_disable_single_step() 2278 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in user_disable_single_step() 2279 task->thread.debug.dbcr1)) { in user_disable_single_step() 2283 task->thread.debug.dbcr0 &= ~DBCR0_IDM; in user_disable_single_step() 2402 task->thread.debug.dac1 = data & ~0x3UL; in ptrace_set_debugreg() 2404 if (task->thread.debug.dac1 == 0) { in ptrace_set_debugreg() [all …]
|
D | process.c | 642 thread->debug.iac1 = thread->debug.iac2 = 0; in set_debug_reg_defaults() 644 thread->debug.iac3 = thread->debug.iac4 = 0; in set_debug_reg_defaults() 646 thread->debug.dac1 = thread->debug.dac2 = 0; in set_debug_reg_defaults() 648 thread->debug.dvc1 = thread->debug.dvc2 = 0; in set_debug_reg_defaults() 650 thread->debug.dbcr0 = 0; in set_debug_reg_defaults() 655 thread->debug.dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US | in set_debug_reg_defaults() 661 thread->debug.dbcr2 = DBCR2_DAC1US | DBCR2_DAC2US; in set_debug_reg_defaults() 663 thread->debug.dbcr1 = 0; in set_debug_reg_defaults() 667 static void prime_debug_regs(struct debug_reg *debug) in prime_debug_regs() argument 676 mtspr(SPRN_IAC1, debug->iac1); in prime_debug_regs() [all …]
|
D | traps.c | 389 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) 390 #define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC) 1683 current->thread.debug.dbcr2 &= ~DBCR2_DAC12MODE; in handle_debug() 1694 current->thread.debug.dbcr0 &= ~DBCR0_IAC1; in handle_debug() 1700 current->thread.debug.dbcr0 &= ~DBCR0_IAC2; in handle_debug() 1705 current->thread.debug.dbcr0 &= ~DBCR0_IAC3; in handle_debug() 1711 current->thread.debug.dbcr0 &= ~DBCR0_IAC4; in handle_debug() 1721 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in handle_debug() 1722 current->thread.debug.dbcr1)) in handle_debug() 1726 current->thread.debug.dbcr0 &= ~DBCR0_IDM; in handle_debug() [all …]
|
/arch/frv/kernel/ |
D | asm-offsets.c | 63 DEF_0REG(REG_DCR, debug.dcr); in foo() 64 DEF_0REG(REG_IBAR0, debug.ibar[0]); in foo() 65 DEF_0REG(REG_DBAR0, debug.dbar[0]); in foo() 66 DEF_0REG(REG_DBDR00, debug.dbdr[0][0]); in foo() 67 DEF_0REG(REG_DBMR00, debug.dbmr[0][0]); in foo()
|
/arch/cris/ |
D | Kconfig.debug | 9 source "lib/Kconfig.debug" 15 The CRIS version of gdb can be used to remotely debug a running 16 Linux kernel via the serial debug port. Provided you have gdb-cris 31 If the system locks up without any debug information you can say Y
|
/arch/arm/ |
D | Kconfig.debug | 3 source "lib/Kconfig.debug" 95 Say Y here if you want the debug print routines to direct 170 This low level debug works for Broadcom 187 bool "Use BRCMSTB UART for low-level debug" 190 Say Y here if you want the debug print routines to direct 202 Say Y here if you want the debug print routines to direct 209 Say Y here if you want the debug print routines to direct 217 Say Y here if you want the debug print routines to direct 225 Say Y here if you want the debug print routines to direct 233 Say Y here if you want the debug print routines to direct [all …]
|
/arch/nios2/ |
D | Kconfig.debug | 6 source "lib/Kconfig.debug" 13 task has ever had available in the sysrq-T and sysrq-P debug output. 26 You should normally say N here, unless you want to debug such a crash.
|
/arch/arm/nwfpe/ |
D | fpmodule.c | 140 static int debug = ~BIT_IXC; variable 148 if (flags & debug) in float_raise() 189 module_param(debug, int, 0644);
|
/arch/unicore32/ |
D | Kconfig.debug | 3 source "lib/Kconfig.debug" 14 unless you want to debug such a crash. 30 Say Y here if you want the debug print routines to direct their
|
/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 40 /* DWARF debug sections. 44 .debug 0 : { *(.debug) }
|
/arch/m68k/ |
D | Kconfig.debug | 3 source "lib/Kconfig.debug" 26 You should normally say N here, unless you want to debug such a crash. 44 Do not output any debug BUG messages within the kernel.
|
/arch/m32r/ |
D | Kconfig.debug | 3 source "lib/Kconfig.debug" 18 If you don't debug the kernel, you can say N, but we may not be able
|
/arch/x86/xen/ |
D | multicalls.c | 42 struct multicall_entry debug[MC_BATCH]; member 90 memcpy(b->debug, b->entries, in xen_mc_flush() 108 b->debug[i].op, in xen_mc_flush() 109 b->debug[i].args[0], in xen_mc_flush()
|
/arch/tile/ |
D | Kconfig.debug | 3 source "lib/Kconfig.debug" 15 unless you want to debug such a crash.
|
/arch/m68k/math-emu/ |
D | fp_decode.h | 151 debug lea "'l'.w,%a0" 154 debug lea "'w'.w,%a0" 160 debug move.l "%d1,-(%sp)" 161 debug ext.l "%d1" 163 debug move.l "(%sp)+,%d1" 315 debug jra "2f" 326 debug jra "2f" 348 debug ext.l "%d0"
|
/arch/score/ |
D | Kconfig.debug | 7 source "lib/Kconfig.debug" 25 include/asm-score/debug.h for debugging macros.
|
/arch/avr32/ |
D | Kconfig.debug | 7 source "lib/Kconfig.debug"
|
/arch/x86/ |
D | Kconfig.debug | 6 source "lib/Kconfig.debug" 27 unless you want to debug such a crash. 30 bool "Early printk via EHCI debug port" 33 Write kernel log output directly into the EHCI debug port. 39 unless you want to debug such a crash. You need usb debug device. 73 enabling virtual mode. This can be used to debug miscellaneous 150 tlb_flushall_shift knob under /sys/kernel/debug/x86. If you set it 237 often used as a hardware-debug port. 347 checks and (boot time) debug printouts added to the kernel. 354 tristate "ATOM Punit debug driver" [all …]
|
/arch/powerpc/ |
D | Kconfig.debug | 3 source "lib/Kconfig.debug" 97 Unless you are intending to debug the kernel, say N here. 134 Unless you are intending to debug the kernel with one of these 149 intended to debug problems early during boot, this should not be 300 hex "vterm number to use with early debug HVSI" 308 hex "vterm number to use with OPAL early debug" 313 debug. 319 hex "Low 32 bits of early debug UART physical address" 327 hex "EPRN of early debug UART physical address" 332 hex "Early debug UART physical address" [all …]
|
/arch/m68k/atari/ |
D | Makefile | 5 obj-y := config.o time.o debug.o ataints.o stdma.o \
|
/arch/sh/include/asm/ |
D | traps.h | 13 BUILD_TRAP_HANDLER(debug);
|
/arch/mips/ |
D | Kconfig.debug | 7 source "lib/Kconfig.debug" 21 unless you want to debug such a crash. 98 debug it. 102 debug it. for example, add a new serial port support just as 130 Output debug information via an ns16550 compatible UART if exceptions 140 debug information from the early stages of core startup.
|
/arch/arm/kernel/ |
D | ptrace.c | 395 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered() 415 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint() 428 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint() 429 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint() 430 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint() 489 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs() 545 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs() 552 tsk->thread.debug.hbp[idx] = bp; in ptrace_sethbpregs()
|
/arch/arm/plat-omap/ |
D | Makefile | 13 obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
|