Home
last modified time | relevance | path

Searched refs:prologue_bytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/mips/net/
Dbpf_jit.c99 unsigned int prologue_bytes; member
478 (ctx->idx * 4 - ctx->prologue_bytes) - 4; in b_imm()
1231 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()
/Linux-v5.10/arch/arm/net/
Dbpf_jit_32.c191 unsigned int prologue_bytes; member
376 offset += ctx->prologue_bytes; in imm_offset()
1213 emit(ARM_ADD_I(tmp[1], tmp[1], ctx->prologue_bytes), ctx); in emit_bpf_tail_call()
1933 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()