Home
last modified time | relevance | path

Searched refs:jit_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.c188 ctx->jit_index - 1) * sizeof(u32); in get_offset()
866 ctx->changes += INDEX(*descp) != ctx->jit_index; in build_body()
868 *descp |= ctx->jit_index; in build_body()
878 descp[1] = ctx->jit_index; in build_body()
883 ctx->descriptors[prog->len] = ctx->jit_index; in build_body()
967 ctx.jit_index = 0; in bpf_int_jit_compile()
969 tmp_idx = ctx.jit_index; in bpf_int_jit_compile()
973 ctx.jit_index = tmp_idx; in bpf_int_jit_compile()
987 image_size = sizeof(u32) * ctx.jit_index; in bpf_int_jit_compile()
999 ctx.jit_index = 0; in bpf_int_jit_compile()
[all …]
H A Dbpf_jit_comp.h80 u32 jit_index; /* Index of current JIT target insn */ member
93 u32 *p = &(ctx)->target[ctx->jit_index]; \
96 (ctx)->jit_index++; \