Home | History | Annotate | Download | only in config

Lines Matching defs:isa_spec

162 static int isa_spec = BPF_V4;
200 isa_spec = BPF_V1;
202 isa_spec = BPF_V2;
204 isa_spec = BPF_V3;
206 isa_spec = BPF_V4;
208 isa_spec = BPF_XBPF;
215 isa_spec = BPF_XBPF;
1486 if (opcode->version > isa_spec)
1770 if (do_relax && isa_spec >= BPF_V4 && insn.is_relaxable)
1857 elf_elfheader (stdoutput)->e_flags |= (isa_spec & EF_BPF_CPUVER);