/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | disasm.c | 208 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 216 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 227 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 229 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 235 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 236 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 243 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 244 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 253 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 276 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() [all …]
|
/openbmc/linux/kernel/bpf/ |
H A D | disasm.c | 208 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 216 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 227 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 229 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 235 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 236 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 243 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 244 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 253 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 276 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() [all …]
|
H A D | core.c | 2104 if (BPF_SIZE(insn->code) == BPF_W) \ in ___bpf_prog_run() 2112 if (BPF_SIZE(insn->code) == BPF_W) \ in ___bpf_prog_run() 2132 if (BPF_SIZE(insn->code) == BPF_W) in ___bpf_prog_run() 2142 if (BPF_SIZE(insn->code) == BPF_W) in ___bpf_prog_run()
|
H A D | cgroup.c | 2252 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in sysctl_convert_ctx_access() 2292 read_size = bpf_size_to_bytes(BPF_SIZE(si->code)); in sysctl_convert_ctx_access() 2294 BPF_SIZE(si->code), si->dst_reg, si->dst_reg, in sysctl_convert_ctx_access()
|
H A D | verifier.c | 3257 return BPF_SIZE(code) == BPF_DW; in is_reg64() 3269 return BPF_SIZE(code) == BPF_DW; in is_reg64() 6952 if (BPF_SIZE(insn->code) != BPF_W && BPF_SIZE(insn->code) != BPF_DW) { in check_atomic() 7020 BPF_SIZE(insn->code), BPF_READ, load_reg, in check_atomic() 14735 if (BPF_SIZE(insn->code) != BPF_DW) { in check_ld_imm() 14864 BPF_SIZE(insn->code) == BPF_DW || in check_ld_abs() 17113 insn->off, BPF_SIZE(insn->code), in do_check() 17151 insn->off, BPF_SIZE(insn->code), in do_check() 17176 insn->off, BPF_SIZE(insn->code), in do_check() 18369 BPF_SIZE((insn)->code); in convert_ctx_accesses() [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | bpf_insn.h | 111 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \ 121 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \ 131 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \ 154 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_ATOMIC, \ 167 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \
|
/openbmc/linux/tools/include/linux/ |
H A D | filter.h | 136 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \ 146 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_IND, \ 156 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \ 166 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \ 189 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_ATOMIC, \ 202 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf_common.h | 17 #define BPF_SIZE(code) ((code) & 0x18) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf_common.h | 17 #define BPF_SIZE(code) ((code) & 0x18) macro
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 240 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \ 250 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_IND, \ 260 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \ 270 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \ 294 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_ATOMIC, \ 307 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \ 471 const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp64.c | 828 emit_ldx(ctx, dst, src, off, BPF_SIZE(code)); in build_insn() 836 emit_stx(ctx, dst, MIPS_R_T4, off, BPF_SIZE(code)); in build_insn() 843 emit_stx(ctx, dst, src, off, BPF_SIZE(code)); in build_insn() 861 if (BPF_SIZE(code) == BPF_DW) { in build_insn() 879 if (BPF_SIZE(code) == BPF_DW) { in build_insn()
|
H A D | bpf_jit_comp32.c | 1659 emit_ldx(ctx, dst, lo(src), off, BPF_SIZE(code)); in build_insn() 1666 switch (BPF_SIZE(code)) { in build_insn() 1677 emit_stx(ctx, lo(dst), tmp, off, BPF_SIZE(code)); in build_insn() 1684 emit_stx(ctx, lo(dst), src, off, BPF_SIZE(code)); in build_insn()
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 1479 EMIT(imm32, bpf_size_to_x86_bytes(BPF_SIZE(insn->code))); in do_jit() 1487 emit_stx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn->off); in do_jit() 1559 emit_ldsx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn_off); in do_jit() 1561 emit_ldx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn_off); in do_jit() 1613 bool is64 = BPF_SIZE(insn->code) == BPF_DW; in do_jit() 1632 emit_ldx(&prog, BPF_SIZE(insn->code), in do_jit() 1646 BPF_SIZE(insn->code)); in do_jit() 1662 insn->off, BPF_SIZE(insn->code)); in do_jit()
|
H A D | bpf_jit_comp32.c | 1924 switch (BPF_SIZE(code)) { in do_jit() 1939 EMIT(imm32, bpf_size_to_x86_bytes(BPF_SIZE(code))); in do_jit() 1941 if (BPF_SIZE(code) == BPF_DW) { in do_jit() 1972 switch (BPF_SIZE(code)) { in do_jit() 1989 if (BPF_SIZE(code) == BPF_DW) { in do_jit() 2025 switch (BPF_SIZE(code)) { in do_jit() 2049 switch (BPF_SIZE(code)) { in do_jit()
|
/openbmc/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 287 const bool isdw = BPF_SIZE(insn->code) == BPF_DW; in emit_atomic() 883 switch (BPF_SIZE(code)) { in build_insn() 926 switch (BPF_SIZE(code)) { in build_insn() 975 switch (BPF_SIZE(code)) { in build_insn()
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 453 const bool isdw = BPF_SIZE(code) == BPF_DW; in emit_lse_atomic() 527 const bool isdw = BPF_SIZE(code) == BPF_DW; in emit_ll_sc_atomic() 1182 switch (BPF_SIZE(code)) { in build_insn() 1267 switch (BPF_SIZE(code)) { in build_insn() 1315 switch (BPF_SIZE(code)) { in build_insn()
|
/openbmc/linux/arch/arm/net/ |
H A D | bpf_jit_32.c | 1607 emit_ldx_r(dst, rn, off, ctx, BPF_SIZE(code)); in build_insn() 1617 switch (BPF_SIZE(code)) { in build_insn() 1628 emit_str_r(dst_lo, tmp2, off, ctx, BPF_SIZE(code)); in build_insn() 1640 emit_str_r(dst_lo, rs, off, ctx, BPF_SIZE(code)); in build_insn()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 475 int size = bpf_size_to_bytes(BPF_SIZE(fp->code)); in convert_bpf_ld_abs() 476 bool endian = BPF_SIZE(fp->code) == BPF_H || in convert_bpf_ld_abs() 477 BPF_SIZE(fp->code) == BPF_W; in convert_bpf_ld_abs() 520 switch (BPF_SIZE(fp->code)) { in convert_bpf_ld_abs() 8853 switch (BPF_SIZE(orig->code)) { in bpf_gen_ld_abs() 9905 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in bpf_sock_convert_ctx_access() 9914 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in bpf_sock_convert_ctx_access() 9926 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in bpf_sock_convert_ctx_access() 9944 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in bpf_sock_convert_ctx_access() 10176 sin_addr, BPF_SIZE(si->code), 0, tmp_reg); in sock_addr_convert_ctx_access() [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 834 else if (BPF_SIZE(meta->insn.code) != BPF_DW) in nfp_cpp_memcpy() 839 switch (BPF_SIZE(meta->insn.code)) { in nfp_cpp_memcpy() 861 if (BPF_SIZE(meta->insn.code) != BPF_DW) in nfp_cpp_memcpy() 3982 if (!exp_mask[BPF_SIZE(insn.code)]) in nfp_bpf_opt_ld_mask() 3984 if (exp_mask[BPF_SIZE(insn.code)] != next.imm) in nfp_bpf_opt_ld_mask() 4013 if (BPF_SIZE(insn.code) != BPF_W) in nfp_bpf_opt_ld_shift() 4065 if (BPF_SIZE(ld->code) != BPF_SIZE(st->code)) in curr_pair_is_memcpy()
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 1263 switch (BPF_SIZE(code)) { in build_insn() 1308 switch (BPF_SIZE(code)) { in build_insn() 1346 switch (BPF_SIZE(code)) { in build_insn()
|
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 379 u32 size = BPF_SIZE(code); in bpf_jit_build_body() 925 if (BPF_SIZE(code) == BPF_DW && (off & 3)) in bpf_jit_build_body()
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 1248 if (emit_load_r64(dst, src, off, ctx, BPF_SIZE(code))) in bpf_jit_emit_insn() 1270 if (emit_store_r64(dst, src, off, ctx, BPF_SIZE(code), in bpf_jit_emit_insn() 1283 if (emit_store_r64(dst, src, off, ctx, BPF_SIZE(code), in bpf_jit_emit_insn()
|
H A D | bpf_jit_comp64.c | 1586 switch (BPF_SIZE(code)) { in bpf_jit_emit_insn() 1667 if (BPF_SIZE(code) != BPF_DW && insn_is_zext(&insn[1])) in bpf_jit_emit_insn() 1766 BPF_SIZE(code) == BPF_DW, ctx); in bpf_jit_emit_insn()
|
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 1034 switch (BPF_SIZE(code)) { in bpf_jit_emit_insn() 1082 emit_store(rd, rs, off, ctx, BPF_SIZE(code), BPF_MODE(code)); in bpf_jit_emit_insn()
|
H A D | bpf_jit_comp32.c | 1133 BPF_CLASS(code), code, (code & BPF_ALU64) ? 1:0, BPF_SIZE(code), in bpf_jit_emit_insn() 1424 if (emit_load_r64(dst, src, off, ctx, BPF_SIZE(code))) in bpf_jit_emit_insn() 1447 if (emit_store_r64(dst, src, off, ctx, BPF_SIZE(code), in bpf_jit_emit_insn()
|