Home
last modified time | relevance | path

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

/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()
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()
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()
/linux/arch/riscv/net/
H A Dbpf_jit_core.c106 ctx->prologue_len = ctx->ninsns; in bpf_int_jit_compile()