Home
last modified time | relevance | path

Searched refs:prologue_len (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_core.c49 int pass = 0, prev_ninsns = 0, prologue_len, i; in bpf_int_jit_compile() local
102 ctx->prologue_len = ctx->ninsns - ctx->body_len; in bpf_int_jit_compile()
171 prologue_len = ctx->epilogue_offset - ctx->body_len; in bpf_int_jit_compile()
173 ctx->offset[i] += prologue_len; in bpf_int_jit_compile()
H A Dbpf_jit.h73 int prologue_len; member
H A Dbpf_jit_comp64.c1137 emit(hppa64_bl_long(ctx->prologue_len - 3 - HPPA_BRANCH_DISPLACEMENT), ctx); in bpf_jit_build_prologue()
H A Dbpf_jit_comp32.c1506 …emit(hppa_bne(HPPA_REG_TCC_IN_INIT, HPPA_REG_R1, ctx->prologue_len - 2 - HPPA_BRANCH_DISPLACEMENT)… in bpf_jit_build_prologue()
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_core.c104 ctx->prologue_len = ctx->ninsns; in bpf_int_jit_compile()
H A Dbpf_jit.h73 int prologue_len; member
222 from = (insn > 0) ? ctx->offset[insn - 1] : ctx->prologue_len; in rv_offset()
223 to = (insn + off > 0) ? ctx->offset[insn + off - 1] : ctx->prologue_len; in rv_offset()