Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.h178 void emit_atomic_r(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 code);
H A Dbpf_jit_comp64.c871 emit_atomic_r(ctx, tmp, src, off, imm); in build_insn()
875 emit_atomic_r(ctx, dst, MIPS_R_T4, off, imm); in build_insn()
H A Dbpf_jit_comp.c409 void emit_atomic_r(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r() function
H A Dbpf_jit_comp32.c1702 emit_atomic_r(ctx, lo(dst), lo(src), off, imm); in build_insn()