Searched refs:kgdb_hex2long (Results 1 – 12 of 12) sorted by relevance
| /linux/kernel/debug/ |
| H A D | gdbstub.c | 292 int kgdb_hex2long(char **ptr, unsigned long *long_val) in kgdb_hex2long() function 374 if (kgdb_hex2long(&ptr, &addr) > 0 && *(ptr++) == ',' && in write_mem_msg() 375 kgdb_hex2long(&ptr, &length) > 0 && *(ptr++) == ':') { in write_mem_msg() 564 if (kgdb_hex2long(&ptr, &addr) > 0 && *ptr++ == ',' && in gdb_cmd_memread() 565 kgdb_hex2long(&ptr, &length) > 0) { in gdb_cmd_memread() 603 kgdb_hex2long(&ptr, ®num); in gdb_cmd_reg_get() 619 kgdb_hex2long(&ptr, ®num); in gdb_cmd_reg_set() 755 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_query() 819 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_task() 831 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_task() [all …]
|
| /linux/arch/microblaze/kernel/ |
| H A D | kgdb.c | 124 if (kgdb_hex2long(&ptr, &address)) in kgdb_arch_handle_exception()
|
| /linux/include/linux/ |
| H A D | kgdb.h | 309 extern int kgdb_hex2long(char **ptr, unsigned long *long_val);
|
| /linux/arch/nios2/kernel/ |
| H A D | kgdb.c | 121 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
| /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()
|
| /linux/arch/arc/kernel/ |
| H A D | kgdb.c | 141 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
| /linux/arch/arm64/kernel/ |
| H A D | kgdb.c | 166 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_update_addr()
|
| /linux/arch/sh/kernel/ |
| H A D | kgdb.c | 267 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
| /linux/arch/mips/kernel/ |
| H A D | kgdb.c | 361 if (kgdb_hex2long(&ptr, &address)) in kgdb_arch_handle_exception()
|
| /linux/arch/riscv/kernel/ |
| H A D | kgdb.c | 282 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_update_addr()
|
| /linux/arch/x86/kernel/ |
| H A D | kgdb.c | 452 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|