Lines Matching defs:out
217 pr_err("eBPF: address of %ps out of range of pcrel address.\n",
230 pr_err("eBPF: address of %ps out of range of kernel_toc.\n", (void *)func);
276 static int bpf_jit_emit_tail_call(u32 *image, struct codegen_context *ctx, u32 out)
293 * goto out;
298 PPC_BCC_SHORT(COND_GE, out);
302 * goto out;
306 PPC_BCC_SHORT(COND_GE, out);
321 * goto out;
324 PPC_BCC_SHORT(COND_EQ, out);
337 /* out: */