Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp.c33 u32 tmp_idx; in bpf_jit_fixup_addresses() local
60 tmp_idx = ctx->idx; in bpf_jit_fixup_addresses()
68 ctx->idx = tmp_idx; in bpf_jit_fixup_addresses()
70 tmp_idx = ctx->idx; in bpf_jit_fixup_addresses()
84 ctx->idx = tmp_idx; in bpf_jit_fixup_addresses()
Dbpf_jit_comp64.c320 u32 tmp_idx; in bpf_jit_build_body() local
754 tmp_idx = ctx->idx * 4; in bpf_jit_build_body()
762 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
774 tmp_idx = ctx->idx * 4; in bpf_jit_build_body()
778 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
814 tmp_idx = ctx->idx; in bpf_jit_build_body()
817 for (j = ctx->idx - tmp_idx; j < 5; j++) in bpf_jit_build_body()
Dbpf_jit_comp32.c295 u32 tmp_idx; in bpf_jit_build_body() local
844 tmp_idx = ctx->idx; in bpf_jit_build_body()
848 for (j = ctx->idx - tmp_idx; j < 4; j++) in bpf_jit_build_body()
/arch/powerpc/mm/
Dmmu_decl.h141 extern void loadcam_multi(int first_idx, int num, int tmp_idx);
/arch/powerpc/kexec/
Dfile_load_64.c516 int tmp_idx, ret; in kdump_setup_usable_lmb() local
529 tmp_idx = um_info->idx; in kdump_setup_usable_lmb()
542 um_info->buf[tmp_idx] = in kdump_setup_usable_lmb()
543 cpu_to_be64((um_info->idx - tmp_idx - 1) / 2); in kdump_setup_usable_lmb()
/arch/arm/net/
Dbpf_jit_32.c1901 unsigned int tmp_idx; in bpf_int_jit_compile() local
1952 tmp_idx = ctx.idx; in bpf_int_jit_compile()
1954 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()
1959 tmp_idx = ctx.idx; in bpf_int_jit_compile()
1961 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()