Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 175) sorted by relevance

1234567

/arch/powerpc/kernel/ptrace/
Dptrace-adv.c13 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/
Dmux.h19 .debug = dbg, \
30 .debug = dbg, \
41 .debug = dbg, \
/arch/arm/
DKconfig.debug134 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/
Dfpmodule.c128 static int debug = ~BIT_IXC; variable
136 if (flags & debug) in float_raise()
177 module_param(debug, int, 0644);
/arch/x86/
DKconfig.debug25 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/
Dprocess.c697 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 …]
Dtraps.c579 #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/
Dmulticalls.c43 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/
Dfp_decode.h151 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/
DKconfig41 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/
Dptrace.c360 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/
Dtraps.h10 BUILD_TRAP_HANDLER(debug);
/arch/arm/plat-omap/
DMakefile13 obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
/arch/arm/boot/dts/
Dam57-pruss.dtsi93 reg-names = "iram", "control", "debug";
102 reg-names = "iram", "control", "debug";
202 reg-names = "iram", "control", "debug";
211 reg-names = "iram", "control", "debug";
Dvf610-zii-cfu1.dts28 led-debug {
46 led-debug-a {
52 led-debug-b {
336 pinctrl_leds_debug: pinctrl-leds-debug {
/arch/m68k/atari/
DMakefile6 obj-y := config.o time.o debug.o ataints.o stdma.o \
/arch/arm64/boot/dts/arm/
Djuno-base.dtsi268 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/
DKconfig.debug99 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/
Dhi6220.dtsi963 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/
DMakefile17 guest.o debug.o reset.o sys_regs.o \
25 vgic/vgic-its.o vgic/vgic-debug.o
/arch/m68k/
DKconfig.debug24 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/
Dvdso64.lds.S76 .debug 0 : { *(.debug) }
/arch/s390/kernel/vdso32/
Dvdso32.lds.S76 .debug 0 : { *(.debug) }
/arch/arm64/kvm/hyp/vhe/
DMakefile9 obj-y := timer-sr.o sysreg-sr.o debug-sr.o switch.o tlb.o
/arch/arm/include/debug/
Dux500.S10 #error Invalid Ux500 debug UART

1234567