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

/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c285 * // PROLOGUE_OFFSET
295 #define PROLOGUE_OFFSET (BTI_INSNS + 2 + PAC_INSNS + 8) macro
383 if (cur_offset != PROLOGUE_OFFSET) {
384 pr_err_once("PROLOGUE_OFFSET = %d, expected %d!\n",
385 cur_offset, PROLOGUE_OFFSET);
467 emit(A64_ADD_I(1, tmp, tmp, sizeof(u32) * PROLOGUE_OFFSET), ctx);

Completed in 115 milliseconds