Home
last modified time | relevance | path

Searched defs:bpf_jit (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c36 struct bpf_jit { struct
40 u8 *prg_buf; /* Start of program */
41 int size; /* Size of program and literal pool */
42 int size_prg; /* Size of program */
43 int prg; /* Current position in program */
44 int lit32_start; /* Start of 32-bit literal pool */
46 int lit64_start; /* Start of 64-bit literal pool */
48 int base_ip; /* Base address for literal pool */
49 int exit_ip; /* Address of exit */
52 int tail_call_start; /* Tail call start offset */
[all …]