Searched defs:debug (Results 1 - 20 of 20) sorted by relevance

/arch/sh/include/asm/
H A Dtraps.h13 BUILD_TRAP_HANDLER(debug); variable
/arch/x86/tools/
H A Dgen-insn-attr-x86.awk107 function debug(msg) { function
/arch/arm/nwfpe/
H A Dfpmodule.c140 static int debug = ~BIT_IXC; variable
148 if (flags & debug)
189 module_param(debug, int, 0644);
/arch/arm/include/asm/
H A Dprocessor.h45 struct debug_info debug; member in struct:thread_struct
/arch/unicore32/include/asm/
H A Dprocessor.h48 struct debug_info debug; member in struct:thread_struct
/arch/x86/xen/
H A Dmulticalls.c42 struct multicall_entry debug[MC_BATCH]; member in struct:mc_buffer
90 memcpy(b->debug, b->entries,
108 b->debug[i].op,
109 b->debug[i].args[0],
/arch/arm64/include/asm/
H A Dprocessor.h83 struct debug_info debug; /* debugging */ member in struct:thread_struct
/arch/ia64/include/asm/
H A Dperfmon.h102 int debug; /* turn on/off debugging via syslog */ member in struct:__anon1551
103 int debug_ovfl; /* turn on/off debug printk in overflow handler */
/arch/sparc/include/asm/
H A Dldc.h33 u8 debug; member in struct:ldc_channel_config
H A Dvio.h366 u8 debug; member in struct:vio_driver_state
417 do { if (vio->debug & VIO_DEBUG_##TYPE) \
/arch/frv/include/uapi/asm/
H A Dregisters.h215 struct frv_debug_regs debug; member in struct:frv_frame0
/arch/powerpc/platforms/cell/spufs/
H A Dinode.c46 int debug; member in struct:spufs_sb_info
287 if (!ret && spufs_get_sb_info(dir->i_sb)->debug)
602 { Opt_debug, "debug" },
640 spufs_get_sb_info(sb)->debug = 1;
/arch/x86/kernel/
H A Dentry_32.S1279 * "TSS_sysenter_sp0+12" is because the NMI/debug handler will have
1300 ENTRY(debug) function
1315 END(debug)
1319 * a debug fault, and the debug fault hasn't yet been able to
1322 * check whether we got an NMI on the debug path where the debug
1367 cmpl $debug,(%esp)
/arch/arc/include/asm/
H A Darcregs.h332 debug:1, ap:1, smart:1, rtt:1, pad3:4, member in struct:cpuinfo_arc::__anon123
/arch/powerpc/include/asm/
H A Dprocessor.h183 * last debug interrupt. This register can only be read from the
185 * describe the reason for the last debug trap. Torez
189 * The following will contain addresses used by debug applications
226 struct debug_reg debug; member in struct:thread_struct
/arch/powerpc/kernel/
H A Dprocess.c53 #include <asm/debug.h>
61 /* Transactional Memory debug */
356 * Set the debug registers back to their default "safe" values.
360 thread->debug.iac1 = thread->debug.iac2 = 0;
362 thread->debug.iac3 = thread->debug.iac4 = 0;
364 thread->debug.dac1 = thread->debug.dac2 = 0;
366 thread->debug
385 prime_debug_regs(struct debug_reg *debug) argument
[all...]
/arch/arm/mach-omap1/include/mach/
H A Dmux.h93 .debug = debug_status, \
111 .debug = debug_status, \
120 unsigned char debug; member in struct:pin_config
/arch/mips/kernel/
H A Dtraps.c909 if (notify_die(DIE_BREAK, "debug", regs, bcode,
1641 * SDBBP EJTAG debug exception handler.
1648 unsigned int debug; local
1650 printk(KERN_DEBUG "SDBBP EJTAG debug exception - not handled yet, just ignored!\n");
1652 debug = read_c0_debug();
1653 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug);
1654 if (debug & 0x80000000) {
1658 * debug return address (DEPC). EPC is restored after the
1674 write_c0_debug(debug | 0x100);
2073 * Copy the EJTAG debug exceptio
[all...]
/arch/powerpc/kvm/
H A Dbooke.c207 /* Synchronize guest's desire to get debug interrupts into shadow MSR */
213 /* Force enable debug interrupts when user space wants to debug */
725 struct debug_reg debug; local
761 /* Switch to guest debug context */
762 debug = vcpu->arch.dbg_reg;
763 switch_booke_debug_regs(&debug);
764 debug = current->thread.debug;
765 current->thread.debug
[all...]
/arch/arm/mach-davinci/include/mach/
H A Dmux.h29 bool debug; member in struct:mux_config

Completed in 1556 milliseconds