Home
last modified time | relevance | path

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

1234567891011

/arch/powerpc/kernel/ptrace/
A Dptrace-adv.c48 task->thread.debug.dbcr1)) { in user_disable_single_step()
115 task->thread.debug.dbcr1)) { in ptrace_set_debugreg()
241 child->thread.debug.iac1 = 0; in del_instruction_bp()
251 child->thread.debug.iac2 = 0; in del_instruction_bp()
264 child->thread.debug.iac3 = 0; in del_instruction_bp()
274 child->thread.debug.iac4 = 0; in del_instruction_bp()
308 child->thread.debug.dvc1 = in set_dac()
310 child->thread.debug.dbcr2 |= in set_dac()
329 child->thread.debug.dvc2 = in set_dac()
331 child->thread.debug.dbcr2 |= in set_dac()
[all …]
/arch/s390/kernel/
A Dalternative.c54 bool debug, replace; in __apply_alternatives() local
68 debug = __test_facility(a->data, d->facilities); in __apply_alternatives()
72 debug = __test_machine_feature(a->data, d->mfeatures); in __apply_alternatives()
76 debug = d->spec; in __apply_alternatives()
80 debug = false; in __apply_alternatives()
86 if (debug) in __apply_alternatives()
/arch/arm/
A DKconfig.debug269 This low level debug works for Broadcom
783 bool "Use PXA UART1 for low-level debug"
1482 default "debug/sa1100.S" if DEBUG_SA1100
1485 default "debug/at91.S" if DEBUG_AT91_UART
1492 default "debug/icedcc.S" if DEBUG_ICEDCC
1530 default "debug/vf.S" if DEBUG_VF_UART
1536 default "mach/debug-macro.S"
1547 hex "Physical base address of debug UART"
1679 hex "Virtual base address of debug UART"
1805 the debug UART is of this type.
[all …]
/arch/arm/nwfpe/
A Dfpmodule.c128 static int debug = ~BIT_IXC; variable
136 if (flags & debug) in float_raise()
177 module_param(debug, int, 0644);
/arch/x86/
A 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.
137 often used as a hardware-debug port.
206 checks and (boot time) debug printouts added to the kernel.
213 tristate "ATOM Punit debug driver"
218 This is a debug driver, which gets the power states
[all …]
/arch/arm/mach-davinci/
A Dmux.h21 bool debug; member
262 .debug = dbg, \
273 .debug = dbg, \
284 .debug = dbg, \
A DKconfig40 bool "Multiplexing debug output"
43 Makes the multiplexing functions print out a lot of debug info.
/arch/arm/mach-omap1/
A Dmux.h80 .debug = debug_status, \
98 .debug = debug_status, \
107 unsigned char debug; member
/arch/powerpc/kernel/
A Dprocess.c692 thread->debug.iac1 = thread->debug.iac2 = 0; in set_debug_reg_defaults()
694 thread->debug.iac3 = thread->debug.iac4 = 0; in set_debug_reg_defaults()
696 thread->debug.dac1 = thread->debug.dac2 = 0; in set_debug_reg_defaults()
698 thread->debug.dvc1 = thread->debug.dvc2 = 0; in set_debug_reg_defaults()
700 thread->debug.dbcr0 = 0; in set_debug_reg_defaults()
713 thread->debug.dbcr1 = 0; in set_debug_reg_defaults()
726 mtspr(SPRN_IAC1, debug->iac1); in prime_debug_regs()
727 mtspr(SPRN_IAC2, debug->iac2); in prime_debug_regs()
729 mtspr(SPRN_IAC3, debug->iac3); in prime_debug_regs()
730 mtspr(SPRN_IAC4, debug->iac4); in prime_debug_regs()
[all …]
A Dtraps.c1989 current->thread.debug.dbcr0 &= ~DBCR0_IAC1; in handle_debug()
1995 current->thread.debug.dbcr0 &= ~DBCR0_IAC2; in handle_debug()
2000 current->thread.debug.dbcr0 &= ~DBCR0_IAC3; in handle_debug()
2006 current->thread.debug.dbcr0 &= ~DBCR0_IAC4; in handle_debug()
2017 current->thread.debug.dbcr1)) in handle_debug()
2021 current->thread.debug.dbcr0 &= ~DBCR0_IDM; in handle_debug()
2031 current->thread.debug.dbsr = debug_status; in DEFINE_INTERRUPT_HANDLER()
2048 current->thread.debug.dbcr0 &= ~DBCR0_BT; in DEFINE_INTERRUPT_HANDLER()
2083 current->thread.debug.dbcr0 &= ~DBCR0_IC; in DEFINE_INTERRUPT_HANDLER()
2085 current->thread.debug.dbcr1)) in DEFINE_INTERRUPT_HANDLER()
[all …]
/arch/m68k/math-emu/
A 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/
A DKconfig42 int "Ux500 UART to use for low-level debug"
45 Choose the UART on which kernel low-level debug messages should be
/arch/arm/kernel/
A Dptrace.c359 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered()
374 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint()
387 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint()
388 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint()
389 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint()
448 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs()
504 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs()
511 tsk->thread.debug.hbp[idx] = bp; in ptrace_sethbpregs()
/arch/arm/boot/dts/ti/keystone/
A Dkeystone-k2hk-evm.dts31 led-debug-1-1 {
36 led-debug-1-2 {
41 led-debug-2 {
46 led-debug-3 {
/arch/s390/
A DKconfig.debug22 for debug builds.
32 debugfs user-interfaces will be at /sys/kernel/debug/s390/cio/*
/arch/powerpc/
A DKconfig.debug111 Unless you are intending to debug the kernel, say N here.
156 Unless you are intending to debug the kernel with one of these
307 hex "vterm number to use with early debug HVSI"
315 hex "vterm number to use with OPAL early debug"
320 debug.
326 hex "Low 32 bits of early debug UART physical address"
334 hex "EPRN of early debug UART physical address"
339 hex "CPM UART early debug transmit descriptor address"
346 used for early debug output. Because it is needed before
351 hex "Early debug Serial 16550 physical address"
[all …]
/arch/riscv/
A DKconfig.debug1 source "arch/riscv/kernel/tests/Kconfig.debug"
/arch/s390/configs/
A Dbtf.config1 # Help: Enable BTF debug info
/arch/arm/boot/dts/ti/omap/
A 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";
/arch/x86/coco/tdx/
A DMakefile3 obj-y += debug.o tdcall.o tdx.o tdx-shared.o
/arch/arm64/boot/dts/hisilicon/
A Dhi6220.dtsi965 debug@f6590000 {
966 compatible = "arm,coresight-cpu-debug","arm,primecell";
973 debug@f6592000 {
974 compatible = "arm,coresight-cpu-debug","arm,primecell";
981 debug@f6594000 {
982 compatible = "arm,coresight-cpu-debug","arm,primecell";
989 debug@f6596000 {
997 debug@f65d0000 {
1005 debug@f65d2000 {
1013 debug@f65d4000 {
[all …]
/arch/parisc/kernel/vdso32/
A Dvdso32.lds.S63 .debug 0 : { *(.debug) }
/arch/parisc/kernel/vdso64/
A Dvdso64.lds.S61 .debug 0 : { *(.debug) }
/arch/sh/include/asm/
A Dtraps.h10 BUILD_TRAP_HANDLER(debug);
/arch/s390/kernel/vdso32/
A Dvdso32.lds.S74 .debug 0 : { *(.debug) }

Completed in 38 milliseconds

1234567891011