Searched refs:STACK_PTREGS_GPRS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | mcount.S | 27 #define STACK_PTREGS_GPRS (STACK_PTREGS + __PT_GPRS) define 59 stg %r1,(STACK_PTREGS_GPRS+15*8)(%r15) 66 stmg %r2,%r14,(STACK_PTREGS_GPRS+2*8)(%r15) 88 lmg %r2,%r3,(STACK_PTREGS_GPRS+14*8)(%r15) 91 stg %r2,(STACK_PTREGS_GPRS+14*8)(%r15) 96 lmg %r2,%r15,(STACK_PTREGS_GPRS+2*8)(%r15)
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | mcount.S | 15 #define STACK_PTREGS_GPRS (STACK_PTREGS + __PT_GPRS) define 173 stmg %r0,%r14,STACK_PTREGS_GPRS(%r15) 178 stg %r7,STACK_PTREGS_GPRS+(15*8)(%r15) 191 lmg %r0,%r15,STACK_PTREGS_GPRS(%r15)
|
Completed in 1 milliseconds