Searched refs:pc_ret0 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/net/
H A Dbpf_jit_comp.c178 if (ctx->pc_ret0 != -1) { bpf_jit_build_body()
179 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); bpf_jit_build_body()
264 if (ctx->pc_ret0 == -1) bpf_jit_build_body()
265 ctx->pc_ret0 = i; bpf_jit_build_body()
352 if (ctx->pc_ret0 != -1) { bpf_jit_build_body()
353 PPC_BCC(COND_EQ, addrs[ctx->pc_ret0]); bpf_jit_build_body()
624 cgctx.pc_ret0 = -1; bpf_jit_compile()
H A Dbpf_jit.h314 int pc_ret0; /* bpf index of first RET #0 instruction (if any) */ member in struct:codegen_context
/linux-4.4.14/arch/sparc/net/
H A Dbpf_jit_comp.c368 int i, flen = fp->len, pc_ret0 = -1; bpf_jit_compile() local
502 if (pc_ret0 > 0) { bpf_jit_compile()
503 t_offset = addrs[pc_ret0 - 1]; bpf_jit_compile()
537 if (pc_ret0 == -1) bpf_jit_compile()
538 pc_ret0 = i; bpf_jit_compile()

Completed in 88 milliseconds