Searched refs:PT_SP (Results 1 – 11 of 11) sorted by relevance
/linux/arch/nios2/include/asm/ |
H A D | entry.h | 31 stw sp, PT_SP(r24) /* Save user stack before changing */ 37 stw r24, PT_SP(sp) 87 ldw sp, PT_SP(sp) /* Restore sp last */
|
/linux/arch/riscv/kernel/ |
H A D | entry.S | 154 REG_S s0, PT_SP(sp) 274 REG_L x2, PT_SP(sp) 309 REG_S s0, PT_SP(sp)
|
H A D | crash_save_regs.S | 15 REG_S sp, PT_SP(a0) /* x2 */
|
H A D | suspend_entry.S | 22 REG_S sp, (SUSPEND_CONTEXT_REGS + PT_SP)(a0)
|
H A D | asm-offsets.c | 106 OFFSET(PT_SP, pt_regs, sp); in asm_offsets()
|
/linux/arch/openrisc/include/asm/ |
H A D | ptrace.h | 85 #define PT_SP 4 macro
|
/linux/arch/nios2/kernel/ |
H A D | asm-offsets.c | 47 OFFSET(PT_SP, pt_regs, sp); in main()
|
H A D | insnemu.S | 42 ldw et, PT_SP(sp) /* backup sp in et */
|
/linux/arch/riscv/include/asm/ |
H A D | assembler.h | 38 REG_L sp, (SUSPEND_CONTEXT_REGS + PT_SP)(a0)
|
/linux/arch/openrisc/kernel/ |
H A D | entry.S | 139 l.lwz r1,PT_SP(r1) ;\ 789 l.lwz r1,PT_SP(r1) 1109 l.sw PT_SP(r1),r29 1117 l.lwz r29,PT_SP(r1)
|
H A D | head.S | 255 l.sw PT_SP(r30),r12 ;\ 342 l.sw PT_SP(r30),r12 ;\
|