Home
last modified time | relevance | path

Searched refs:emit_store_stack_imm64 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c899 static void emit_store_stack_imm64(u8 reg, int stack_off, u64 imm64, in emit_store_stack_imm64() function
915 emit_store_stack_imm64(RV_REG_T1, -run_ctx_off + cookie_off, node->cookie, ctx); in invoke_bpf_prog()
981 emit_store_stack_imm64(RV_REG_T1, -func_meta_off, meta, ctx); in invoke_bpf()
1150 emit_store_stack_imm64(RV_REG_T1, -ip_off, (u64)func_addr, ctx); in __arch_prepare_bpf_trampoline()
1153 emit_store_stack_imm64(RV_REG_T1, -func_meta_off, func_meta, ctx); in __arch_prepare_bpf_trampoline()
1230 emit_store_stack_imm64(RV_REG_T1, -func_meta_off, func_meta, ctx); in __arch_prepare_bpf_trampoline()
/linux/arch/loongarch/net/
H A Dbpf_jit.c340 static void emit_store_stack_imm64(struct jit_ctx *ctx, int reg, int stack_off, u64 imm64) in emit_store_stack_imm64() function
1708 emit_store_stack_imm64(ctx, LOONGARCH_GPR_T1, in invoke_bpf_prog()
1774 emit_store_stack_imm64(ctx, LOONGARCH_GPR_T1, -func_meta_off, meta); in invoke_bpf()
1986 emit_store_stack_imm64(ctx, LOONGARCH_GPR_T1, -ip_off, (u64)func_addr); in __arch_prepare_bpf_trampoline()
1990 emit_store_stack_imm64(ctx, LOONGARCH_GPR_T1, -func_meta_off, func_meta); in __arch_prepare_bpf_trampoline()
2068 emit_store_stack_imm64(ctx, LOONGARCH_GPR_T1, -func_meta_off, func_meta); in __arch_prepare_bpf_trampoline()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c1323 static void emit_store_stack_imm64(u8 **pprog, int reg, int stack_off, u64 imm64) in emit_store_stack_imm64() function
3344 emit_store_stack_imm64(&prog, BPF_REG_0, -func_meta_off, in invoke_bpf()
3614 emit_store_stack_imm64(&prog, BPF_REG_0, -func_meta_off, func_meta); in __arch_prepare_bpf_trampoline()
3618 emit_store_stack_imm64(&prog, BPF_REG_0, -ip_off, (long)func_addr); in __arch_prepare_bpf_trampoline()
3636 emit_store_stack_imm64(&prog, BPF_REG_0, -cookie_off + 8 * i, 0); in __arch_prepare_bpf_trampoline()
3638 emit_store_stack_imm64(&prog, BPF_REG_0, -8, 0); in __arch_prepare_bpf_trampoline()
3707 emit_store_stack_imm64(&prog, BPF_REG_0, -func_meta_off, func_meta); in __arch_prepare_bpf_trampoline()