/openbmc/linux/kernel/debug/ |
H A D | gdbstub.c | 290 int kgdb_hex2long(char **ptr, unsigned long *long_val) in kgdb_hex2long() function 372 if (kgdb_hex2long(&ptr, &addr) > 0 && *(ptr++) == ',' && in write_mem_msg() 373 kgdb_hex2long(&ptr, &length) > 0 && *(ptr++) == ':') { in write_mem_msg() 562 if (kgdb_hex2long(&ptr, &addr) > 0 && *ptr++ == ',' && in gdb_cmd_memread() 563 kgdb_hex2long(&ptr, &length) > 0) { in gdb_cmd_memread() 601 kgdb_hex2long(&ptr, ®num); in gdb_cmd_reg_get() 617 kgdb_hex2long(&ptr, ®num); in gdb_cmd_reg_set() 753 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_query() 817 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_task() 829 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_task() [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | kgdb.c | 188 if (kgdb_hex2long(&p, &addr)) in kgdb_arch_handle_exception() 196 if (kgdb_hex2long(&p, &addr)) { in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | kgdb.c | 124 if (kgdb_hex2long(&ptr, &address)) in kgdb_arch_handle_exception()
|
/openbmc/linux/drivers/misc/ |
H A D | kgdbts.c | 301 kgdb_hex2long(&ptr, &cont_thread_id); in get_thread_id_continue() 490 kgdb_hex2long(&ptr, &sstep_thread_id); in emul_sstep_put() 516 kgdb_hex2long(&ptr, &sstep_thread_id); in emul_sstep_put()
|
/openbmc/linux/include/linux/ |
H A D | kgdb.h | 323 extern int kgdb_hex2long(char **ptr, unsigned long *long_val);
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | kgdb.c | 121 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | kgdb.c | 141 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | kgdb_32.c | 121 if (kgdb_hex2long(&ptr, &addr)) { in kgdb_arch_handle_exception()
|
H A D | kgdb_64.c | 147 if (kgdb_hex2long(&ptr, &addr)) { in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | kgdb.c | 129 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | kgdb.c | 166 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_update_addr()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | kgdb.c | 267 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | kgdb.c | 361 if (kgdb_hex2long(&ptr, &address)) in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | kgdb.c | 393 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | kgdb.c | 275 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_update_addr()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kgdb.c | 451 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | kgdb.c | 289 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_update_addr()
|