Searched refs:A64_PUSH (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 345 emit(A64_PUSH(A64_ZR, 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() 410 emit(A64_PUSH(A64_R(19), A64_R(20), A64_SP), ctx); in push_callee_regs() 411 emit(A64_PUSH(A64_R(21), A64_R(22), A64_SP), ctx); in push_callee_regs() 412 emit(A64_PUSH(A64_R(23), A64_R(24), A64_SP), ctx); in push_callee_regs() 413 emit(A64_PUSH(A64_R(25), A64_R(26), A64_SP), ctx); in push_callee_regs() 420 emit(A64_PUSH(reg1, reg2, A64_SP), ctx); in push_callee_regs() 425 emit(A64_PUSH(reg1, A64_ZR, A64_SP), ctx); in push_callee_regs() 522 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 2334 emit(A64_PUSH(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline() [all …]
|
| H A D | bpf_jit.h | 101 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) macro
|