Searched refs:kgdb_hex2long (Results 1 - 17 of 17) sorted by relevance
/linux-4.1.27/kernel/debug/ |
H A D | gdbstub.c | 292 int kgdb_hex2long(char **ptr, unsigned long *long_val) kgdb_hex2long() function 374 if (kgdb_hex2long(&ptr, &addr) > 0 && *(ptr++) == ',' && write_mem_msg() 375 kgdb_hex2long(&ptr, &length) > 0 && *(ptr++) == ':') { write_mem_msg() 564 if (kgdb_hex2long(&ptr, &addr) > 0 && *ptr++ == ',' && gdb_cmd_memread() 565 kgdb_hex2long(&ptr, &length) > 0) { gdb_cmd_memread() 603 kgdb_hex2long(&ptr, ®num); gdb_cmd_reg_get() 619 kgdb_hex2long(&ptr, ®num); gdb_cmd_reg_set() 755 kgdb_hex2long(&ptr, &ks->threadid); 806 kgdb_hex2long(&ptr, &ks->threadid); gdb_cmd_task() 818 kgdb_hex2long(&ptr, &ks->threadid); gdb_cmd_task() 840 kgdb_hex2long(&ptr, &ks->threadid); gdb_cmd_thread() 883 if (!kgdb_hex2long(&ptr, &addr)) { gdb_cmd_break() 888 !kgdb_hex2long(&ptr, &length)) { gdb_cmd_break()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | kgdb_32.c | 119 if (kgdb_hex2long(&ptr, &addr)) { kgdb_arch_handle_exception()
|
H A D | kgdb_64.c | 146 if (kgdb_hex2long(&ptr, &addr)) { kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/microblaze/kernel/ |
H A D | kgdb.c | 124 if (kgdb_hex2long(&ptr, &address)) kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/nios2/kernel/ |
H A D | kgdb.c | 134 if (kgdb_hex2long(&ptr, &addr)) kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | kgdb.c | 143 if (kgdb_hex2long(&ptr, &addr)) kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | kgdb.c | 147 if (kgdb_hex2long(&ptr, &addr)) kgdb_arch_update_addr()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | kgdb.c | 135 if (kgdb_hex2long(&ptr, &addr)) kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | kgdb.c | 268 if (kgdb_hex2long(&ptr, &addr)) kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | kgdb.c | 370 if (kgdb_hex2long(&ptr, &address)) kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | kgdb.c | 428 if (kgdb_hex2long(&ptr, &addr)) kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | kgdb.c | 380 if (kgdb_hex2long(&ptr, &addr)) { kgdb_arch_handle_exception()
|
/linux-4.1.27/include/linux/ |
H A D | kgdb.h | 302 extern int kgdb_hex2long(char **ptr, unsigned long *long_val);
|
/linux-4.1.27/drivers/misc/ |
H A D | kgdbts.c | 300 kgdb_hex2long(&ptr, &cont_thread_id); get_thread_id_continue() 485 kgdb_hex2long(&ptr, &sstep_thread_id); emul_sstep_put() 511 kgdb_hex2long(&ptr, &sstep_thread_id); emul_sstep_put()
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | kgdb.c | 414 if (kgdb_hex2long(&ptr, &address)) kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | kgdb.c | 422 if (kgdb_hex2long(&ptr, &addr)) kgdb_arch_handle_exception()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | kgdb.c | 472 if (kgdb_hex2long(&ptr, &addr)) kgdb_arch_handle_exception()
|
Completed in 86 milliseconds