/openbmc/linux/arch/parisc/kernel/ |
H A D | kgdb.c | 150 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) in kgdb_arch_set_pc() function 189 kgdb_arch_set_pc(regs, addr); in kgdb_arch_handle_exception() 197 kgdb_arch_set_pc(regs, addr); in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | kgdb.c | 152 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) in kgdb_arch_set_pc() function 167 kgdb_arch_set_pc(regs, addr); in kgdb_arch_update_addr() 169 kgdb_arch_set_pc(regs, regs->pc + 4); in kgdb_arch_update_addr()
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | kgdb.c | 108 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) in kgdb_arch_set_pc() function
|
/openbmc/linux/include/linux/ |
H A D | kgdb.h | 223 extern void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc);
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | kgdb.c | 104 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) in kgdb_arch_set_pc() function
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_debugger.c | 83 kgdb_arch_set_pc(ks->linux_regs, addr); in kdb_stub()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | kgdb.c | 188 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) in kgdb_arch_set_pc() function
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | kgdb_32.c | 163 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) in kgdb_arch_set_pc() function
|
H A D | kgdb_64.c | 192 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) in kgdb_arch_set_pc() function
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | kgdb.c | 100 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) in kgdb_arch_set_pc() function
|
/openbmc/linux/arch/arm/kernel/ |
H A D | kgdb.c | 103 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) in kgdb_arch_set_pc() function
|
/openbmc/linux/arch/sh/kernel/ |
H A D | kgdb.c | 296 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) in kgdb_arch_set_pc() function
|
/openbmc/linux/arch/mips/kernel/ |
H A D | kgdb.c | 277 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) in kgdb_arch_set_pc() function
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | kgdb.c | 370 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) in kgdb_arch_set_pc() function
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | kgdb.c | 252 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) in kgdb_arch_set_pc() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kgdb.c | 725 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) in kgdb_arch_set_pc() function
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | kgdb.c | 222 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) in kgdb_arch_set_pc() function
|