Home
last modified time | relevance | path

Searched refs:BPF_OR (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dsubreg.c31 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_1),
43 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_1),
46 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_6),
70 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_1),
76 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_1),
79 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_6),
103 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_1),
109 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_1),
112 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_6),
136 BPF_ALU64_REG(BPF_OR, BPF_REG_0, BPF_REG_1),
[all …]
H A Dmasking.c7 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
23 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
39 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
55 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
71 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
87 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
103 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
119 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
135 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
151 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_1),
[all …]
H A Dconst_or.c7 BPF_ALU64_IMM(BPF_OR, BPF_REG_2, 13),
21 BPF_ALU64_IMM(BPF_OR, BPF_REG_2, 24),
37 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_4),
52 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_4),
H A Djset.c137 BPF_ALU64_IMM(BPF_OR, BPF_REG_0, 2),
H A Dbasic_instr.c21 BPF_ALU64_IMM(BPF_OR, BPF_REG_2, 0xffff),
H A Dvalue_ptr_arith.c676 BPF_ALU64_IMM(BPF_OR, BPF_REG_3, 1),
817 BPF_ALU64_IMM(BPF_OR, BPF_REG_1, 0x7),
/OK3568_Linux_fs/kernel/arch/mips/net/
H A Debpf_jit.c442 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_X: /* ALU_REG */ in build_one_insn()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf_common.h36 #define BPF_OR 0x40 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf_common.h36 #define BPF_OR 0x40 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf_common.h36 #define BPF_OR 0x40 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf_common.h36 #define BPF_OR 0x40 macro
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_exp.y408 bpf_set_curr_instr(BPF_ALU | BPF_OR | BPF_K, 0, 0, $3); }
410 bpf_set_curr_instr(BPF_ALU | BPF_OR | BPF_X, 0, 0, 0); }
412 bpf_set_curr_instr(BPF_ALU | BPF_OR | BPF_X, 0, 0, 0); }
/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp32.c263 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()
H A Dbpf_jit_comp64.c493 case BPF_ALU | BPF_OR | BPF_X: in bpf_jit_emit_insn()
494 case BPF_ALU64 | BPF_OR | BPF_X: in bpf_jit_emit_insn()
657 case BPF_ALU | BPF_OR | BPF_K: in bpf_jit_emit_insn()
658 case BPF_ALU64 | BPF_OR | BPF_K: in bpf_jit_emit_insn()
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c824 case BPF_ALU | BPF_OR | BPF_X: in do_jit()
829 case BPF_ALU64 | BPF_OR | BPF_X: in do_jit()
835 case BPF_OR: b2 = 0x09; break; in do_jit()
865 case BPF_ALU | BPF_OR | BPF_K: in do_jit()
870 case BPF_ALU64 | BPF_OR | BPF_K: in do_jit()
894 case BPF_OR: in do_jit()
H A Dbpf_jit_comp32.c556 case BPF_OR: in emit_ia32_alu_r()
644 case BPF_OR: in emit_ia32_alu_i()
1541 case BPF_ALU | BPF_OR | BPF_K: in do_jit()
1542 case BPF_ALU | BPF_OR | BPF_X: in do_jit()
1551 case BPF_ALU64 | BPF_OR | BPF_K: in do_jit()
1552 case BPF_ALU64 | BPF_OR | BPF_X: in do_jit()
/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp64.c507 case BPF_ALU | BPF_OR | BPF_X: /* dst = (u32) dst | (u32) src */ in bpf_jit_build_body()
508 case BPF_ALU64 | BPF_OR | BPF_X: /* dst = dst | src */ in bpf_jit_build_body()
511 case BPF_ALU | BPF_OR | BPF_K:/* dst = (u32) dst | (u32) imm */ in bpf_jit_build_body()
512 case BPF_ALU64 | BPF_OR | BPF_K:/* dst = dst | imm */ in bpf_jit_build_body()
H A Dbpf_jit_comp.c212 case BPF_ALU | BPF_OR | BPF_X: in bpf_jit_build_body()
216 case BPF_ALU | BPF_OR | BPF_K: in bpf_jit_build_body()
/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c477 case BPF_ALU | BPF_OR | BPF_X: in build_insn()
478 case BPF_ALU64 | BPF_OR | BPF_X: in build_insn()
598 case BPF_ALU | BPF_OR | BPF_K: in build_insn()
599 case BPF_ALU64 | BPF_OR | BPF_K: in build_insn()
/OK3568_Linux_fs/kernel/arch/s390/net/
H A Dbpf_jit_comp.c966 case BPF_ALU | BPF_OR | BPF_X: /* dst = (u32) dst | (u32) src */ in bpf_jit_insn()
971 case BPF_ALU64 | BPF_OR | BPF_X: /* dst = dst | src */ in bpf_jit_insn()
975 case BPF_ALU | BPF_OR | BPF_K: /* dst = (u32) dst | (u32) imm */ in bpf_jit_insn()
980 case BPF_ALU64 | BPF_OR | BPF_K: /* dst = dst | imm */ in bpf_jit_insn()
/OK3568_Linux_fs/kernel/arch/arm/net/
H A Dbpf_jit_32.c685 case BPF_OR: in emit_alu_r()
1423 case BPF_ALU | BPF_OR | BPF_K: in build_insn()
1424 case BPF_ALU | BPF_OR | BPF_X: in build_insn()
1438 case BPF_ALU64 | BPF_OR | BPF_K: in build_insn()
1439 case BPF_ALU64 | BPF_OR | BPF_X: in build_insn()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Ddisasm.c71 [BPF_OR >> 4] = "|=",
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_comp_64.c930 case BPF_ALU | BPF_OR | BPF_X: in build_insn()
931 case BPF_ALU64 | BPF_OR | BPF_X: in build_insn()
1085 case BPF_ALU | BPF_OR | BPF_K: in build_insn()
1086 case BPF_ALU64 | BPF_OR | BPF_K: in build_insn()
H A Dbpf_jit_comp_32.c417 case BPF_ALU | BPF_OR | BPF_X: /* A |= X */ in bpf_jit_compile()
420 case BPF_ALU | BPF_OR | BPF_K: /* A |= K */ in bpf_jit_compile()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_bpf.c543 BPF_STMT(BPF_ALU | BPF_OR | BPF_K, 0xf0),
3509 BPF_ALU32_REG(BPF_OR, R0, R1),
3521 BPF_ALU32_REG(BPF_OR, R0, R1),
3533 BPF_ALU64_REG(BPF_OR, R0, R1),
3545 BPF_ALU64_REG(BPF_OR, R0, R1),
3557 BPF_ALU32_IMM(BPF_OR, R0, 2),
3568 BPF_ALU32_IMM(BPF_OR, R0, 0xffffffff),
3579 BPF_ALU64_IMM(BPF_OR, R0, 2),
3590 BPF_ALU64_IMM(BPF_OR, R0, 0xffffffff),
3602 BPF_ALU64_IMM(BPF_OR, R2, 0x0),
[all …]

12