Searched refs:emit_atomic_r (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 178 void emit_atomic_r(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 code);
|
H A D | bpf_jit_comp64.c | 871 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 D | bpf_jit_comp.c | 409 void emit_atomic_r(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r() function
|
H A D | bpf_jit_comp32.c | 1702 emit_atomic_r(ctx, lo(dst), lo(src), off, imm); in build_insn()
|