Searched refs:emit_cmpxchg_r (Results 1 – 4 of 4) sorted by relevance
/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 181 void emit_cmpxchg_r(struct jit_context *ctx, u8 dst, u8 src, u8 res, s16 off);
|
H A D | bpf_jit_comp.c | 445 void emit_cmpxchg_r(struct jit_context *ctx, u8 dst, u8 src, u8 res, s16 off) in emit_cmpxchg_r() function
|
H A D | bpf_jit_comp64.c | 888 emit_cmpxchg_r(ctx, dst, MIPS_R_T5, tmp, off); in build_insn()
|
H A D | bpf_jit_comp32.c | 1711 emit_cmpxchg_r(ctx, lo(dst), lo(src), in build_insn()
|