Searched refs:A64_SP (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 346 emit(A64_MOV(1, ptr, A64_SP), ctx); in prepare_bpf_tail_call_cnt() 348 emit(A64_PUSH(ptr, ptr, A64_SP), ctx); in prepare_bpf_tail_call_cnt() 523 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue() 556 emit(A64_MOV(1, fp, A64_SP), ctx); in build_prologue() 563 emit(A64_SUB_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in build_prologue() 627 emit(A64_ADD_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in emit_bpf_tail_call() 995 emit(A64_ADD_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in build_epilogue() 1567 src_adj = A64_SP; in build_insn() 1660 dst_adj = A64_SP; in build_insn() 1722 dst_adj = A64_SP; in build_insn() [all …]
|
| H A D | bpf_jit.h | 17 #define A64_SP AARCH64_INSN_REG_SP macro
|