Searched refs:kgdb_arch_set_pc (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/parisc/kernel/
H A Dkgdb.c150 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) function
189 kgdb_arch_set_pc(regs, addr);
197 kgdb_arch_set_pc(regs, addr);
/linux-master/arch/arm64/kernel/
H A Dkgdb.c152 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) function
167 kgdb_arch_set_pc(regs, addr);
169 kgdb_arch_set_pc(regs, regs->pc + 4);
/linux-master/arch/microblaze/kernel/
H A Dkgdb.c108 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) function
/linux-master/arch/nios2/kernel/
H A Dkgdb.c104 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) function
/linux-master/kernel/debug/kdb/
H A Dkdb_debugger.c83 kgdb_arch_set_pc(ks->linux_regs, addr);
/linux-master/include/linux/
H A Dkgdb.h216 * kgdb_arch_set_pc - Generic call back to the program counter
223 extern void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc);
/linux-master/arch/arc/kernel/
H A Dkgdb.c188 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) function
/linux-master/arch/sparc/kernel/
H A Dkgdb_32.c163 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) function
H A Dkgdb_64.c192 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) function
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c100 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) function
/linux-master/arch/arm/kernel/
H A Dkgdb.c103 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) function
/linux-master/arch/sh/kernel/
H A Dkgdb.c296 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) function
/linux-master/arch/mips/kernel/
H A Dkgdb.c277 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) function
/linux-master/arch/powerpc/kernel/
H A Dkgdb.c370 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) function
/linux-master/arch/riscv/kernel/
H A Dkgdb.c252 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) function
/linux-master/arch/loongarch/kernel/
H A Dkgdb.c222 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) function
/linux-master/arch/x86/kernel/
H A Dkgdb.c725 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) function

Completed in 183 milliseconds