Home
last modified time | relevance | path

Searched refs:S_LR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dentry.S284 stp lr, x21, [sp, #S_LR]
439 ldr lr, [sp, #S_LR] // restore x30
445 ldr lr, [sp, #S_LR]
455 ldr lr, [sp, #S_LR]
993 stp lr, x4, [x1, #SDEI_EVENT_INTREGS + S_LR]
1056 ldp lr, x1, [x4, #SDEI_EVENT_INTREGS + S_LR]
H A Dasm-offsets.c76 DEFINE(S_LR, offsetof(struct pt_regs, regs[30])); in main()
/openbmc/linux/arch/arm/kernel/
H A Dentry-ftrace.S90 ldr r1, [sp, #S_LR] @ lr of instrumented func
119 add r0, sp, #S_LR
H A Dasm-offsets.c80 DEFINE(S_LR, offsetof(struct pt_regs, ARM_lr)); in main()
H A Dentry-armv.S101 THUMB( str lr, [sp, #S_LR] )
/openbmc/linux/arch/arm64/kernel/probes/
H A Dkprobes_trampoline.S29 stp lr, x0, [sp, #S_LR]
/openbmc/u-boot/arch/arm/lib/
H A Dvectors.S165 #define S_LR 56 macro