Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dentry-ftrace.S65 stp x9, x10, [sp, #S_LR]
125 ldr x30, [sp, #S_LR]
138 add x1, sp, #S_LR // parent_ip (callsite's LR)
H A Dentry.S313 stp lr, x21, [sp, #S_LR]
463 ldr lr, [sp, #S_LR]
477 ldr lr, [sp, #S_LR]
991 ldr lr, [sp, #S_LR]
1237 stp lr, x4, [x1, #SDEI_EVENT_INTREGS + S_LR]
1296 ldp lr, x1, [x4, #SDEI_EVENT_INTREGS + S_LR]
H A Dasm-offsets.c72 DEFINE(S_LR, offsetof(struct pt_regs, regs[30])); in main()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A Dkprobes_trampoline.S29 stp lr, x0, [sp, #S_LR]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dvectors.S165 #define S_LR 56 macro
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dasm-offsets.c88 DEFINE(S_LR, offsetof(struct pt_regs, ARM_lr)); in main()
H A Dentry-ftrace.S94 ldr r1, [sp, #S_LR] @ lr of instrumented func
H A Dentry-armv.S93 THUMB( str lr, [sp, #S_LR] )