Lines Matching refs:BPF_OR

573 	case BPF_OR:  in __bpf_alu_result()
1063 return __bpf_fill_alu64_imm(self, BPF_OR); in bpf_fill_alu64_or_imm()
1109 return __bpf_fill_alu32_imm(self, BPF_OR); in bpf_fill_alu32_or_imm()
1155 return __bpf_fill_alu64_reg(self, BPF_OR); in bpf_fill_alu64_or_reg()
1201 return __bpf_fill_alu32_reg(self, BPF_OR); in bpf_fill_alu32_or_reg()
1308 return __bpf_fill_alu_imm_regs(self, BPF_OR, false); in bpf_fill_alu64_or_imm_regs()
1369 return __bpf_fill_alu_imm_regs(self, BPF_OR, true); in bpf_fill_alu32_or_imm_regs()
1500 return __bpf_fill_alu_reg_pairs(self, BPF_OR, false); in bpf_fill_alu64_or_reg_pairs()
1561 return __bpf_fill_alu_reg_pairs(self, BPF_OR, true); in bpf_fill_alu32_or_reg_pairs()
1818 return __bpf_fill_atomic64(self, BPF_OR); in bpf_fill_atomic64_or()
1838 return __bpf_fill_atomic64(self, BPF_OR | BPF_FETCH); in bpf_fill_atomic64_or_fetch()
1870 return __bpf_fill_atomic32(self, BPF_OR); in bpf_fill_atomic32_or()
1890 return __bpf_fill_atomic32(self, BPF_OR | BPF_FETCH); in bpf_fill_atomic32_or_fetch()
2060 return __bpf_fill_atomic_reg_pairs(self, BPF_DW, BPF_OR); in bpf_fill_atomic64_or_reg_pairs()
2080 return __bpf_fill_atomic_reg_pairs(self, BPF_DW, BPF_OR | BPF_FETCH); in bpf_fill_atomic64_or_fetch_reg_pairs()
2111 return __bpf_fill_atomic_reg_pairs(self, BPF_W, BPF_OR); in bpf_fill_atomic32_or_reg_pairs()
2131 return __bpf_fill_atomic_reg_pairs(self, BPF_W, BPF_OR | BPF_FETCH); in bpf_fill_atomic32_or_fetch_reg_pairs()
2185 insn[i++] = BPF_ALU64_REG(BPF_OR, R2, R3); in bpf_fill_ld_imm64_magn()
2249 insn[i++] = BPF_ALU64_REG(BPF_OR, R2, R3); in __bpf_fill_ld_imm64_bytes()
3162 BPF_STMT(BPF_ALU | BPF_OR | BPF_K, 0xf0),
6528 BPF_ALU32_REG(BPF_OR, R0, R1),
6540 BPF_ALU32_REG(BPF_OR, R0, R1),
6552 BPF_ALU64_REG(BPF_OR, R0, R1),
6564 BPF_ALU64_REG(BPF_OR, R0, R1),
6576 BPF_ALU32_IMM(BPF_OR, R0, 2),
6587 BPF_ALU32_IMM(BPF_OR, R0, 0xffffffff),
6598 BPF_ALU32_IMM(BPF_OR, R0, 1),
6609 BPF_ALU32_IMM(BPF_OR, R0, 0xa0b0c0d0),
6621 BPF_ALU32_IMM(BPF_OR, R0, 0xf0f0f0f0),
6636 BPF_ALU64_IMM(BPF_OR, R0, 2),
6647 BPF_ALU64_IMM(BPF_OR, R0, 0xffffffff),
6659 BPF_ALU64_IMM(BPF_OR, R2, 0x0),
6675 BPF_ALU64_IMM(BPF_OR, R2, 0xffffffff),
6691 BPF_ALU64_IMM(BPF_OR, R2, 0xffffffff),
6707 BPF_ALU64_IMM(BPF_OR, R0, 0x0f0f0f0f),
6723 BPF_ALU64_IMM(BPF_OR, R0, 0xf0f0f0f0),
8975 BPF_ALU64_REG(BPF_OR, R0, R1), \
8996 BPF_ALU64_REG(BPF_OR, R0, R1), \
9016 BPF_ALU64_REG(BPF_OR, R0, R1), \
9081 BPF_ATOMIC_OP_TEST1(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
9082 BPF_ATOMIC_OP_TEST2(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
9083 BPF_ATOMIC_OP_TEST3(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
9084 BPF_ATOMIC_OP_TEST4(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
9086 BPF_ATOMIC_OP_TEST1(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9087 BPF_ATOMIC_OP_TEST2(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9088 BPF_ATOMIC_OP_TEST3(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9089 BPF_ATOMIC_OP_TEST4(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9091 BPF_ATOMIC_OP_TEST1(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
9092 BPF_ATOMIC_OP_TEST2(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
9093 BPF_ATOMIC_OP_TEST3(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
9094 BPF_ATOMIC_OP_TEST4(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
9096 BPF_ATOMIC_OP_TEST1(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9097 BPF_ATOMIC_OP_TEST2(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9098 BPF_ATOMIC_OP_TEST3(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9099 BPF_ATOMIC_OP_TEST4(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
11914 BPF_ALU64_REG(BPF_OR, R0, R1),
12099 BPF_TEST_CLOBBER_ATOMIC(BPF_DW, BPF_OR),
12103 BPF_TEST_CLOBBER_ATOMIC(BPF_DW, BPF_OR | BPF_FETCH),
12110 BPF_TEST_CLOBBER_ATOMIC(BPF_W, BPF_OR),
12114 BPF_TEST_CLOBBER_ATOMIC(BPF_W, BPF_OR | BPF_FETCH),
12131 BPF_ALU64_REG(BPF_OR, R0, R1), \
12160 BPF_ALU64_REG(BPF_OR, R0, R1), \
12185 BPF_ALU64_REG(BPF_OR, R1, R2),
12206 BPF_ALU64_REG(BPF_OR, R0, R1), \
12238 BPF_ALU64_REG(BPF_OR, R0, R1), \
12241 BPF_ALU64_REG(BPF_OR, R0, R1), \