Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c286 #define PROLOGUE_OFFSET (BTI_INSNS + 2 + PAC_INSNS + 8) macro
358 if (cur_offset != PROLOGUE_OFFSET) { in build_prologue()
360 cur_offset, PROLOGUE_OFFSET); in build_prologue()
428 emit(A64_ADD_I(1, tmp, tmp, sizeof(u32) * PROLOGUE_OFFSET), ctx); in emit_bpf_tail_call()