Home
last modified time | relevance | path

Searched defs:args_off (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/riscv/net/
Dbpf_jit_comp64.c699 static void store_args(int nr_arg_slots, int args_off, struct rv_jit_context *ctx) in store_args()
715 static void restore_args(int nr_reg_args, int args_off, struct rv_jit_context *ctx) in restore_args()
725 static void restore_stack_args(int nr_stack_args, int args_off, int stk_arg_off, in restore_stack_args()
738 static int invoke_bpf_prog(struct bpf_tramp_link *l, int args_off, int retval_off, in invoke_bpf_prog()
811 int retval_off, args_off, nregs_off, ip_off, run_ctx_off, sreg_off, stk_arg_off; in __arch_prepare_bpf_trampoline() local
/linux-6.12.1/arch/arm64/net/
Dbpf_jit_comp.c1986 int args_off, int retval_off, int run_ctx_off, in invoke_bpf_prog()
2053 int args_off, int retval_off, int run_ctx_off, in invoke_bpf_mod_ret()
2077 static void save_args(struct jit_ctx *ctx, int args_off, int nregs) in save_args()
2087 static void restore_args(struct jit_ctx *ctx, int args_off, int nregs) in restore_args()
2117 int args_off; in prepare_trampoline() local