Home
last modified time | relevance | path

Searched refs:tmp_idx (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/net/
Dbpf_jit_comp64.c339 u32 tmp_idx; in bpf_jit_build_body() local
759 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() local
1118 tmp_idx = ctx->idx; in bpf_jit_fixup_subprog_calls()
1126 ctx->idx = tmp_idx; in bpf_jit_fixup_subprog_calls()
/arch/powerpc/mm/
Dmmu_decl.h144 extern void loadcam_multi(int first_idx, int num, int tmp_idx);
/arch/arm/net/
Dbpf_jit_32.c1902 unsigned int tmp_idx; in bpf_int_jit_compile() local
1953 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()
/arch/mips/net/
Dbpf_jit.c1239 unsigned int alloc_size, tmp_idx; in bpf_jit_compile() local
1255 tmp_idx = ctx.idx; in bpf_jit_compile()
1257 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()