Searched defs:insn1 (Results 1 – 7 of 7) sorted by relevance
207 #define _ALTERNATIVE_CFG(insn1, insn2, cap, cfg, ...) \ argument
1049 struct bpf_insn insn1 = insn[1]; in bpf_jit_emit_insn() local
1234 struct bpf_insn insn1 = insn[1]; in bpf_jit_emit_insn() local
104 static void emit2(struct bpf_gen *gen, struct bpf_insn insn1, struct bpf_insn insn2) in emit2()
1107 const struct bpf_insn insn1 = insn[1]; in build_insn() local
1245 const struct bpf_insn insn1 = insn[1]; in build_insn() local
1343 static bool same_function(struct instruction *insn1, struct instruction *insn2) in same_function()