Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c196 #define PROLOGUE_SIZE 51 macro
239 BUILD_BUG_ON(cnt != PROLOGUE_SIZE); in emit_prologue()
303 EMIT4(0x48, 0x83, 0xC0, PROLOGUE_SIZE); /* add rax, prologue_size */ in emit_bpf_tail_call()