Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/riscv/net/
H A Dbpf_jit_comp64.c701 static void store_args(int nregs, int args_off, struct rv_jit_context *ctx) in store_args() argument
711 static void restore_args(int nregs, int args_off, struct rv_jit_context *ctx) in restore_args() argument
721 static int invoke_bpf_prog(struct bpf_tramp_link *l, int args_off, int retval_off, in invoke_bpf_prog() argument
794 int retval_off, args_off, nregs_of in __arch_prepare_bpf_trampoline() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c1799 static void save_args(struct jit_ctx *ctx, int args_off, int nregs) in save_args() argument
1809 static void restore_args(struct jit_ctx *ctx, int args_off, int nregs) in restore_args() argument
1707 invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l, int args_off, int retval_off, int run_ctx_off, bool save_ret) invoke_bpf_prog() argument
1774 invoke_bpf_mod_ret(struct jit_ctx *ctx, struct bpf_tramp_links *tl, int args_off, int retval_off, int run_ctx_off, __le32 **branches) invoke_bpf_mod_ret() argument
1839 int args_off; prepare_trampoline() local
[all...]

Completed in 4 milliseconds