Searched refs:tmp_idx (Results 1 – 4 of 4) sorted by relevance
339 u32 tmp_idx; in bpf_jit_build_body() local759 tmp_idx = ctx->idx * 4; in bpf_jit_build_body()767 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()772 tmp_idx = ctx->idx * 4; in bpf_jit_build_body()776 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()1091 u32 tmp_idx; in bpf_jit_fixup_subprog_calls() local1118 tmp_idx = ctx->idx; in bpf_jit_fixup_subprog_calls()1126 ctx->idx = tmp_idx; in bpf_jit_fixup_subprog_calls()
144 extern void loadcam_multi(int first_idx, int num, int tmp_idx);
1902 unsigned int tmp_idx; in bpf_int_jit_compile() local1953 tmp_idx = ctx.idx; in bpf_int_jit_compile()1955 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()1960 tmp_idx = ctx.idx; in bpf_int_jit_compile()1962 ctx.epilogue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()
1239 unsigned int alloc_size, tmp_idx; in bpf_jit_compile() local1255 tmp_idx = ctx.idx; in bpf_jit_compile()1257 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()