/arch/powerpc/kernel/ptrace/ |
D | ptrace-adv.c | 13 task->thread.debug.dbcr0 &= ~DBCR0_BT; in user_enable_single_step() 14 task->thread.debug.dbcr0 |= DBCR0_IDM | DBCR0_IC; in user_enable_single_step() 25 task->thread.debug.dbcr0 &= ~DBCR0_IC; in user_enable_block_step() 26 task->thread.debug.dbcr0 = DBCR0_IDM | DBCR0_BT; in user_enable_block_step() 43 task->thread.debug.dbcr0 &= ~(DBCR0_IC | DBCR0_BT); in user_disable_single_step() 47 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in user_disable_single_step() 48 task->thread.debug.dbcr1)) { in user_disable_single_step() 52 task->thread.debug.dbcr0 &= ~DBCR0_IDM; in user_disable_single_step() 80 return put_user(child->thread.debug.dac1, datalp); in ptrace_get_debugreg() 110 task->thread.debug.dac1 = data & ~0x3UL; in ptrace_set_debugreg() [all …]
|
/arch/arm/mach-davinci/ |
D | mux.h | 19 .debug = dbg, \ 30 .debug = dbg, \ 41 .debug = dbg, \
|
/arch/arm/ |
D | Kconfig.debug | 134 Say Y here if you want the debug print routines to direct 192 Say Y here if you want the debug print routines to direct 229 Say Y here if you want the debug print routines to direct 239 This low level debug works for Broadcom 256 bool "Use BRCMSTB UART for low-level debug" 259 Say Y here if you want the debug print routines to direct 271 Say Y here if you want the debug print routines to direct 278 Say Y here if you want the debug print routines to direct 286 Say Y here if you want the debug print routines to direct 294 Say Y here if you want the debug print routines to direct [all …]
|
/arch/arm/nwfpe/ |
D | fpmodule.c | 128 static int debug = ~BIT_IXC; variable 136 if (flags & debug) in float_raise() 177 module_param(debug, int, 0644);
|
/arch/x86/ |
D | Kconfig.debug | 25 unless you want to debug such a crash. 28 bool "Early printk via EHCI debug port" 32 Write kernel log output directly into the EHCI debug port. 38 unless you want to debug such a crash. You need usb debug device. 41 bool "Early printk via the xHCI debug port" 45 Write kernel log output directly into the xHCI debug port. 56 You should normally say N here, unless you want to debug early 65 enabling virtual mode. This can be used to debug miscellaneous 79 tlb_flushall_shift knob under /sys/kernel/debug/x86. If you set it 138 often used as a hardware-debug port. [all …]
|
/arch/powerpc/kernel/ |
D | process.c | 697 thread->debug.iac1 = thread->debug.iac2 = 0; in set_debug_reg_defaults() 699 thread->debug.iac3 = thread->debug.iac4 = 0; in set_debug_reg_defaults() 701 thread->debug.dac1 = thread->debug.dac2 = 0; in set_debug_reg_defaults() 703 thread->debug.dvc1 = thread->debug.dvc2 = 0; in set_debug_reg_defaults() 705 thread->debug.dbcr0 = 0; in set_debug_reg_defaults() 710 thread->debug.dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US | in set_debug_reg_defaults() 716 thread->debug.dbcr2 = DBCR2_DAC1US | DBCR2_DAC2US; in set_debug_reg_defaults() 718 thread->debug.dbcr1 = 0; in set_debug_reg_defaults() 722 static void prime_debug_regs(struct debug_reg *debug) in prime_debug_regs() argument 731 mtspr(SPRN_IAC1, debug->iac1); in prime_debug_regs() [all …]
|
D | traps.c | 579 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) 580 #define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC) 1936 current->thread.debug.dbcr2 &= ~DBCR2_DAC12MODE; in handle_debug() 1947 current->thread.debug.dbcr0 &= ~DBCR0_IAC1; in handle_debug() 1953 current->thread.debug.dbcr0 &= ~DBCR0_IAC2; in handle_debug() 1958 current->thread.debug.dbcr0 &= ~DBCR0_IAC3; in handle_debug() 1964 current->thread.debug.dbcr0 &= ~DBCR0_IAC4; in handle_debug() 1974 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in handle_debug() 1975 current->thread.debug.dbcr1)) in handle_debug() 1979 current->thread.debug.dbcr0 &= ~DBCR0_IDM; in handle_debug() [all …]
|
/arch/x86/xen/ |
D | multicalls.c | 43 struct multicall_entry debug[MC_BATCH]; member 73 memcpy(b->debug, b->entries, in xen_mc_flush() 110 b->debug[i].op, in xen_mc_flush() 111 b->debug[i].args[0], in xen_mc_flush()
|
/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/arm/mach-ux500/ |
D | Kconfig | 41 int "Ux500 UART to use for low-level debug" 44 Choose the UART on which kernel low-level debug messages should be
|
/arch/arm/kernel/ |
D | ptrace.c | 360 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered() 375 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint() 388 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint() 389 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint() 390 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint() 449 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs() 505 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs() 512 tsk->thread.debug.hbp[idx] = bp; in ptrace_sethbpregs()
|
/arch/sh/include/asm/ |
D | traps.h | 10 BUILD_TRAP_HANDLER(debug);
|
/arch/arm/plat-omap/ |
D | Makefile | 13 obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
|
/arch/arm/boot/dts/ |
D | am57-pruss.dtsi | 93 reg-names = "iram", "control", "debug"; 102 reg-names = "iram", "control", "debug"; 202 reg-names = "iram", "control", "debug"; 211 reg-names = "iram", "control", "debug";
|
D | vf610-zii-cfu1.dts | 28 led-debug { 46 led-debug-a { 52 led-debug-b { 336 pinctrl_leds_debug: pinctrl-leds-debug {
|
/arch/m68k/atari/ |
D | Makefile | 6 obj-y := config.o time.o debug.o ataints.o stdma.o \
|
/arch/arm64/boot/dts/arm/ |
D | juno-base.dtsi | 268 cpu_debug0: cpu-debug@22010000 { 269 compatible = "arm,coresight-cpu-debug", "arm,primecell"; 328 cpu_debug1: cpu-debug@22110000 { 329 compatible = "arm,coresight-cpu-debug", "arm,primecell"; 353 cpu_debug2: cpu-debug@23010000 { 354 compatible = "arm,coresight-cpu-debug", "arm,primecell"; 425 cpu_debug3: cpu-debug@23110000 { 426 compatible = "arm,coresight-cpu-debug", "arm,primecell"; 450 cpu_debug4: cpu-debug@23210000 { 451 compatible = "arm,coresight-cpu-debug", "arm,primecell"; [all …]
|
/arch/powerpc/ |
D | Kconfig.debug | 99 Unless you are intending to debug the kernel, say N here. 144 Unless you are intending to debug the kernel with one of these 159 intended to debug problems early during boot, this should not be 310 hex "vterm number to use with early debug HVSI" 318 hex "vterm number to use with OPAL early debug" 323 debug. 329 hex "Low 32 bits of early debug UART physical address" 337 hex "EPRN of early debug UART physical address" 342 hex "Early debug UART physical address" 347 hex "CPM UART early debug transmit descriptor address" [all …]
|
/arch/arm64/boot/dts/hisilicon/ |
D | hi6220.dtsi | 963 debug@f6590000 { 964 compatible = "arm,coresight-cpu-debug","arm,primecell"; 971 debug@f6592000 { 972 compatible = "arm,coresight-cpu-debug","arm,primecell"; 979 debug@f6594000 { 980 compatible = "arm,coresight-cpu-debug","arm,primecell"; 987 debug@f6596000 { 988 compatible = "arm,coresight-cpu-debug","arm,primecell"; 995 debug@f65d0000 { 996 compatible = "arm,coresight-cpu-debug","arm,primecell"; [all …]
|
/arch/arm64/kvm/ |
D | Makefile | 17 guest.o debug.o reset.o sys_regs.o \ 25 vgic/vgic-its.o vgic/vgic-debug.o
|
/arch/m68k/ |
D | Kconfig.debug | 24 You should normally say N here, unless you want to debug such a crash. 42 Do not output any debug BUG messages within the kernel.
|
/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 76 .debug 0 : { *(.debug) }
|
/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 76 .debug 0 : { *(.debug) }
|
/arch/arm64/kvm/hyp/vhe/ |
D | Makefile | 9 obj-y := timer-sr.o sysreg-sr.o debug-sr.o switch.o tlb.o
|
/arch/arm/include/debug/ |
D | ux500.S | 10 #error Invalid Ux500 debug UART
|