/kernel/linux/linux-6.6/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_fetch.c | 133 __ATOMIC_FETCH_OP_TEST(BPF_REG_1, BPF_REG_2, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 134 __ATOMIC_FETCH_OP_TEST(BPF_REG_0, BPF_REG_1, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 135 __ATOMIC_FETCH_OP_TEST(BPF_REG_1, BPF_REG_0, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 136 __ATOMIC_FETCH_OP_TEST(BPF_REG_2, BPF_REG_3, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 137 __ATOMIC_FETCH_OP_TEST(BPF_REG_4, BPF_REG_5, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 138 __ATOMIC_FETCH_OP_TEST(BPF_REG_9, BPF_REG_8, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011),
|
H A D | atomic_invalid.c | 20 __INVALID_ATOMIC_ACCESS_TEST(BPF_OR), variable 21 __INVALID_ATOMIC_ACCESS_TEST(BPF_OR | BPF_FETCH),
|
/kernel/linux/linux-6.6/arch/mips/net/ |
H A D | bpf_jit_comp32.c | 243 case BPF_OR: in emit_alu_i64() 291 case BPF_OR: in emit_alu_r64() 750 case BPF_OR: in emit_atomic_r32() 753 case BPF_OR | BPF_FETCH: in emit_atomic_r32() 831 case BPF_OR: in emit_atomic_r64() 834 case BPF_OR | BPF_FETCH: in emit_atomic_r64() 1508 case BPF_ALU | BPF_OR | BPF_K: in build_insn() 1539 case BPF_ALU | BPF_OR | BPF_X: in build_insn() 1573 case BPF_ALU64 | BPF_OR | BPF_K: in build_insn() 1610 case BPF_ALU64 | BPF_OR | BPF_ in build_insn() [all...] |
H A D | bpf_jit_comp64.c | 162 case BPF_OR: in emit_alu_i64() 398 case BPF_OR: in emit_atomic_r64() 399 case BPF_OR | BPF_FETCH: in emit_atomic_r64() 673 case BPF_ALU | BPF_OR | BPF_K: in build_insn() 714 case BPF_ALU | BPF_OR | BPF_X: in build_insn() 763 case BPF_ALU64 | BPF_OR | BPF_K: in build_insn() 792 case BPF_ALU64 | BPF_OR | BPF_X: in build_insn() 856 case BPF_OR: in build_insn() 857 case BPF_OR | BPF_FETCH: in build_insn()
|
H A D | bpf_jit_comp.c | 231 case BPF_OR: in valid_alu_i() 257 case BPF_OR: in rewrite_alu_i() 310 case BPF_OR: in emit_alu_i() 350 case BPF_OR: in emit_alu_r() 422 case BPF_OR: in emit_atomic_r() 423 case BPF_OR | BPF_FETCH: in emit_atomic_r()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | disasm.c | 78 [BPF_OR >> 4] = "|=", 104 [BPF_OR >> 4] = "or", 213 insn->imm == BPF_OR || insn->imm == BPF_XOR)) { in print_bpf_insn() 223 insn->imm == (BPF_OR | BPF_FETCH) || in print_bpf_insn()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | disasm.c | 78 [BPF_OR >> 4] = "|=", 104 [BPF_OR >> 4] = "or", 213 insn->imm == BPF_OR || insn->imm == BPF_XOR)) { in print_bpf_insn() 223 insn->imm == (BPF_OR | BPF_FETCH) || in print_bpf_insn()
|
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | ebpf_jit.c | 442 case BPF_OR: in gen_imm_insn() 483 case BPF_ALU64 | BPF_OR: in gen_imm_insn() 484 case BPF_ALU | BPF_OR: in gen_imm_insn() 538 case BPF_ALU64 | BPF_OR: in gen_imm_insn() 539 case BPF_ALU | BPF_OR: in gen_imm_insn() 676 case BPF_ALU64 | BPF_OR | BPF_K: /* ALU64_IMM */ in build_one_insn() 686 case BPF_ALU | BPF_OR | BPF_K: /* ALU64_IMM */ in build_one_insn() 814 case BPF_ALU64 | BPF_OR | BPF_X: /* ALU64_REG */ in build_one_insn() 862 case BPF_OR: in build_one_insn() 910 case BPF_ALU | BPF_OR | BPF_ in build_one_insn() [all...] |
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf_common.h | 36 #define BPF_OR 0x40 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf_common.h | 36 #define BPF_OR 0x40 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf_common.h | 36 #define BPF_OR 0x40 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf_common.h | 46 #define BPF_OR 0x40 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf_common.h | 36 #define BPF_OR 0x40 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf_common.h | 46 #define BPF_OR 0x40 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bpf_common.h | 33 #define BPF_OR 0x40 macro
|
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 474 case BPF_OR: in emit_lse_atomic() 488 case BPF_OR | BPF_FETCH: in emit_lse_atomic() 540 imm == BPF_OR || imm == BPF_XOR) { in emit_ll_sc_atomic() 547 else if (imm == BPF_OR) in emit_ll_sc_atomic() 557 imm == (BPF_OR | BPF_FETCH) || in emit_ll_sc_atomic() 568 else if (imm == (BPF_OR | BPF_FETCH)) in emit_ll_sc_atomic() 817 case BPF_ALU | BPF_OR | BPF_X: in build_insn() 818 case BPF_ALU64 | BPF_OR | BPF_X: in build_insn() 940 case BPF_ALU | BPF_OR | BPF_K: in build_insn() 941 case BPF_ALU64 | BPF_OR | BPF_ in build_insn() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | test_bpf.c | 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() [all...] |
/kernel/linux/linux-6.6/arch/loongarch/net/ |
H A D | bpf_jit.c | 307 case BPF_OR: in emit_atomic() 336 case BPF_OR | BPF_FETCH: in emit_atomic() 599 case BPF_ALU | BPF_OR | BPF_X: in build_insn() 600 case BPF_ALU64 | BPF_OR | BPF_X: in build_insn() 606 case BPF_ALU | BPF_OR | BPF_K: in build_insn() 607 case BPF_ALU64 | BPF_OR | BPF_K: in build_insn()
|
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 542 case BPF_ALU | BPF_OR | BPF_X: /* dst = (u32) dst | (u32) src */ in bpf_jit_build_body() 543 case BPF_ALU64 | BPF_OR | BPF_X: /* dst = dst | src */ in bpf_jit_build_body() 546 case BPF_ALU | BPF_OR | BPF_K:/* dst = (u32) dst | (u32) imm */ in bpf_jit_build_body() 547 case BPF_ALU64 | BPF_OR | BPF_K:/* dst = dst | imm */ in bpf_jit_build_body() 826 case BPF_OR: in bpf_jit_build_body() 827 case BPF_OR | BPF_FETCH: in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 263 case BPF_OR: in emit_alu_i64() 361 case BPF_OR: in emit_alu_i32() 442 case BPF_OR: in emit_alu_r64() 532 case BPF_OR: in emit_alu_r32() 981 case BPF_ALU64 | BPF_OR | BPF_X: in bpf_jit_emit_insn() 1009 case BPF_ALU64 | BPF_OR | BPF_K: in bpf_jit_emit_insn() 1028 case BPF_ALU | BPF_OR | BPF_X: in bpf_jit_emit_insn() 1054 case BPF_ALU | BPF_OR | BPF_K: in bpf_jit_emit_insn()
|
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 443 case BPF_OR: in emit_alu_i64() 537 case BPF_OR: in emit_alu_i32() 595 case BPF_OR: in emit_alu_r64() 659 case BPF_OR: in emit_alu_r32() 1147 case BPF_ALU64 | BPF_OR | BPF_X: in bpf_jit_emit_insn() 1176 case BPF_ALU64 | BPF_OR | BPF_K: in bpf_jit_emit_insn() 1195 case BPF_ALU | BPF_OR | BPF_X: in bpf_jit_emit_insn() 1222 case BPF_ALU | BPF_OR | BPF_K: in bpf_jit_emit_insn()
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 263 case BPF_OR: in emit_alu_i64() 361 case BPF_OR: in emit_alu_i32() 442 case BPF_OR: in emit_alu_r64() 532 case BPF_OR: in emit_alu_r32() 979 case BPF_ALU64 | BPF_OR | BPF_X: in bpf_jit_emit_insn() 1007 case BPF_ALU64 | BPF_OR | BPF_K: in bpf_jit_emit_insn() 1026 case BPF_ALU | BPF_OR | BPF_X: in bpf_jit_emit_insn() 1052 case BPF_ALU | BPF_OR | BPF_K: in bpf_jit_emit_insn()
|
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 219 [BPF_OR] = 0x09, 884 case BPF_OR: in emit_atomic() 1075 case BPF_ALU | BPF_OR | BPF_X: in do_jit() 1080 case BPF_ALU64 | BPF_OR | BPF_X: in do_jit() 1111 case BPF_ALU | BPF_OR | BPF_K: in do_jit() 1116 case BPF_ALU64 | BPF_OR | BPF_K: in do_jit() 1138 case BPF_OR: in do_jit() 1568 insn->imm == (BPF_OR | BPF_FETCH) || in do_jit()
|
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 476 case BPF_ALU | BPF_OR | BPF_X: in build_insn() 477 case BPF_ALU64 | BPF_OR | BPF_X: in build_insn() 597 case BPF_ALU | BPF_OR | BPF_K: in build_insn() 598 case BPF_ALU64 | BPF_OR | BPF_K: in build_insn()
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.c | 420 case BPF_ALU | BPF_OR | BPF_X: in build_insn() 421 case BPF_ALU64 | BPF_OR | BPF_X: in build_insn() 426 case BPF_ALU | BPF_OR | BPF_K: in build_insn() 427 case BPF_ALU64 | BPF_OR | BPF_K: in build_insn()
|