Lines Matching refs:BPF_OR

552 	case BPF_OR:  in __bpf_alu_result()
1042 return __bpf_fill_alu64_imm(self, BPF_OR); in bpf_fill_alu64_or_imm()
1088 return __bpf_fill_alu32_imm(self, BPF_OR); in bpf_fill_alu32_or_imm()
1134 return __bpf_fill_alu64_reg(self, BPF_OR); in bpf_fill_alu64_or_reg()
1180 return __bpf_fill_alu32_reg(self, BPF_OR); in bpf_fill_alu32_or_reg()
1287 return __bpf_fill_alu_imm_regs(self, BPF_OR, false); in bpf_fill_alu64_or_imm_regs()
1348 return __bpf_fill_alu_imm_regs(self, BPF_OR, true); in bpf_fill_alu32_or_imm_regs()
1479 return __bpf_fill_alu_reg_pairs(self, BPF_OR, false); in bpf_fill_alu64_or_reg_pairs()
1540 return __bpf_fill_alu_reg_pairs(self, BPF_OR, true); in bpf_fill_alu32_or_reg_pairs()
1797 return __bpf_fill_atomic64(self, BPF_OR); in bpf_fill_atomic64_or()
1817 return __bpf_fill_atomic64(self, BPF_OR | BPF_FETCH); in bpf_fill_atomic64_or_fetch()
1849 return __bpf_fill_atomic32(self, BPF_OR); in bpf_fill_atomic32_or()
1869 return __bpf_fill_atomic32(self, BPF_OR | BPF_FETCH); in bpf_fill_atomic32_or_fetch()
2039 return __bpf_fill_atomic_reg_pairs(self, BPF_DW, BPF_OR); in bpf_fill_atomic64_or_reg_pairs()
2059 return __bpf_fill_atomic_reg_pairs(self, BPF_DW, BPF_OR | BPF_FETCH); in bpf_fill_atomic64_or_fetch_reg_pairs()
2090 return __bpf_fill_atomic_reg_pairs(self, BPF_W, BPF_OR); in bpf_fill_atomic32_or_reg_pairs()
2110 return __bpf_fill_atomic_reg_pairs(self, BPF_W, BPF_OR | BPF_FETCH); in bpf_fill_atomic32_or_fetch_reg_pairs()
2164 insn[i++] = BPF_ALU64_REG(BPF_OR, R2, R3); in bpf_fill_ld_imm64_magn()
2228 insn[i++] = BPF_ALU64_REG(BPF_OR, R2, R3); in __bpf_fill_ld_imm64_bytes()
3141 BPF_STMT(BPF_ALU | BPF_OR | BPF_K, 0xf0),
6325 BPF_ALU32_REG(BPF_OR, R0, R1),
6337 BPF_ALU32_REG(BPF_OR, R0, R1),
6349 BPF_ALU64_REG(BPF_OR, R0, R1),
6361 BPF_ALU64_REG(BPF_OR, R0, R1),
6373 BPF_ALU32_IMM(BPF_OR, R0, 2),
6384 BPF_ALU32_IMM(BPF_OR, R0, 0xffffffff),
6395 BPF_ALU32_IMM(BPF_OR, R0, 1),
6406 BPF_ALU32_IMM(BPF_OR, R0, 0xa0b0c0d0),
6418 BPF_ALU32_IMM(BPF_OR, R0, 0xf0f0f0f0),
6433 BPF_ALU64_IMM(BPF_OR, R0, 2),
6444 BPF_ALU64_IMM(BPF_OR, R0, 0xffffffff),
6456 BPF_ALU64_IMM(BPF_OR, R2, 0x0),
6472 BPF_ALU64_IMM(BPF_OR, R2, 0xffffffff),
6488 BPF_ALU64_IMM(BPF_OR, R2, 0xffffffff),
6504 BPF_ALU64_IMM(BPF_OR, R0, 0x0f0f0f0f),
6520 BPF_ALU64_IMM(BPF_OR, R0, 0xf0f0f0f0),
8343 BPF_ALU64_REG(BPF_OR, R0, R1), \
8364 BPF_ALU64_REG(BPF_OR, R0, R1), \
8384 BPF_ALU64_REG(BPF_OR, R0, R1), \
8449 BPF_ATOMIC_OP_TEST1(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
8450 BPF_ATOMIC_OP_TEST2(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
8451 BPF_ATOMIC_OP_TEST3(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
8452 BPF_ATOMIC_OP_TEST4(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
8454 BPF_ATOMIC_OP_TEST1(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8455 BPF_ATOMIC_OP_TEST2(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8456 BPF_ATOMIC_OP_TEST3(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8457 BPF_ATOMIC_OP_TEST4(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8459 BPF_ATOMIC_OP_TEST1(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
8460 BPF_ATOMIC_OP_TEST2(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
8461 BPF_ATOMIC_OP_TEST3(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
8462 BPF_ATOMIC_OP_TEST4(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
8464 BPF_ATOMIC_OP_TEST1(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8465 BPF_ATOMIC_OP_TEST2(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8466 BPF_ATOMIC_OP_TEST3(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8467 BPF_ATOMIC_OP_TEST4(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
11268 BPF_ALU64_REG(BPF_OR, R0, R1),
11453 BPF_TEST_CLOBBER_ATOMIC(BPF_DW, BPF_OR),
11457 BPF_TEST_CLOBBER_ATOMIC(BPF_DW, BPF_OR | BPF_FETCH),
11464 BPF_TEST_CLOBBER_ATOMIC(BPF_W, BPF_OR),
11468 BPF_TEST_CLOBBER_ATOMIC(BPF_W, BPF_OR | BPF_FETCH),
11485 BPF_ALU64_REG(BPF_OR, R0, R1), \
11514 BPF_ALU64_REG(BPF_OR, R0, R1), \
11539 BPF_ALU64_REG(BPF_OR, R1, R2),
11560 BPF_ALU64_REG(BPF_OR, R0, R1), \
11593 BPF_ALU64_REG(BPF_OR, R0, R1), \
11596 BPF_ALU64_REG(BPF_OR, R0, R1), \