Searched refs:GDB_PC (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/arch/sparc/include/asm/
H A Dkgdb.h18 GDB_Y, GDB_PSR, GDB_WIM, GDB_TBR, GDB_PC, GDB_NPC, enumerator in enum:regnames
23 GDB_PC, GDB_NPC, GDB_STATE, GDB_FSR, GDB_FPRS, GDB_Y,
/linux-4.1.27/arch/sh/include/asm/
H A Dkgdb.h11 GDB_PC, GDB_PR, GDB_SR, GDB_GBR, GDB_MACH, GDB_MACL, GDB_VBR, enumerator in enum:regnames
/linux-4.1.27/arch/x86/include/asm/
H A Dkgdb.h33 GDB_PC, /* 8 also known as eip */ enumerator in enum:regnames
63 GDB_PC, /* 16 */ enumerator in enum:regnames
/linux-4.1.27/arch/sparc/kernel/
H A Dkgdb_32.c39 gdb_regs[GDB_PC] = regs->pc; pt_regs_to_gdb_regs()
74 gdb_regs[GDB_PC] = t->kpc; sleeping_thread_to_gdb_regs()
97 regs->pc = gdb_regs[GDB_PC]; gdb_regs_to_pt_regs()
H A Dkgdb_64.c36 gdb_regs[GDB_PC] = regs->tpc; pt_regs_to_gdb_regs()
76 gdb_regs[GDB_PC] = pc; sleeping_thread_to_gdb_regs()
104 regs->tpc = gdb_regs[GDB_PC]; gdb_regs_to_pt_regs()
/linux-4.1.27/arch/nios2/include/asm/
H A Dkgdb.h62 GDB_PC, enumerator in enum:regnames
/linux-4.1.27/arch/microblaze/kernel/
H A Dkgdb.c19 #define GDB_PC 32 macro
/linux-4.1.27/arch/nios2/kernel/
H A Dkgdb.c114 gdb_regs[GDB_PC] = p->thread.kregs->ea; sleeping_thread_to_gdb_regs()
/linux-4.1.27/arch/x86/kernel/
H A Dkgdb.c174 gdb_regs[GDB_PC] = p->thread.ip; sleeping_thread_to_gdb_regs()
182 gdb_regs[GDB_PC] = 0; sleeping_thread_to_gdb_regs()
/linux-4.1.27/arch/sh/kernel/
H A Dkgdb.c244 gdb_regs[GDB_PC] = p->thread.pc; sleeping_thread_to_gdb_regs()

Completed in 486 milliseconds