Searched refs:PT_PC (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/m68k/include/uapi/asm/
H A Dptrace.h23 #define PT_PC 18 macro
/linux-master/arch/openrisc/include/asm/
H A Dptrace.h116 #define PT_PC 128 macro
/linux-master/arch/microblaze/include/uapi/asm/
H A Dptrace.h62 #define PT_PC (32 * sizeof(microblaze_reg_t)) macro
/linux-master/arch/microblaze/kernel/
H A Dentry.S192 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; /* Sav
[all...]
H A Dasm-offsets.c29 DEFINE(PT_PC, offsetof(struct pt_regs, pc));
H A Dhw_exception_handler.S905 lwi r6, r7, PT_PC; /* faulting address is one instruction above */
907 swi r6, r7, PT_PC; /* a save back it to PT_PC */
910 * in PT_PC which is used as return address from exception */
/linux-master/arch/sparc/include/asm/
H A Dwinmacro.h56 ld [%base_reg + STACKFRAME_SZ + PT_PC], %pt_pc; \
83 st %pt_pc, [%base_reg + STACKFRAME_SZ + PT_PC]; \
/linux-master/arch/m68k/kernel/
H A Dptrace.c88 if (regno == PT_SR || regno == PT_PC) {
113 if (regno == PT_SR || regno == PT_PC) {
/linux-master/arch/csky/kernel/
H A Dasm-offsets.c32 DEFINE(PT_PC, offsetof(struct pt_regs, pc));
/linux-master/arch/sparc/include/uapi/asm/
H A Dptrace.h221 #define PT_PC 0x4 macro
/linux-master/arch/xtensa/kernel/
H A Dasm-offsets.c33 DEFINE(PT_PC, offsetof (struct pt_regs, pc));
H A Dentry.S358 s32i a3, a1, PT_PC
741 1: l32i a2, a1, PT_PC
/linux-master/arch/openrisc/kernel/
H A Dentry.S105 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 Dhead.S244 l.sw PT_PC(r30),r12 ;\
331 l.sw PT_PC(r30),r12 ;\
/linux-master/arch/sparc/kernel/
H A Drtrap_32.S161 ld [%sp + STACKFRAME_SZ + PT_PC], %o1
H A Dentry.S682 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]

Completed in 227 milliseconds