Searched refs:A64_SP (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 330 emit(A64_PUSH(A64_ZR, ptr, A64_SP), ctx); in prepare_bpf_tail_call_cnt() 331 emit(A64_MOV(1, ptr, A64_SP), ctx); in prepare_bpf_tail_call_cnt() 333 emit(A64_PUSH(ptr, ptr, A64_SP), ctx); in prepare_bpf_tail_call_cnt() 395 emit(A64_PUSH(A64_R(19), A64_R(20), A64_SP), ctx); in push_callee_regs() 396 emit(A64_PUSH(A64_R(21), A64_R(22), A64_SP), ctx); in push_callee_regs() 397 emit(A64_PUSH(A64_R(23), A64_R(24), A64_SP), ctx); in push_callee_regs() 398 emit(A64_PUSH(A64_R(25), A64_R(26), A64_SP), ctx); in push_callee_regs() 399 emit(A64_PUSH(A64_R(27), A64_R(28), A64_SP), ctx); in push_callee_regs() 405 emit(A64_PUSH(reg1, reg2, A64_SP), ctx); in push_callee_regs() 410 emit(A64_PUSH(reg1, A64_ZR, A64_SP), ctx); in push_callee_regs() [all …]
|
D | bpf_jit.h | 17 #define A64_SP AARCH64_INSN_REG_SP macro
|