| /OK3568_Linux_fs/kernel/kernel/debug/ |
| H A D | gdbstub.c | 293 int kgdb_hex2long(char **ptr, unsigned long *long_val) in kgdb_hex2long() function 375 if (kgdb_hex2long(&ptr, &addr) > 0 && *(ptr++) == ',' && in write_mem_msg() 376 kgdb_hex2long(&ptr, &length) > 0 && *(ptr++) == ':') { in write_mem_msg() 565 if (kgdb_hex2long(&ptr, &addr) > 0 && *ptr++ == ',' && in gdb_cmd_memread() 566 kgdb_hex2long(&ptr, &length) > 0) { in gdb_cmd_memread() 604 kgdb_hex2long(&ptr, ®num); in gdb_cmd_reg_get() 620 kgdb_hex2long(&ptr, ®num); in gdb_cmd_reg_set() 756 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_query() 820 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_task() 832 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_task() [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | kgdb.c | 187 if (kgdb_hex2long(&p, &addr)) in kgdb_arch_handle_exception() 195 if (kgdb_hex2long(&p, &addr)) { in kgdb_arch_handle_exception()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | kgdbts.c | 291 kgdb_hex2long(&ptr, &cont_thread_id); in get_thread_id_continue() 480 kgdb_hex2long(&ptr, &sstep_thread_id); in emul_sstep_put() 506 kgdb_hex2long(&ptr, &sstep_thread_id); in emul_sstep_put()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | kgdb.c | 124 if (kgdb_hex2long(&ptr, &address)) in kgdb_arch_handle_exception()
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | kgdb.c | 113 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kgdb.h | 323 extern int kgdb_hex2long(char **ptr, unsigned long *long_val);
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | kgdb.c | 121 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | kgdb.c | 141 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | kgdb.c | 129 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | kgdb.c | 165 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_update_addr()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | kgdb.c | 267 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | kgdb.c | 382 if (kgdb_hex2long(&ptr, &address)) in kgdb_arch_handle_exception()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | kgdb.c | 396 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | kgdb.c | 294 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_update_addr()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | kgdb.c | 451 if (kgdb_hex2long(&ptr, &addr)) in kgdb_arch_handle_exception()
|