/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_tag.c | 27 static void bpf_gen_imm_prog(unsigned int insns, int fd_map) in bpf_gen_imm_prog() 37 static void bpf_gen_map_prog(unsigned int insns, int fd_map) in bpf_gen_map_prog() 53 static int bpf_try_load_prog(int insns, int fd_map, in bpf_try_load_prog() 54 void (*bpf_filler)(unsigned int insns, in bpf_try_load_prog() 114 static void tag_from_alg(int insns, uint8_t *tag, uint32_t len) in tag_from_alg() 154 static void tag_exit_report(int insns, int fd_map, uint8_t *ftag, in tag_exit_report() 166 void (*bpf_filler)(unsigned int insns, int fd)) in do_test()
|
D | testing_helpers.c | 260 static struct bpf_insn insns[] = { in testing_prog_flags() local 324 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_test_load_program()
|
/linux-6.12.1/tools/lib/bpf/ |
D | features.c | 26 struct bpf_insn insns[] = { in probe_kern_prog_name() local 51 struct bpf_insn insns[] = { in probe_kern_global_data() local 233 struct bpf_insn insns[] = { in probe_kern_exp_attach_type() local 254 struct bpf_insn insns[] = { in probe_kern_probe_read_kernel() local 271 struct bpf_insn insns[] = { in probe_prog_bind_map() local 339 struct bpf_insn insns[] = { in probe_perf_link() local 375 struct bpf_insn insns[] = { in probe_uprobe_multi_link() local 434 struct bpf_insn insns[] = { in probe_kern_bpf_cookie() local 480 const struct bpf_insn insns[] = { in probe_kern_arg_ctx_tag() local
|
D | libbpf_probes.c | 104 const struct bpf_insn *insns, size_t insns_cnt, in probe_prog_load() 207 struct bpf_insn insns[] = { in libbpf_probe_bpf_prog_type() local 419 struct bpf_insn insns[] = { in libbpf_probe_bpf_helper() local
|
D | gen_loader.c | 867 static void emit_relo(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insns) in emit_relo() 885 static void emit_relos(struct bpf_gen *gen, int insns) in emit_relos() 902 static void cleanup_relos(struct bpf_gen *gen, int insns) in cleanup_relos() 936 const char *license, struct bpf_insn *insns, size_t insn_cnt, in bpf_gen__prog_load()
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | feature.c | 514 const struct bpf_insn *insns, size_t insns_cnt, in probe_prog_load_ifindex() 537 struct bpf_insn insns[2] = { in probe_prog_type_ifindex() local 658 struct bpf_insn insns[2] = { in probe_helper_ifindex() local 781 probe_misc_feature(struct bpf_insn *insns, size_t len, in probe_misc_feature() 811 struct bpf_insn insns[BPF_MAXINSNS + 1]; in probe_large_insn_limit() local 832 struct bpf_insn insns[4] = { in probe_bounded_loops() local 853 struct bpf_insn insns[4] = { in probe_v2_isa_extension() local 874 struct bpf_insn insns[4] = { in probe_v3_isa_extension() local
|
/linux-6.12.1/arch/sparc/kernel/ |
D | entry.h | 50 unsigned int insns[3]; member 57 unsigned int insns[6]; member 64 unsigned int insns[3]; member
|
D | signal_32.c | 40 unsigned long insns[2] __attribute__ ((aligned (8))); member 52 unsigned int insns[2]; member
|
D | signal32.c | 49 unsigned int insns[2]; member 63 unsigned int insns[2]; member
|
/linux-6.12.1/arch/riscv/kernel/ |
D | patch.c | 21 u32 *insns; member 239 int patch_text_nosync(void *addr, const void *insns, size_t len) in patch_text_nosync() 277 int patch_text(void *addr, u32 *insns, size_t len) in patch_text()
|
D | traps.c | 40 static int copy_code(struct pt_regs *regs, u16 *val, const u16 *insns) in copy_code() 57 const u16 *insns = (u16 *)instruction_pointer(regs); in dump_instr() local
|
/linux-6.12.1/lib/ |
D | test_bpf.c | 68 struct sock_filter insns[MAX_INSNS]; member 71 void *insns; member 483 struct bpf_insn *insns; in __bpf_fill_max_jmp() local 827 struct bpf_insn *insns; in __bpf_fill_pattern() local 917 struct bpf_insn *insns, s64 dst, s64 imm) in __bpf_emit_alu64_imm() 938 struct bpf_insn *insns, s64 dst, s64 imm) in __bpf_emit_alu32_imm() 959 struct bpf_insn *insns, s64 dst, s64 src) in __bpf_emit_alu64_reg() 981 struct bpf_insn *insns, s64 dst, s64 src) in __bpf_emit_alu32_reg() 1221 struct bpf_insn *insns; in __bpf_fill_alu_imm_regs() local 1405 struct bpf_insn *insns; in __bpf_fill_alu_reg_pairs() local [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_dev_bound_only.c | 10 struct bpf_insn insns[] = { BPF_MOV64_IMM(BPF_REG_0, 0), BPF_EXIT_INSN() }; in load_dummy_prog() local
|
D | core_reloc_raw.c | 52 struct bpf_insn insns[] = { in test_bad_local_id() local
|
D | sockopt.c | 26 const struct bpf_insn insns[64]; member 964 static int load_prog(const struct bpf_insn *insns, in load_prog()
|
D | align.c | 15 struct bpf_insn insns[MAX_INSNS]; member
|
D | verifier_log.c | 33 static const struct bpf_insn *insns; variable
|
/linux-6.12.1/arch/x86/include/asm/ |
D | static_call.h | 34 #define __ARCH_DEFINE_STATIC_CALL_TRAMP(name, insns) \ argument
|
/linux-6.12.1/tools/testing/selftests/powerpc/mm/ |
D | exec_prot.c | 30 static unsigned int *insns; variable
|
D | pkey_exec_prot.c | 28 static unsigned int *insns; variable
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | runtime-const.h | 52 static inline void __runtime_fixup_caches(void *where, unsigned int insns) in __runtime_fixup_caches()
|
/linux-6.12.1/net/netfilter/ |
D | xt_bpf.c | 24 static int __bpf_mt_check_bytecode(struct sock_filter *insns, __u16 len, in __bpf_mt_check_bytecode()
|
/linux-6.12.1/samples/bpf/ |
D | fds_example.c | 52 static struct bpf_insn insns[] = { in bpf_prog_create() local
|
/linux-6.12.1/arch/x86/tools/ |
D | insn_decoder_test.c | 116 int insns = 0; in main() local
|
D | insn_sanity.c | 221 int insns = 0, ret; in main() local
|