Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/net/
H A Dbpf_jit.c99 unsigned int prologue_bytes; member
478 (ctx->idx * 4 - ctx->prologue_bytes) - 4; in b_imm()
1257 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()
/OK3568_Linux_fs/kernel/arch/arm/net/
H A Dbpf_jit_32.c203 unsigned int prologue_bytes; member
388 offset += ctx->prologue_bytes; in imm_offset()
1232 emit(ARM_ADD_I(tmp[1], tmp[1], ctx->prologue_bytes), ctx); in emit_bpf_tail_call()
1955 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()