Searched refs:PT_SP (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/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 */
|
/kernel/linux/linux-6.6/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 */
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | mcount-dyn.S | 65 REG_S x2, PT_SP(sp) 74 REG_L x2, PT_SP(sp)
|
H A D | entry.S | 66 REG_S s0, PT_SP(sp) 166 REG_L x2, PT_SP(sp) 200 REG_S s0, PT_SP(sp)
|
H A D | asm-offsets.c | 96 OFFSET(PT_SP, pt_regs, sp); in asm_offsets()
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | ptrace.h | 85 #define PT_SP 4 macro
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | ptrace.h | 85 #define PT_SP 4 macro
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | mcount-dyn.S | 127 sd x2, PT_SP(sp) 161 ld x2, PT_SP(sp)
|
H A D | entry.S | 81 REG_S s0, PT_SP(sp) 322 REG_L x2, PT_SP(sp)
|
H A D | asm-offsets.c | 86 OFFSET(PT_SP, pt_regs, sp); in asm_offsets()
|
/kernel/linux/linux-5.10/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 */
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | assembler.h | 38 REG_L sp, (SUSPEND_CONTEXT_REGS + PT_SP)(a0)
|
/kernel/linux/linux-6.6/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 */
|
/kernel/linux/linux-5.10/arch/c6x/include/uapi/asm/ |
H A D | ptrace.h | 99 #define PT_SP PT_B15 /* Stack Pointer (B15) */ macro
|
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | entry.S | 139 l.lwz r1,PT_SP(r1) ;\ 779 l.lwz r1,PT_SP(r1) 1066 /* No need to store r1/PT_SP as it goes into KSP below */ 1093 l.sw PT_SP(r1),r29 1101 l.lwz r29,PT_SP(r1)
|
H A D | head.S | 253 /* save PT_SP as was prior to exception */ ;\ 255 l.sw PT_SP(r30),r12 ;\ 289 * a bit more carefull (if we have a PT_SP or current pointer 336 /* save PT_SP as was prior to exception */ ;\ 338 l.sw PT_SP(r30),r12 ;\
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | entry.S | 141 l.lwz r1,PT_SP(r1) ;\ 795 l.lwz r1,PT_SP(r1) 1088 /* No need to store r1/PT_SP as it goes into KSP below */ 1118 l.sw PT_SP(r1),r29 1126 l.lwz r29,PT_SP(r1)
|
H A D | head.S | 253 /* save PT_SP as was prior to exception */ ;\ 255 l.sw PT_SP(r30),r12 ;\ 289 * a bit more carefull (if we have a PT_SP or current pointer 340 /* save PT_SP as was prior to exception */ ;\ 342 l.sw PT_SP(r30),r12 ;\
|
Completed in 11 milliseconds