Searched refs:GDB_PSR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | kgdb_32.c | 38 gdb_regs[GDB_PSR] = regs->psr; in pt_regs_to_gdb_regs() 73 gdb_regs[GDB_PSR] = t->kpsr; in sleeping_thread_to_gdb_regs() 93 if (regs->psr != gdb_regs[GDB_PSR]) { in gdb_regs_to_pt_regs() 96 regs->psr = (gdb_regs[GDB_PSR] & ~PSR_CWP) | cwp; in gdb_regs_to_pt_regs()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | kgdb_32.c | 38 gdb_regs[GDB_PSR] = regs->psr; in pt_regs_to_gdb_regs() 73 gdb_regs[GDB_PSR] = t->kpsr; in sleeping_thread_to_gdb_regs() 93 if (regs->psr != gdb_regs[GDB_PSR]) { in gdb_regs_to_pt_regs() 96 regs->psr = (gdb_regs[GDB_PSR] & ~PSR_CWP) | cwp; in gdb_regs_to_pt_regs()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | kgdb.h | 19 GDB_Y, GDB_PSR, GDB_WIM, GDB_TBR, GDB_PC, GDB_NPC, enumerator
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | kgdb.h | 19 GDB_Y, GDB_PSR, GDB_WIM, GDB_TBR, GDB_PC, GDB_NPC, enumerator
|
Completed in 2 milliseconds