Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/net/
Dbpf_jit_comp.c33 struct bpf_jit { struct
34 u32 seen; /* Flags to remember seen eBPF instructions */
35 u32 seen_reg[16]; /* Array to remember which registers are used */
36 u32 *addrs; /* Array with relative instruction addresses */
37 u8 *prg_buf; /* Start of program */
38 int size; /* Size of program and literal pool */
39 int size_prg; /* Size of program */
40 int prg; /* Current position in program */
41 int lit_start; /* Start of literal pool */
42 int lit; /* Current position in literal pool */
[all …]