Lines Matching refs:pass
64 int pass;
104 /* During extra pass, ensure index is reset before repopulating extable entries */
121 /* Scouting faux-generate pass 0 */
129 * If we have seen a tail call, we need a second pass.
132 * We also need a second pass if we ended up with too large
172 for (pass = 1; pass < 3; pass++) {
177 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, pass, extra_pass)) {
185 pr_info("Pass %d: shrink = %d, seen = 0x%x\n", pass,
194 bpf_jit_dump(flen, proglen, pass, code_base);
233 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, int pass, struct codegen_context *ctx,
241 /* Populate extable entries only in the last pass */
242 if (pass != 2)