Searched refs:emit_atomic_ld_st (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 840 static int emit_atomic_ld_st(const struct bpf_insn insn, struct codegen_context *ctx, u32 *image) in emit_atomic_ld_st() function 1491 ret = emit_atomic_ld_st(insn[i], ctx, image); in bpf_jit_build_body()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 564 static int emit_atomic_ld_st(u8 rd, u8 rs, const struct bpf_insn *insn, in emit_atomic_ld_st() function 1978 ret = emit_atomic_ld_st(rd, rs, insn, ctx); in bpf_jit_emit_insn()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 704 static int emit_atomic_ld_st(const struct bpf_insn *insn, struct jit_ctx *ctx) in emit_atomic_ld_st() function 1879 ret = emit_atomic_ld_st(insn, ctx); in build_insn()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 1397 static int emit_atomic_ld_st(u8 **pprog, u32 atomic_op, u32 dst_reg, in emit_atomic_ld_st() function 2409 err = emit_atomic_ld_st(&prog, insn->imm, dst_reg, src_reg, in do_jit()
|