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

/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c276 #define X86_TAIL_CALL_OFFSET (11 + ENDBR_INSN_SIZE) macro
408 * bpf_tail_call helper will skip the first X86_TAIL_CALL_OFFSET bytes
449 /* X86_TAIL_CALL_OFFSET is here */
671 /* goto *(prog->bpf_func + X86_TAIL_CALL_OFFSET); */
674 EMIT4(0x48, 0x83, 0xC1, /* add rcx, X86_TAIL_CALL_OFFSET */
675 X86_TAIL_CALL_OFFSET);
679 * rcx == prog->bpf_func + X86_TAIL_CALL_OFFSET
711 poke->adj_off = X86_TAIL_CALL_OFFSET;

Completed in 82 milliseconds