/linux-6.14.4/arch/riscv/kernel/ |
D | vector.c | 79 bool insn_is_vector(u32 insn_buf) in insn_is_vector()
|
/linux-6.14.4/net/xdp/ |
D | xskmap.c | 121 static int xsk_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in xsk_map_gen_lookup()
|
/linux-6.14.4/net/core/ |
D | filter.c | 311 struct bpf_insn *insn_buf) in convert_skb_access() 7149 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access() 7343 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access() 8875 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() 8884 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() 8924 struct bpf_insn *insn_buf) in bpf_gen_ld_abs() 8958 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() 9295 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() 9419 struct bpf_insn *insn_buf, in flow_dissector_convert_ctx_access() 9565 struct bpf_insn *insn_buf, in bpf_convert_ctx_access() [all …]
|
/linux-6.14.4/kernel/bpf/ |
D | arraymap.c | 208 static int array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in array_map_gen_lookup() 253 static int percpu_array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in percpu_array_map_gen_lookup() 1395 struct bpf_insn *insn_buf) in array_of_map_gen_lookup()
|
D | hashtab.c | 723 static int htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup() 763 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup() 2345 static int htab_percpu_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_percpu_map_gen_lookup() 2629 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup()
|
D | cgroup.c | 2241 struct bpf_insn *insn_buf, in sysctl_convert_ctx_access() 2445 struct bpf_insn *insn_buf, in cg_sockopt_convert_ctx_access() 2521 static int cg_sockopt_get_prologue(struct bpf_insn *insn_buf, in cg_sockopt_get_prologue()
|
D | verifier.c | 20340 struct bpf_insn *insn_buf = env->insn_buf; in convert_ctx_accesses() local 20948 struct bpf_insn *insn_buf, in __fixup_collection_insert_kfunc() 20962 struct bpf_insn *insn_buf, int insn_idx, int *cnt) in fixup_kfunc_call() 21104 struct bpf_insn *insn_buf = env->insn_buf; in do_misc_fixups() local 21981 struct bpf_insn *insn_buf = env->insn_buf; in inline_bpf_loop() local
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | vector.h | 394 static __always_inline bool insn_is_vector(u32 insn_buf) { return false; } in insn_is_vector()
|
/linux-6.14.4/arch/x86/kernel/cpu/mce/ |
D | severity.c | 237 u8 insn_buf[MAX_INSN_SIZE]; in is_copy_from_user() local
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | ctx_rewrite.c | 649 char insn_buf[64]; in match_program() local
|
/linux-6.14.4/tools/testing/selftests/bpf/test_kmods/ |
D | bpf_testmod.c | 1296 static int st_ops_gen_prologue(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue() 1319 static int st_ops_gen_epilogue(struct bpf_insn *insn_buf, const struct bpf_prog *prog, in st_ops_gen_epilogue()
|
/linux-6.14.4/arch/x86/kernel/ |
D | traps.c | 566 u8 insn_buf[MAX_INSN_SIZE]; in get_kernel_gp_address() local
|
/linux-6.14.4/drivers/comedi/drivers/ |
D | usbduxsigma.c | 149 u8 *insn_buf; member
|
D | usbdux.c | 186 __le16 *insn_buf; member
|
/linux-6.14.4/include/linux/ |
D | bpf.h | 3395 struct bpf_insn *insn_buf, in bpf_sock_convert_ctx_access() 3446 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access() 3461 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access()
|
D | bpf_verifier.h | 785 struct bpf_insn insn_buf[INSN_BUF_SIZE]; member
|
/linux-6.14.4/kernel/trace/ |
D | bpf_trace.c | 2154 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()
|