/openbmc/linux/arch/microblaze/kernel/ |
H A D | entry.S | 192 swi r14, r1, PT_PC; /* PC, before IRQ/trap */ \ 226 lwi r14, r1, PT_PC; /* RESTORE_LINK PC, before IRQ/trap */\ 533 swi r17, r1, PT_PC; 569 swi r17, r1, PT_PC; 599 swi r17, r1, PT_PC; 611 swi r17, r1, PT_PC; 857 lwi r16, r1, PT_PC 877 swi r16, r1, PT_PC; /* PC and r16 are the same */ 971 swi r16, r1, PT_PC; /* PC and r16 are the same */ 1005 swi r16, r1, PT_PC; /* Save LP */ [all …]
|
H A D | asm-offsets.c | 29 DEFINE(PT_PC, offsetof(struct pt_regs, pc)); in main()
|
H A D | hw_exception_handler.S | 905 lwi r6, r7, PT_PC; /* faulting address is one instruction above */ 907 swi r6, r7, PT_PC; /* a save back it to PT_PC */
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | ptrace.h | 23 #define PT_PC 18 macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | ptrace.h | 116 #define PT_PC 128 macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | winmacro.h | 56 ld [%base_reg + STACKFRAME_SZ + PT_PC], %pt_pc; \ 83 st %pt_pc, [%base_reg + STACKFRAME_SZ + PT_PC]; \
|
/openbmc/linux/arch/microblaze/include/uapi/asm/ |
H A D | ptrace.h | 62 #define PT_PC (32 * sizeof(microblaze_reg_t)) macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | ptrace.h | 99 #define PT_PC ((NUM_GPRS + 0) * _PT_REG_SIZE) macro
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | ptrace.c | 86 if (regno == PT_SR || regno == PT_PC) { in get_reg() 111 if (regno == PT_SR || regno == PT_PC) { in put_reg()
|
/openbmc/u-boot/arch/xtensa/cpu/ |
H A D | start.S | 19 #define PT_PC 0 macro 425 s32i a3, a1, PT_PC 482 l32i a3, a1, PT_PC
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | entry.S | 105 l.lwz r3,PT_PC(r1) ;\ 281 l.lwz r6,PT_PC(r3) // address of an offending insn 303 l.lwz r6,PT_PC(r3) // address of an offending insn 315 l.lwz r6,PT_PC(r3) // address of an offending insn 388 l.lwz r5,PT_PC(r1) 434 l.sw PT_PC(r1),r5 793 l.lwz r13,PT_PC(r1)
|
H A D | head.S | 244 l.sw PT_PC(r30),r12 ;\ 331 l.sw PT_PC(r30),r12 ;\
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ptrace.h | 221 #define PT_PC 0x4 macro
|
/openbmc/linux/arch/csky/kernel/ |
H A D | asm-offsets.c | 32 DEFINE(PT_PC, offsetof(struct pt_regs, pc)); in main()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | entry.S | 682 st %l1, [%sp + STACKFRAME_SZ + PT_PC] 697 st %l1, [%sp + STACKFRAME_SZ + PT_PC] 1019 st %l1, [%sp + STACKFRAME_SZ + PT_PC] 1033 st %l1, [%sp + STACKFRAME_SZ + PT_PC] 1042 st %l1, [%sp + STACKFRAME_SZ + PT_PC]
|
H A D | rtrap_32.S | 161 ld [%sp + STACKFRAME_SZ + PT_PC], %o1
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | asm-offsets.c | 33 DEFINE(PT_PC, offsetof (struct pt_regs, pc)); in main()
|
H A D | entry.S | 741 1: l32i a2, a1, PT_PC
|