Searched refs:A64_STR64I (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 675 emit(A64_STR64I(tcc, ptr, 0), ctx); in emit_bpf_tail_call() 1797 emit(A64_STR64I(tmp, dst_adj, off_adj), ctx); in build_insn() 1857 emit(A64_STR64I(src, dst_adj, off_adj), ctx); in build_insn() 2306 emit(A64_STR64I(A64_ZR, A64_SP, run_ctx_off + cookie_off), ctx); in invoke_bpf_prog() 2309 emit(A64_STR64I(A64_R(10), A64_SP, run_ctx_off + cookie_off), in invoke_bpf_prog() 2341 emit(A64_STR64I(A64_R(0), A64_SP, retval_off), ctx); in invoke_bpf_prog() 2367 emit(A64_STR64I(A64_ZR, A64_SP, retval_off), ctx); in invoke_bpf_mod_ret() 2464 A64_STR64I(reg, A64_SP, bargs_off), in save_args() 2483 emit(A64_STR64I(tmp, A64_SP, doff), ctx); in save_args() 2509 emit(A64_STR64I(A64_R(10), A64_SP, func_meta_off), ctx); in store_func_meta() [all …]
|
| H A D | bpf_jit.h | 86 #define A64_STR64I(Xt, Xn, imm) A64_LS_IMM(Xt, Xn, imm, 64, STORE) macro
|