Searched refs:BPF_NEG (Results 1 – 25 of 46) sorted by relevance
12
/external/strace/xlat/ |
D | bpf_op_alu.h | 62 #if defined(BPF_NEG) || (defined(HAVE_DECL_BPF_NEG) && HAVE_DECL_BPF_NEG) 64 static_assert((BPF_NEG) == (0x80), "BPF_NEG != 0x80"); 67 # define BPF_NEG 0x80 123 XLAT(BPF_NEG),
|
D | bpf_op_alu.in | 9 BPF_NEG 0x80
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf_common.h | 40 #define BPF_NEG 0x80 macro
|
/external/bcc/src/cc/compat/linux/ |
D | bpf_common.h | 38 #define BPF_NEG 0x80 macro
|
/external/iproute2/include/uapi/linux/ |
D | bpf_common.h | 39 #define BPF_NEG 0x80 macro
|
/external/elfutils/lib/ |
D | bpf.h | 53 #define BPF_NEG 0x80 macro
|
/external/iptables/include/linux/ |
D | filter.h | 72 #define BPF_NEG 0x80 macro
|
/external/libpcap/ |
D | bpf_filter.c | 378 case BPF_ALU|BPF_NEG: in bpf_filter_with_aux_data() 471 case BPF_NEG: in bpf_validate()
|
D | bpf_image.c | 307 case BPF_ALU|BPF_NEG: in bpf_image()
|
D | optimize.c | 1094 case BPF_ALU|BPF_NEG: in opt_stmt() 1187 else if (op == BPF_NEG) { in opt_stmt()
|
/external/libpcap/pcap/ |
D | bpf.h | 161 #define BPF_NEG 0x80 macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFInstrFormats.td | 41 def BPF_NEG : BPFArithOp<0x8>;
|
D | BPFInstrInfo.td | 260 def NEG_64: NEG_RR<BPF_ALU64, BPF_NEG, (outs GPR:$dst), (ins GPR:$src), 263 def NEG_32: NEG_RR<BPF_ALU, BPF_NEG, (outs GPR32:$dst), (ins GPR32:$src),
|
/external/elfutils/libcpu/ |
D | bpf_disasm.c | 321 case BPF_ALU | BPF_NEG: in bpf_disasm() 324 case BPF_ALU64 | BPF_NEG: in bpf_disasm()
|
/external/syzkaller/sys/linux/ |
D | bpf.txt | 171 define BPF_NEG0 BPF_NEG >> 4
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 149 BPF_NEG = 0x80 const
|
D | zerrors_dragonfly_amd64.go | 130 BPF_NEG = 0x80 const
|
D | zerrors_openbsd_arm.go | 134 BPF_NEG = 0x80 const
|
D | zerrors_openbsd_amd64.go | 135 BPF_NEG = 0x80 const
|
D | zerrors_openbsd_386.go | 134 BPF_NEG = 0x80 const
|
D | zerrors_darwin_386.go | 209 BPF_NEG = 0x80 const
|
D | zerrors_darwin_arm64.go | 209 BPF_NEG = 0x80 const
|
D | zerrors_darwin_amd64.go | 209 BPF_NEG = 0x80 const
|
D | zerrors_netbsd_arm.go | 138 BPF_NEG = 0x80 const
|
D | zerrors_darwin_arm.go | 209 BPF_NEG = 0x80 const
|
12