Home
last modified time | relevance | path

Searched refs:emit_stx (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/net/
H A Dbpf_jit_comp.c1225 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx() function
1330 emit_stx(pprog, BPF_DW, BPF_REG_FP, reg, stack_off); in emit_store_stack_imm64()
1436 emit_stx(pprog, bpf_size, dst_reg, src_reg, off); in emit_atomic_ld_st()
2318 emit_stx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn_off); in do_jit()
3150 emit_stx(prog, BPF_DW, BPF_REG_FP, BPF_REG_0, in save_args()
3176 emit_stx(prog, BPF_DW, BPF_REG_FP, src, -stack_size); in save_args()
3239 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_1, -run_ctx_off + ctx_cookie_off); in invoke_bpf_prog()
3285 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -8); in invoke_bpf_prog()
3368 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -8); in invoke_bpf_mod_ret()
3610 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_6, -rbx_off); in __arch_prepare_bpf_trampoline()
[all …]
/linux/arch/mips/net/
H A Dbpf_jit_comp64.c358 static void emit_stx(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 size) in emit_stx() function
836 emit_stx(ctx, dst, MIPS_R_T4, off, BPF_SIZE(code)); in build_insn()
843 emit_stx(ctx, dst, src, off, BPF_SIZE(code)); in build_insn()
H A Dbpf_jit_comp32.c689 static void emit_stx(struct jit_context *ctx, in emit_stx() function
1677 emit_stx(ctx, lo(dst), tmp, off, BPF_SIZE(code)); in build_insn()
1684 emit_stx(ctx, lo(dst), src, off, BPF_SIZE(code)); in build_insn()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c518 static void emit_stx(u8 rd, s16 off, u8 rs, u8 size, struct rv_jit_context *ctx) in emit_stx() function
566 emit_stx(rd, off, rs, BPF_SIZE(code), ctx); in emit_atomic_ld_st()
1974 emit_stx(rd, off, rs, BPF_SIZE(code), ctx); in bpf_jit_emit_insn()