Searched refs:bargs_off (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2292 int bargs_off, int retval_off, int run_ctx_off, in invoke_bpf_prog() argument 2334 emit(A64_ADD_I(1, A64_R(0), A64_SP, bargs_off), ctx); in invoke_bpf_prog() 2359 int bargs_off, int retval_off, int run_ctx_off, in invoke_bpf_mod_ret() argument 2369 invoke_bpf_prog(ctx, tl->links[i], bargs_off, retval_off, in invoke_bpf_mod_ret() 2446 static void save_args(struct jit_ctx *ctx, int bargs_off, int oargs_off, in save_args() argument 2463 A64_LDR64I(reg, A64_SP, bargs_off) : in save_args() 2464 A64_STR64I(reg, A64_SP, bargs_off), in save_args() 2466 bargs_off += 8; in save_args() 2470 doff = (for_call_origin ? oargs_off : bargs_off); in save_args() 2490 static void restore_args(struct jit_ctx *ctx, int bargs_off, int nregs) in restore_args() argument [all …]
|