| /linux/tools/testing/selftests/bpf/ |
| A D | disasm.c | 232 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 240 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 251 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 253 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 259 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 260 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 267 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 268 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 277 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 300 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() [all …]
|
| /linux/kernel/bpf/ |
| A D | disasm.c | 232 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 240 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 251 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 253 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 259 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 260 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 267 BPF_SIZE(insn->code) == BPF_DW ? "64" : "", in print_bpf_insn() 268 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 277 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() 300 bpf_ldst_string[BPF_SIZE(insn->code) >> 3], in print_bpf_insn() [all …]
|
| A D | core.c | 2147 if (BPF_SIZE(insn->code) == BPF_W) \ in ___bpf_prog_run() 2155 if (BPF_SIZE(insn->code) == BPF_W) \ in ___bpf_prog_run() 2175 if (BPF_SIZE(insn->code) == BPF_W) in ___bpf_prog_run() 2185 if (BPF_SIZE(insn->code) == BPF_W) in ___bpf_prog_run()
|
| A D | cgroup.c | 2250 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in sysctl_convert_ctx_access() 2290 read_size = bpf_size_to_bytes(BPF_SIZE(si->code)); in sysctl_convert_ctx_access() 2292 BPF_SIZE(si->code), si->dst_reg, si->dst_reg, in sysctl_convert_ctx_access()
|
| /linux/samples/bpf/ |
| 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, \
|
| /linux/tools/include/linux/ |
| A D | filter.h | 154 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \ 164 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_IND, \ 174 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \ 184 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \ 207 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_ATOMIC, \ 220 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \
|
| /linux/tools/include/uapi/linux/ |
| A D | bpf_common.h | 17 #define BPF_SIZE(code) ((code) & 0x18) macro
|
| /linux/include/uapi/linux/ |
| A D | bpf_common.h | 17 #define BPF_SIZE(code) ((code) & 0x18) macro
|
| /linux/include/linux/ |
| A D | filter.h | 307 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \ 317 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_IND, \ 327 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \ 337 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEMSX, \ 347 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \ 371 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_ATOMIC, \ 384 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \ 558 const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \
|
| /linux/arch/mips/net/ |
| 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()
|
| 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()
|
| /linux/arch/x86/net/ |
| A D | bpf_jit_comp.c | 1878 EMIT(imm32, bpf_size_to_x86_bytes(BPF_SIZE(insn->code))); in do_jit() 1886 emit_stx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn->off); in do_jit() 1894 emit_st_r12(&prog, BPF_SIZE(insn->code), dst_reg, insn->off, insn->imm); in do_jit() 1908 emit_ldx_r12(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn->off); in do_jit() 2008 emit_ldsx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn_off); in do_jit() 2010 emit_ldx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn_off); in do_jit() 2062 bool is64 = BPF_SIZE(insn->code) == BPF_DW; in do_jit() 2081 emit_ldx(&prog, BPF_SIZE(insn->code), in do_jit() 2095 BPF_SIZE(insn->code)); in do_jit() 2111 insn->off, BPF_SIZE(insn->code)); in do_jit() [all …]
|
| 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()
|
| /linux/arch/arc/net/ |
| A D | bpf_jit_core.c | 953 len = load_r(buf, dst, src, off, BPF_SIZE(code), false); in handle_insn() 958 len = load_r(buf, dst, src, off, BPF_SIZE(code), true); in handle_insn() 965 len = store_r(buf, src, dst, off, BPF_SIZE(code)); in handle_insn() 971 len = store_i(buf, imm, dst, off, BPF_SIZE(code)); in handle_insn()
|
| /linux/arch/loongarch/net/ |
| A D | bpf_jit.c | 292 const bool isdw = BPF_SIZE(insn->code) == BPF_DW; in emit_atomic() 955 switch (BPF_SIZE(code)) { in build_insn() 1014 switch (BPF_SIZE(code)) { in build_insn() 1063 switch (BPF_SIZE(code)) { in build_insn()
|
| /linux/arch/powerpc/net/ |
| A D | bpf_jit_comp64.c | 422 u32 size = BPF_SIZE(code); in bpf_jit_build_body() 1006 if ((BPF_SIZE(code) == BPF_DW || in bpf_jit_build_body() 1007 (BPF_SIZE(code) == BPF_B && BPF_MODE(code) == BPF_PROBE_MEMSX)) && in bpf_jit_build_body()
|
| /linux/arch/riscv/net/ |
| A D | bpf_jit_comp64.c | 1664 switch (BPF_SIZE(code)) { in bpf_jit_emit_insn() 1745 if (BPF_SIZE(code) != BPF_DW && insn_is_zext(&insn[1])) in bpf_jit_emit_insn() 1813 switch (BPF_SIZE(code)) { in bpf_jit_emit_insn() 1924 BPF_SIZE(code) == BPF_DW, ctx); in bpf_jit_emit_insn() 1937 switch (BPF_SIZE(code)) { in bpf_jit_emit_insn()
|
| A D | bpf_jit_comp32.c | 1247 if (emit_load_r64(dst, src, off, ctx, BPF_SIZE(code))) in bpf_jit_emit_insn() 1269 if (emit_store_r64(dst, src, off, ctx, BPF_SIZE(code), in bpf_jit_emit_insn() 1282 if (emit_store_r64(dst, src, off, ctx, BPF_SIZE(code), in bpf_jit_emit_insn()
|
| /linux/arch/arm/net/ |
| A D | bpf_jit_32.c | 1870 emit_ldsx_r(dst, rn, off, ctx, BPF_SIZE(code)); in build_insn() 1872 emit_ldx_r(dst, rn, off, ctx, BPF_SIZE(code)); in build_insn() 1882 switch (BPF_SIZE(code)) { in build_insn() 1893 emit_str_r(dst_lo, tmp2, off, ctx, BPF_SIZE(code)); in build_insn() 1905 emit_str_r(dst_lo, rs, off, ctx, BPF_SIZE(code)); in build_insn()
|
| /linux/arch/arm64/net/ |
| A D | bpf_jit_comp.c | 646 const bool isdw = BPF_SIZE(code) == BPF_DW; in emit_lse_atomic() 725 const bool isdw = BPF_SIZE(code) == BPF_DW; in emit_ll_sc_atomic() 1451 switch (BPF_SIZE(code)) { in build_insn() 1544 switch (BPF_SIZE(code)) { in build_insn() 1604 switch (BPF_SIZE(code)) { in build_insn()
|
| /linux/net/core/ |
| A D | filter.c | 482 int size = bpf_size_to_bytes(BPF_SIZE(fp->code)); in convert_bpf_ld_abs() 483 bool endian = BPF_SIZE(fp->code) == BPF_H || in convert_bpf_ld_abs() 484 BPF_SIZE(fp->code) == BPF_W; in convert_bpf_ld_abs() 527 switch (BPF_SIZE(fp->code)) { in convert_bpf_ld_abs() 8922 switch (BPF_SIZE(orig->code)) { in bpf_gen_ld_abs() 9984 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in bpf_sock_convert_ctx_access() 9993 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in bpf_sock_convert_ctx_access() 10005 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in bpf_sock_convert_ctx_access() 10023 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in bpf_sock_convert_ctx_access() 10255 sin_addr, BPF_SIZE(si->code), 0, tmp_reg); in sock_addr_convert_ctx_access() [all …]
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| 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()
|
| /linux/arch/sparc/net/ |
| 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()
|
| /linux/arch/parisc/net/ |
| 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()
|
| 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()
|