Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_core.c92 ctx->prologue_len = ctx->ninsns; in bpf_int_jit_compile()
H A Dbpf_jit.h76 int prologue_len; member
225 from = (insn > 0) ? ctx->offset[insn - 1] : ctx->prologue_len; in rv_offset()
226 to = (insn + off > 0) ? ctx->offset[insn + off - 1] : ctx->prologue_len; in rv_offset()
/linux/arch/parisc/net/
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()