Searched refs:PT_PC (Results 1 – 21 of 21) sorted by relevance
/arch/h8300/include/asm/ |
D | ptrace.h | 15 #define PT_PC 9 macro
|
/arch/m68k/include/asm/ |
D | entry_no.h | 75 movel %a0@-,%sp@(PT_PC) /* copy exception program counter */ 92 movel %sp@(PT_PC),%a0@- /* copy exception program counter */
|
D | ptrace.h | 22 #define PT_PC 18 macro
|
D | math-emu.h | 155 #define FPS_PC (PT_PC) 156 #define FPS_EA (PT_PC+6) 157 #define FPS_PC2 (PT_PC+10)
|
/arch/blackfin/kernel/ |
D | entry.S | 63 r0 = [sp + PT_PC];
|
D | asm-offsets.c | 116 DEFINE(PT_PC, offsetof(struct pt_regs, pc)); in main()
|
D | ptrace.c | 137 case PT_PC: in put_reg()
|
/arch/sparc/include/asm/ |
D | winmacro.h | 55 ld [%base_reg + STACKFRAME_SZ + PT_PC], %pt_pc; \ 82 st %pt_pc, [%base_reg + STACKFRAME_SZ + PT_PC]; \
|
D | ptrace.h | 303 #define PT_PC 0x4 macro
|
/arch/blackfin/include/asm/ |
D | ptrace.h | 154 #define PT_PC 24 macro
|
/arch/m68knommu/kernel/ |
D | asm-offsets.c | 61 DEFINE(PT_PC, offsetof(struct pt_regs, pc)); in main()
|
/arch/m68k/kernel/ |
D | asm-offsets.c | 57 DEFINE(PT_PC, offsetof(struct pt_regs, pc)); in main()
|
/arch/m32r/kernel/ |
D | ptrace.c | 105 case PT_PC: in ptrace_read_user() 164 case PT_PC: in ptrace_write_user()
|
/arch/xtensa/kernel/ |
D | asm-offsets.c | 30 DEFINE(PT_PC, offsetof (struct pt_regs, pc)); in main()
|
D | entry.S | 604 1: l32i a2, a1, PT_PC
|
/arch/m68knommu/platform/coldfire/ |
D | entry.S | 145 movel %sp@(PT_PC),%a0@- /* copy exception program counter */
|
/arch/h8300/platform/h8300h/ |
D | ptrace_h8300h.c | 270 nextpc = getnextpc(child,(unsigned short *)h8300_get_reg(child, PT_PC)); in h8300_enable_trace()
|
/arch/mn10300/kernel/ |
D | ptrace.c | 58 [PT_PC << 2] = REG_PC,
|
/arch/sparc/kernel/ |
D | rtrap_32.S | 161 ld [%sp + STACKFRAME_SZ + PT_PC], %o1
|
D | entry.S | 657 st %l1, [%sp + STACKFRAME_SZ + PT_PC] 672 st %l1, [%sp + STACKFRAME_SZ + PT_PC] 1309 st %l1, [%sp + STACKFRAME_SZ + PT_PC] 1324 st %l1, [%sp + STACKFRAME_SZ + PT_PC] 1333 st %l1, [%sp + STACKFRAME_SZ + PT_PC]
|
/arch/blackfin/mach-common/ |
D | entry.S | 403 [sp + PT_PC] = r6; 419 [sp + PT_PC] = r6;
|