/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() 109 task->thread.debug.dac1 = data & ~0x3UL; in ptrace_set_debugreg() [all …]
|
/arch/arm/mach-davinci/ |
D | mux.h | 21 .debug = dbg, \ 32 .debug = dbg, \ 43 .debug = dbg, \
|
/arch/arm/ |
D | Kconfig.debug | 132 Say Y here if you want the debug print routines to direct 190 Say Y here if you want the debug print routines to direct 219 Say Y here if you want the debug print routines to direct 229 This low level debug works for Broadcom 246 bool "Use BRCMSTB UART for low-level debug" 249 Say Y here if you want the debug print routines to direct 261 Say Y here if you want the debug print routines to direct 268 Say Y here if you want the debug print routines to direct 276 Say Y here if you want the debug print routines to direct 284 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 | 31 unless you want to debug such a crash. 34 bool "Early printk via EHCI debug port" 38 Write kernel log output directly into the EHCI debug port. 44 unless you want to debug such a crash. You need usb debug device. 47 bool "Early printk via the xHCI debug port" 51 Write kernel log output directly into the xHCI debug port. 62 You should normally say N here, unless you want to debug early 74 enabling virtual mode. This can be used to debug miscellaneous 88 tlb_flushall_shift knob under /sys/kernel/debug/x86. If you set it 147 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 | 587 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) 588 #define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC) 1974 current->thread.debug.dbcr2 &= ~DBCR2_DAC12MODE; in handle_debug() 1985 current->thread.debug.dbcr0 &= ~DBCR0_IAC1; in handle_debug() 1991 current->thread.debug.dbcr0 &= ~DBCR0_IAC2; in handle_debug() 1996 current->thread.debug.dbcr0 &= ~DBCR0_IAC3; in handle_debug() 2002 current->thread.debug.dbcr0 &= ~DBCR0_IAC4; in handle_debug() 2012 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in handle_debug() 2013 current->thread.debug.dbcr1)) in handle_debug() 2017 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/arm64/kvm/ |
D | Makefile | 17 guest.o debug.o reset.o sys_regs.o \ 25 vgic/vgic-its.o vgic/vgic-debug.o
|
/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 | 385 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered() 400 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint() 413 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint() 414 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint() 415 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint() 474 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs() 530 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs() 537 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/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 | 269 cpu_debug0: cpu-debug@22010000 { 270 compatible = "arm,coresight-cpu-debug", "arm,primecell"; 329 cpu_debug1: cpu-debug@22110000 { 330 compatible = "arm,coresight-cpu-debug", "arm,primecell"; 354 cpu_debug2: cpu-debug@23010000 { 355 compatible = "arm,coresight-cpu-debug", "arm,primecell"; 426 cpu_debug3: cpu-debug@23110000 { 427 compatible = "arm,coresight-cpu-debug", "arm,primecell"; 451 cpu_debug4: cpu-debug@23210000 { 452 compatible = "arm,coresight-cpu-debug", "arm,primecell"; [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/s390/kernel/vdso64/ |
D | vdso64.lds.S | 71 .debug 0 : { *(.debug) }
|
/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/powerpc/kernel/vdso32/ |
D | vdso32.lds.S | 88 .debug 0 : { *(.debug) }
|
/arch/powerpc/kernel/vdso64/ |
D | vdso64.lds.S | 87 .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/powerpc/ |
D | Kconfig.debug | 93 Unless you are intending to debug the kernel, say N here. 138 Unless you are intending to debug the kernel with one of these 153 intended to debug problems early during boot, this should not be 304 hex "vterm number to use with early debug HVSI" 312 hex "vterm number to use with OPAL early debug" 317 debug. 323 hex "Low 32 bits of early debug UART physical address" 331 hex "EPRN of early debug UART physical address" 336 hex "Early debug UART physical address" 341 hex "CPM UART early debug transmit descriptor address" [all …]
|
/arch/arm/boot/dts/ |
D | vf610-zii-cfu1.dts | 28 led-debug { 46 led-debug-a { 52 led-debug-b { 336 pinctrl_leds_debug: pinctrl-leds-debug {
|
/arch/arm/include/debug/ |
D | ux500.S | 10 #error Invalid Ux500 debug UART
|