Searched refs:prologue_len (Results 1 – 5 of 5) sorted by relevance
49 int pass = 0, prev_ninsns = 0, prologue_len, i; in bpf_int_jit_compile() local102 ctx->prologue_len = ctx->ninsns - ctx->body_len; in bpf_int_jit_compile()177 prologue_len = ctx->epilogue_offset - ctx->body_len; in bpf_int_jit_compile()179 ctx->offset[i] += prologue_len; in bpf_int_jit_compile()
73 int prologue_len; member
1137 emit(hppa64_bl_long(ctx->prologue_len - 3 - HPPA_BRANCH_DISPLACEMENT), ctx); in bpf_jit_build_prologue()
1506 …emit(hppa_bne(HPPA_REG_TCC_IN_INIT, HPPA_REG_R1, ctx->prologue_len - 2 - HPPA_BRANCH_DISPLACEMENT)… in bpf_jit_build_prologue()
83 int prologue_len; member234 from = (insn > 0) ? ctx->offset[insn - 1] : ctx->prologue_len; in rv_offset()235 to = (insn + off > 0) ? ctx->offset[insn + off - 1] : ctx->prologue_len; in rv_offset()