Searched refs:arch_kgdb_ops (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dkgdb.c87 if (*(u32 *) (regs->pc) == *(u32 *) (&arch_kgdb_ops.gdb_bpt_instr))
145 struct kgdb_arch arch_kgdb_ops = { variable in typeref:struct:kgdb_arch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_bp.c100 ret = arch_kgdb_ops.remove_hw_breakpoint(bp->bp_addr,
148 ret = arch_kgdb_ops.set_hw_breakpoint(bp->bp_addr,
545 if (arch_kgdb_ops.flags & KGDB_HW_BREAKPOINT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkgdb.h288 extern struct kgdb_arch arch_kgdb_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Ddebug_core.c165 return probe_kernel_write((char *)addr, arch_kgdb_ops.gdb_bpt_instr,
379 if (arch_kgdb_ops.remove_all_hw_break)
380 arch_kgdb_ops.remove_all_hw_break();
521 if (arch_kgdb_ops.correct_hw_break)
522 arch_kgdb_ops.correct_hw_break();
H A Dgdbstub.c848 if (arch_kgdb_ops.set_hw_breakpoint && *bpt_type >= '1') {
862 if (*bpt_type == '1' && !(arch_kgdb_ops.flags & KGDB_HW_BREAKPOINT))
885 error = arch_kgdb_ops.set_hw_breakpoint(addr,
888 error = arch_kgdb_ops.remove_hw_breakpoint(addr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dkgdb_32.c167 struct kgdb_arch arch_kgdb_ops = { variable in typeref:struct:kgdb_arch
H A Dkgdb_64.c190 struct kgdb_arch arch_kgdb_ops = { variable in typeref:struct:kgdb_arch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dkgdb.c354 struct kgdb_arch arch_kgdb_ops; variable in typeref:struct:kgdb_arch
368 memcpy(arch_kgdb_ops.gdb_bpt_instr, insn.byte, BREAK_INSTR_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dkgdb.c131 if (*(u32 *) (regs->nip) == *(u32 *) (&arch_kgdb_ops.gdb_bpt_instr))
353 struct kgdb_arch arch_kgdb_ops = { variable in typeref:struct:kgdb_arch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dkgdb.c322 struct kgdb_arch arch_kgdb_ops = { variable in typeref:struct:kgdb_arch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dkgdb.c249 struct kgdb_arch arch_kgdb_ops = { variable in typeref:struct:kgdb_arch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dkgdbts.c931 if (arch_kgdb_ops.flags & KGDB_HW_BREAKPOINT) {
951 if (!(arch_kgdb_ops.flags & KGDB_HW_BREAKPOINT && hwbreaks_ok)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dkgdb.c395 struct kgdb_arch arch_kgdb_ops = { variable in typeref:struct:kgdb_arch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dcommon.c1112 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break))
1113 arch_kgdb_ops.correct_hw_break();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkgdb.c718 struct kgdb_arch arch_kgdb_ops = { variable in typeref:struct:kgdb_arch

Completed in 168 milliseconds