Searched refs:A64_R (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 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() 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() 447 emit(A64_POP(A64_R(19), A64_R(20), A64_SP), ctx); in pop_callee_regs() 2143 emit(A64_MOV(1, A64_R(0), A64_R(19)), ctx); in invoke_bpf_prog() 2150 emit(A64_MOV(1, A64_R(20), A64_R(0)), ctx); in invoke_bpf_prog() 2173 emit(A64_MOV(1, A64_R(0), A64_R(19)), ctx); in invoke_bpf_prog() [all …]
|
| H A D | bpf_jit.h | 13 #define A64_R(x) AARCH64_INSN_REG_##x macro
|