Home
last modified time | relevance | path

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

/linux/arch/loongarch/net/
H A Dbpf_jit.c1659 static void store_args(struct jit_ctx *ctx, int nr_arg_slots, int args_off) in store_args()
1676 static void restore_args(struct jit_ctx *ctx, int nr_reg_args, int args_off) in restore_args()
1686 static void restore_stk_args(struct jit_ctx *ctx, int nr_stk_args, int args_off, int stk_args_off) in restore_stk_args()
1700 int args_off, int retval_off, int run_ctx_off, bool save_ret) in invoke_bpf_prog()
1763 int args_off, int retval_off, int run_ctx_off, in invoke_bpf()
1837 int stack_size, args_off, stk_args_off, nr_arg_slots = 0; in __arch_prepare_bpf_trampoline() local
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c860 static void store_args(int nr_arg_slots, int args_off, struct rv_jit_context *ctx) in store_args()
876 static void restore_args(int nr_reg_args, int args_off, struct rv_jit_context *ctx) in restore_args()
886 static void restore_stack_args(int nr_stack_args, int args_off, int stk_arg_off, in restore_stack_args()
907 static int invoke_bpf_prog(struct bpf_tramp_node *node, int args_off, int retval_off, in invoke_bpf_prog()
969 static int invoke_bpf(struct bpf_tramp_nodes *tn, int args_off, int retval_off, in invoke_bpf()
1001 int retval_off, args_off, func_meta_off, ip_off; in __arch_prepare_bpf_trampoline() local