Searched refs:S_FRAME_SIZE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | entry-ftrace.S | 38 sub sp, sp, #(S_FRAME_SIZE + 16) 64 add x10, sp, #(S_FRAME_SIZE + 16) 71 stp x29, x9, [sp, #S_FRAME_SIZE] 72 add x29, sp, #S_FRAME_SIZE 129 add sp, sp, #S_FRAME_SIZE + 16 139 ldr x2, [sp, #S_FRAME_SIZE] // parent fp (callsite's FP)
|
| H A D | entry.S | 81 sub sp, sp, #S_FRAME_SIZE 302 add x21, sp, #S_FRAME_SIZE 464 add sp, sp, #S_FRAME_SIZE // restore sp 478 add sp, sp, #S_FRAME_SIZE // restore sp 699 sub sp, sp, #S_FRAME_SIZE 702 add x0, x0, #S_FRAME_SIZE 996 add sp, sp, #S_FRAME_SIZE // restore sp
|
| H A D | asm-offsets.c | 80 DEFINE(S_FRAME_SIZE, sizeof(struct pt_regs)); in main()
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | vectors.S | 160 #define S_FRAME_SIZE 72 macro 193 sub sp, sp, #S_FRAME_SIZE 198 add r0, sp, #S_FRAME_SIZE @ grab pointer to old stack 206 sub sp, sp, #S_FRAME_SIZE 230 add sp, sp, #S_FRAME_SIZE
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/ |
| H A D | kprobes_trampoline.S | 28 add x0, sp, #S_FRAME_SIZE 65 sub sp, sp, #S_FRAME_SIZE 79 add sp, sp, #S_FRAME_SIZE
|