Home
last modified time | relevance | path

Searched refs:kgdb_trap (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dkgdb.h31 extern void kgdb_trap(struct pt_regs *regs);
57 #define kgdb_trap(regs) macro
/OK3568_Linux_fs/u-boot/include/
H A Dkgdb.h57 extern int kgdb_trap(struct pt_regs *);
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dkgdb.h35 asmlinkage void kgdb_trap(unsigned long trap_level, struct pt_regs *regs);
H A Dttable.h197 #define KGDB_TRAP(lvl) TRAP_IRQ(kgdb_trap, lvl)
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dtraps.c130 kgdb_trap(regs); in do_non_swi_trap()
H A Dkgdb.c165 void kgdb_trap(struct pt_regs *regs) in kgdb_trap() function
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dkgdb.c130 kgdb_trap(struct pt_regs *regs) in kgdb_trap() function
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dkgdb_32.c138 asmlinkage void kgdb_trap(unsigned long trap_level, struct pt_regs *regs) in kgdb_trap() function
H A Dkgdb_64.c164 asmlinkage void kgdb_trap(unsigned long trap_level, struct pt_regs *regs) in kgdb_trap() function
H A Dentry.S1209 call kgdb_trap
/OK3568_Linux_fs/u-boot/common/
H A Dkgdb.c344 printf("kgdb: handle_exception; trap [0x%x]\n", kgdb_trap(regs)); in handle_exception()