Searched refs:restore_args (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/riscv/net/ |
D | bpf_jit_comp64.c | 711 static void restore_args(int nregs, int args_off, struct rv_jit_context *ctx) in restore_args() function 957 restore_args(nregs, args_off, ctx); in __arch_prepare_bpf_trampoline() 992 restore_args(nregs, args_off, ctx); in __arch_prepare_bpf_trampoline()
|
/Linux-v6.6/arch/arm64/net/ |
D | bpf_jit_comp.c | 1809 static void restore_args(struct jit_ctx *ctx, int args_off, int nregs) in restore_args() function 1965 restore_args(ctx, args_off, nregs); in prepare_trampoline() 1994 restore_args(ctx, args_off, nregs); in prepare_trampoline()
|