Searched defs:bpf_jit (Results 1 – 1 of 1) sorted by relevance
37 struct bpf_jit { struct38 u32 seen; /* Flags to remember seen eBPF instructions */39 u16 seen_regs; /* Mask to remember which registers are used */40 u32 *addrs; /* Array with relative instruction addresses */41 u8 *prg_buf; /* Start of program */42 int size; /* Size of program and literal pool */43 int size_prg; /* Size of program */44 int prg; /* Current position in program */45 int lit32_start; /* Start of 32-bit literal pool */46 int lit32; /* Current position in 32-bit literal pool */[all …]