Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/net/
H A Dbpf_jit_comp.c37 struct bpf_jit { struct
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 */
47 int lit64_start; /* Start of 64-bit literal pool */
49 int base_ip; /* Base address for literal pool */
50 int exit_ip; /* Address of exit */
53 int tail_call_start; /* Tail call start offset */
[all …]