Searched refs:A64_POP (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 443 emit(A64_POP(A64_R(27), A64_R(28), A64_SP), ctx); in pop_callee_regs() 444 emit(A64_POP(A64_R(25), A64_R(26), A64_SP), ctx); in pop_callee_regs() 445 emit(A64_POP(A64_R(23), A64_R(24), A64_SP), ctx); in pop_callee_regs() 446 emit(A64_POP(A64_R(21), A64_R(22), A64_SP), ctx); in pop_callee_regs() 452 emit(A64_POP(reg1, A64_ZR, A64_SP), ctx); in pop_callee_regs() 458 emit(A64_POP(reg1, reg2, A64_SP), ctx); in pop_callee_regs() 999 emit(A64_POP(A64_ZR, ptr, A64_SP), ctx); in build_epilogue() 1005 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue() 2433 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline() 2437 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline() [all …]
|
| H A D | bpf_jit.h | 103 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) macro
|