Home
last modified time | relevance | path

Searched refs:BPF_JGE (Results 1 – 8 of 8) sorted by relevance

/third_party/libbpf/include/uapi/linux/
Dbpf_common.h47 #define BPF_JGE 0x30 macro
/third_party/elfutils/lib/
Dbpf.h63 #define BPF_JGE 0x30 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-aarch64.txt15 BPF_JGE
Dlinux-x86_64.txt15 BPF_JGE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrFormats.td61 def BPF_JGE : BPFJumpOp<0x3>;
DBPFInstrInfo.td232 defm JUGE : J<BPF_JGE, ">=", BPF_CC_GEU, BPF_CC_GEU_32>;
/third_party/elfutils/libcpu/
Dbpf_disasm.c334 case BPF_JMP | BPF_JGE | BPF_K: in bpf_disasm()
368 case BPF_JMP | BPF_JGE | BPF_X: in bpf_disasm()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2204 pub const BPF_JGE: ::__u32 = 0x30; constant