Searched refs:prologue_len (Results 1 – 6 of 6) 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()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()
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()
104 ctx->prologue_len = ctx->ninsns; in bpf_int_jit_compile()
73 int prologue_len; member222 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()