Searched refs:args_off (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit_comp.c | 1643 int args_off, int retval_off, int run_ctx_off, in invoke_bpf_prog() argument 1690 emit(A64_ADD_I(1, A64_R(0), A64_SP, args_off), ctx); in invoke_bpf_prog() 1715 int args_off, int retval_off, int run_ctx_off, in invoke_bpf_mod_ret() argument 1725 invoke_bpf_prog(ctx, tl->links[i], args_off, retval_off, in invoke_bpf_mod_ret() 1739 static void save_args(struct jit_ctx *ctx, int args_off, int nargs) in save_args() argument 1744 emit(A64_STR64I(i, A64_SP, args_off), ctx); in save_args() 1745 args_off += 8; in save_args() 1749 static void restore_args(struct jit_ctx *ctx, int args_off, int nargs) in restore_args() argument 1754 emit(A64_LDR64I(i, A64_SP, args_off), ctx); in restore_args() 1755 args_off += 8; in restore_args() [all …]
|
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp.c | 2050 int regs_off, ip_off, args_off, stack_size = nr_args * 8, run_ctx_off; in arch_prepare_bpf_trampoline() local 2099 args_off = stack_size; in arch_prepare_bpf_trampoline() 2131 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -args_off); in arch_prepare_bpf_trampoline()
|