Searched refs:GDB_R15 (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | kgdb.h | 10 GDB_R8, GDB_R9, GDB_R10, GDB_R11, GDB_R12, GDB_R13, GDB_R14, GDB_R15, enumerator
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | kgdb.h | 32 GDB_R15, enumerator
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | kgdb.h | 65 GDB_R15, /* 15 */ enumerator
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | kgdb.c | 239 for (reg = GDB_R8; reg < GDB_R15; reg++) in sleeping_thread_to_gdb_regs() 242 gdb_regs[GDB_R15] = p->thread.sp; in sleeping_thread_to_gdb_regs()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | kgdb.c | 173 gdb_regs[GDB_R15] = 0; in sleeping_thread_to_gdb_regs()
|