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.c1196 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx() function
1301 emit_stx(pprog, BPF_DW, BPF_REG_FP, reg, stack_off); in emit_store_stack_imm64()
1407 emit_stx(pprog, bpf_size, dst_reg, src_reg, off); in emit_atomic_ld_st()
2147 emit_stx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn->off); in do_jit()
2907 emit_stx(prog, BPF_DW, BPF_REG_FP, BPF_REG_0, in save_args()
2927 emit_stx(prog, BPF_DW, BPF_REG_FP, in save_args()
2992 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_1, -run_ctx_off + ctx_cookie_off); in invoke_bpf_prog()
3038 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -8); in invoke_bpf_prog()
3121 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -8); in invoke_bpf_mod_ret()
3363 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.c548 static void emit_stx(u8 rd, s16 off, u8 rs, u8 size, struct rv_jit_context *ctx) in emit_stx() function
596 emit_stx(rd, off, rs, BPF_SIZE(code), ctx); in emit_atomic_ld_st()
1961 emit_stx(rd, off, rs, BPF_SIZE(code), ctx); in bpf_jit_emit_insn()