Home
last modified time | relevance | path

Searched refs:BPF_DIV (Results 1 – 5 of 5) sorted by relevance

/third_party/iptables/include/linux/
Dfilter.h67 #define BPF_DIV 0x30 macro
/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_prog05.c115 BPF_ALU32_REG(BPF_DIV, BPF_REG_7, BPF_REG_6), in load_prog()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrFormats.td36 def BPF_DIV : BPFArithOp<0x3>;
DBPFInstrInfo.td300 defm DIV : ALU<BPF_DIV, "/=", udiv>;
/third_party/ltp/include/lapi/
Dbpf.h41 #define BPF_DIV 0x30 macro