Symbol: build_insn
arch/arm/net/bpf_jit_32.c
2108
ret = build_insn(insn, ctx);
arch/arm64/net/bpf_jit_comp.c
1921
ret = build_insn(insn, ctx, extra_pass);
arch/loongarch/net/bpf_jit.c
1290
ret = build_insn(insn, ctx, extra_pass);
arch/mips/mm/uasm.c
150
static void build_insn(u32 **buf, enum opcode opc, ...);
arch/mips/mm/uasm.c
155
build_insn(buf, insn##op, a, b, c); \
arch/mips/mm/uasm.c
162
build_insn(buf, insn##op, b, c, a); \
arch/mips/mm/uasm.c
169
build_insn(buf, insn##op, b, a, c); \
arch/mips/mm/uasm.c
176
build_insn(buf, insn##op, c, b, a); \
arch/mips/mm/uasm.c
183
build_insn(buf, insn##op, b, c, a); \
arch/mips/mm/uasm.c
190
build_insn(buf, insn##op, a, b, c); \
arch/mips/mm/uasm.c
197
build_insn(buf, insn##op, c, a, b); \
arch/mips/mm/uasm.c
204
build_insn(buf, insn##op, b, a, c); \
arch/mips/mm/uasm.c
211
build_insn(buf, insn##op, b, a, c+d-1, c); \
arch/mips/mm/uasm.c
218
build_insn(buf, insn##op, b, a, c+d-33, c); \
arch/mips/mm/uasm.c
225
build_insn(buf, insn##op, b, a, c+d-33, c-32); \
arch/mips/mm/uasm.c
232
build_insn(buf, insn##op, b, a, d-1, c); \
arch/mips/mm/uasm.c
239
build_insn(buf, insn##op, a, b); \
arch/mips/mm/uasm.c
246
build_insn(buf, insn##op, b, a); \
arch/mips/mm/uasm.c
253
build_insn(buf, insn##op, a, b); \
arch/mips/mm/uasm.c
260
build_insn(buf, insn##op, a); \
arch/mips/mm/uasm.c
267
build_insn(buf, insn##op); \
arch/mips/mm/uasm.c
403
build_insn(buf, insn_pref, c, 28, b);
arch/mips/mm/uasm.c
405
build_insn(buf, insn_pref, c, a, b);
arch/mips/net/bpf_jit_comp.c
871
ret = build_insn(insn, ctx);
arch/mips/net/bpf_jit_comp.h
233
int build_insn(const struct bpf_insn *insn, struct jit_context *ctx);
arch/sparc/net/bpf_jit_comp_64.c
1447
ret = build_insn(insn, ctx);