Searched refs:S_LR (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | entry.S | 284 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 D | asm-offsets.c | 76 DEFINE(S_LR, offsetof(struct pt_regs, regs[30])); in main()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | entry-ftrace.S | 90 ldr r1, [sp, #S_LR] @ lr of instrumented func 119 add r0, sp, #S_LR
|
H A D | asm-offsets.c | 80 DEFINE(S_LR, offsetof(struct pt_regs, ARM_lr)); in main()
|
H A D | entry-armv.S | 101 THUMB( str lr, [sp, #S_LR] )
|
/openbmc/linux/arch/arm64/kernel/probes/ |
H A D | kprobes_trampoline.S | 29 stp lr, x0, [sp, #S_LR]
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | vectors.S | 165 #define S_LR 56 macro
|