Lines Matching refs:BPF_OR

553 	case BPF_OR:  in __bpf_alu_result()
1043 return __bpf_fill_alu64_imm(self, BPF_OR); in bpf_fill_alu64_or_imm()
1089 return __bpf_fill_alu32_imm(self, BPF_OR); in bpf_fill_alu32_or_imm()
1135 return __bpf_fill_alu64_reg(self, BPF_OR); in bpf_fill_alu64_or_reg()
1181 return __bpf_fill_alu32_reg(self, BPF_OR); in bpf_fill_alu32_or_reg()
1288 return __bpf_fill_alu_imm_regs(self, BPF_OR, false); in bpf_fill_alu64_or_imm_regs()
1349 return __bpf_fill_alu_imm_regs(self, BPF_OR, true); in bpf_fill_alu32_or_imm_regs()
1480 return __bpf_fill_alu_reg_pairs(self, BPF_OR, false); in bpf_fill_alu64_or_reg_pairs()
1541 return __bpf_fill_alu_reg_pairs(self, BPF_OR, true); in bpf_fill_alu32_or_reg_pairs()
1798 return __bpf_fill_atomic64(self, BPF_OR); in bpf_fill_atomic64_or()
1818 return __bpf_fill_atomic64(self, BPF_OR | BPF_FETCH); in bpf_fill_atomic64_or_fetch()
1850 return __bpf_fill_atomic32(self, BPF_OR); in bpf_fill_atomic32_or()
1870 return __bpf_fill_atomic32(self, BPF_OR | BPF_FETCH); in bpf_fill_atomic32_or_fetch()
2040 return __bpf_fill_atomic_reg_pairs(self, BPF_DW, BPF_OR); in bpf_fill_atomic64_or_reg_pairs()
2060 return __bpf_fill_atomic_reg_pairs(self, BPF_DW, BPF_OR | BPF_FETCH); in bpf_fill_atomic64_or_fetch_reg_pairs()
2091 return __bpf_fill_atomic_reg_pairs(self, BPF_W, BPF_OR); in bpf_fill_atomic32_or_reg_pairs()
2111 return __bpf_fill_atomic_reg_pairs(self, BPF_W, BPF_OR | BPF_FETCH); in bpf_fill_atomic32_or_fetch_reg_pairs()
2165 insn[i++] = BPF_ALU64_REG(BPF_OR, R2, R3); in bpf_fill_ld_imm64_magn()
2229 insn[i++] = BPF_ALU64_REG(BPF_OR, R2, R3); in __bpf_fill_ld_imm64_bytes()
3142 BPF_STMT(BPF_ALU | BPF_OR | BPF_K, 0xf0),
6326 BPF_ALU32_REG(BPF_OR, R0, R1),
6338 BPF_ALU32_REG(BPF_OR, R0, R1),
6350 BPF_ALU64_REG(BPF_OR, R0, R1),
6362 BPF_ALU64_REG(BPF_OR, R0, R1),
6374 BPF_ALU32_IMM(BPF_OR, R0, 2),
6385 BPF_ALU32_IMM(BPF_OR, R0, 0xffffffff),
6396 BPF_ALU32_IMM(BPF_OR, R0, 1),
6407 BPF_ALU32_IMM(BPF_OR, R0, 0xa0b0c0d0),
6419 BPF_ALU32_IMM(BPF_OR, R0, 0xf0f0f0f0),
6434 BPF_ALU64_IMM(BPF_OR, R0, 2),
6445 BPF_ALU64_IMM(BPF_OR, R0, 0xffffffff),
6457 BPF_ALU64_IMM(BPF_OR, R2, 0x0),
6473 BPF_ALU64_IMM(BPF_OR, R2, 0xffffffff),
6489 BPF_ALU64_IMM(BPF_OR, R2, 0xffffffff),
6505 BPF_ALU64_IMM(BPF_OR, R0, 0x0f0f0f0f),
6521 BPF_ALU64_IMM(BPF_OR, R0, 0xf0f0f0f0),
8614 BPF_ALU64_REG(BPF_OR, R0, R1), \
8635 BPF_ALU64_REG(BPF_OR, R0, R1), \
8655 BPF_ALU64_REG(BPF_OR, R0, R1), \
8720 BPF_ATOMIC_OP_TEST1(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
8721 BPF_ATOMIC_OP_TEST2(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
8722 BPF_ATOMIC_OP_TEST3(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
8723 BPF_ATOMIC_OP_TEST4(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
8725 BPF_ATOMIC_OP_TEST1(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8726 BPF_ATOMIC_OP_TEST2(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8727 BPF_ATOMIC_OP_TEST3(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8728 BPF_ATOMIC_OP_TEST4(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8730 BPF_ATOMIC_OP_TEST1(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
8731 BPF_ATOMIC_OP_TEST2(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
8732 BPF_ATOMIC_OP_TEST3(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
8733 BPF_ATOMIC_OP_TEST4(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
8735 BPF_ATOMIC_OP_TEST1(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8736 BPF_ATOMIC_OP_TEST2(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8737 BPF_ATOMIC_OP_TEST3(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
8738 BPF_ATOMIC_OP_TEST4(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
11539 BPF_ALU64_REG(BPF_OR, R0, R1),
11724 BPF_TEST_CLOBBER_ATOMIC(BPF_DW, BPF_OR),
11728 BPF_TEST_CLOBBER_ATOMIC(BPF_DW, BPF_OR | BPF_FETCH),
11735 BPF_TEST_CLOBBER_ATOMIC(BPF_W, BPF_OR),
11739 BPF_TEST_CLOBBER_ATOMIC(BPF_W, BPF_OR | BPF_FETCH),
11756 BPF_ALU64_REG(BPF_OR, R0, R1), \
11785 BPF_ALU64_REG(BPF_OR, R0, R1), \
11810 BPF_ALU64_REG(BPF_OR, R1, R2),
11831 BPF_ALU64_REG(BPF_OR, R0, R1), \
11864 BPF_ALU64_REG(BPF_OR, R0, R1), \
11867 BPF_ALU64_REG(BPF_OR, R0, R1), \