/external/strace/xlat/ |
D | bpf_op_alu.h | 76 #if defined(BPF_XOR) || (defined(HAVE_DECL_BPF_XOR) && HAVE_DECL_BPF_XOR) 78 static_assert((BPF_XOR) == (0xa0), "BPF_XOR != 0xa0"); 81 # define BPF_XOR 0xa0 125 XLAT(BPF_XOR),
|
D | bpf_op_alu.in | 11 BPF_XOR 0xa0
|
/external/libpcap/ |
D | bpf_filter.c | 309 case BPF_ALU|BPF_XOR|BPF_X: in pcap_filter_with_aux_data() 355 case BPF_ALU|BPF_XOR|BPF_K: in pcap_filter_with_aux_data() 459 case BPF_XOR: in pcap_validate_filter()
|
D | bpf_image.c | 324 case BPF_ALU|BPF_XOR|BPF_X: in bpf_image() 381 case BPF_ALU|BPF_XOR|BPF_K: in bpf_image()
|
D | optimize.c | 821 case BPF_XOR: in fold_op() 1273 case BPF_ALU|BPF_XOR|BPF_K: in opt_stmt() 1292 op == BPF_OR || op == BPF_XOR) { in opt_stmt() 1324 case BPF_ALU|BPF_XOR|BPF_X: in opt_stmt() 1359 if (op == BPF_ADD || op == BPF_OR || op == BPF_XOR) { in opt_stmt()
|
D | grammar.y.in | 756 | arth '^' arth { CHECK_PTR_VAL(($$ = gen_arth(cstate, BPF_XOR, $1, $3))); }
|
D | grammar.c | 3240 … { CHECK_PTR_VAL(((yyval.a) = gen_arth(cstate, BPF_XOR, (yyvsp[-2].a), (yyvsp[0].a)))); } in yyparse()
|
/external/bcc/src/cc/compat/linux/ |
D | bpf_common.h | 42 #define BPF_XOR 0xa0 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf_common.h | 42 #define BPF_XOR 0xa0 macro
|
/external/iproute2/include/uapi/linux/ |
D | bpf_common.h | 41 #define BPF_XOR 0xa0 macro
|
/external/elfutils/lib/ |
D | bpf.h | 55 #define BPF_XOR 0xa0 macro
|
/external/elfutils/libcpu/ |
D | bpf_disasm.c | 200 case BPF_ALU | BPF_XOR | BPF_K: in bpf_disasm() 237 case BPF_ALU | BPF_XOR | BPF_X: in bpf_disasm() 274 case BPF_ALU64 | BPF_XOR | BPF_K: in bpf_disasm() 311 case BPF_ALU64 | BPF_XOR | BPF_X: in bpf_disasm()
|
/external/iptables/include/linux/ |
D | filter.h | 74 #define BPF_XOR 0xa0 macro
|
/external/libpcap/pcap/ |
D | bpf.h | 176 #define BPF_XOR 0xa0 macro
|
/external/linux-kselftest/tools/testing/selftests/bpf/verifier/ |
D | basic_instr.c | 22 BPF_ALU32_REG(BPF_XOR, BPF_REG_2, BPF_REG_2),
|
D | subreg.c | 338 BPF_ALU32_REG(BPF_XOR, BPF_REG_0, BPF_REG_1), 351 BPF_ALU32_IMM(BPF_XOR, BPF_REG_0, 1),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrFormats.td | 42 def BPF_XOR : BPFArithOp<0xa>;
|
D | BPFInstrInfo.td | 296 defm XOR : ALU<BPF_XOR, "^=", xor>;
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFInstrFormats.td | 42 def BPF_XOR : BPFArithOp<0xa>;
|
D | BPFInstrInfo.td | 296 defm XOR : ALU<BPF_XOR, "^=", xor>; 681 def XXORW32 : ATOMIC32_NOFETCH<BPF_XOR, "^">; 687 def XXORD : ATOMIC_NOFETCH<BPF_XOR, "^">; 732 def XFXORW32 : XFALU32<BPF_W, BPF_XOR, "u32", "xor", atomic_load_xor_32>; 738 def XFXORD : XFALU64<BPF_DW, BPF_XOR, "u64", "xor", atomic_load_xor_64>;
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_verifier.c | 216 insn[i++] = BPF_ALU64_REG(BPF_XOR, BPF_REG_0, BPF_REG_1); in bpf_fill_rand_ld_dw() 220 insn[i++] = BPF_ALU64_REG(BPF_XOR, BPF_REG_0, BPF_REG_1); in bpf_fill_rand_ld_dw()
|
/external/crosvm/net_sys/src/ |
D | if_tun.rs | 160 pub const BPF_XOR: ::std::os::raw::c_uint = 160; constant
|
/external/llvm-project/llvm/docs/ |
D | CodeGenerator.rst | 2571 BPF_XOR 0xa bitwise logical XOR
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 2522 BPF_XOR 0xa bitwise logical XOR
|