Searched refs:A64_SP (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 232 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 233 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue() 236 emit(A64_PUSH(r6, r7, A64_SP), ctx); in build_prologue() 237 emit(A64_PUSH(r8, r9, A64_SP), ctx); in build_prologue() 238 emit(A64_PUSH(fp, tcc, A64_SP), ctx); in build_prologue() 241 emit(A64_MOV(1, fp, A64_SP), ctx); in build_prologue() 262 emit(A64_SUB_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in build_prologue() 316 emit(A64_ADD_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in emit_bpf_tail_call() 342 emit(A64_ADD_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in build_epilogue() 345 emit(A64_POP(fp, A64_R(26), A64_SP), ctx); in build_epilogue() [all …]
|
| H A D | bpf_jit.h | 17 #define A64_SP AARCH64_INSN_REG_SP macro
|