| /linux/kernel/bpf/ |
| H A D | fixups.c | 695 struct bpf_insn *insn_buf = env->insn_buf; in bpf_convert_ctx_accesses() local 1472 struct bpf_insn *insn_buf = env->insn_buf; in bpf_do_misc_fixups() local 2418 struct bpf_insn *insn_buf = env->insn_buf; in inline_bpf_loop() local
|
| H A D | arraymap.c | 220 static int array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in array_map_gen_lookup() 265 static int percpu_array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in percpu_array_map_gen_lookup() 1416 struct bpf_insn *insn_buf) in array_of_map_gen_lookup()
|
| H A D | hashtab.c | 773 static int htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup() 813 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup() 2412 static int htab_percpu_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_percpu_map_gen_lookup() 2703 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup()
|
| H A D | cgroup.c | 2416 struct bpf_insn *insn_buf, in sysctl_convert_ctx_access() 2616 struct bpf_insn *insn_buf, in cg_sockopt_convert_ctx_access() 2692 static int cg_sockopt_get_prologue(struct bpf_insn *insn_buf, in cg_sockopt_get_prologue()
|
| H A D | verifier.c | 19764 struct bpf_insn *insn_buf, in __fixup_collection_insert_kfunc() 19778 struct bpf_insn *insn_buf, int insn_idx, int *cnt) in bpf_fixup_kfunc_call()
|
| /linux/net/core/ |
| H A D | filter.c | 315 struct bpf_insn *insn_buf) in convert_skb_access() 7364 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access() 7558 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access() 9097 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() 9106 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() 9146 struct bpf_insn *insn_buf) in bpf_gen_ld_abs() 9180 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() 9521 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() 9648 struct bpf_insn *insn_buf, in flow_dissector_convert_ctx_access() 9794 struct bpf_insn *insn_buf, in bpf_convert_ctx_access() [all …]
|
| /linux/net/xdp/ |
| H A 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/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.c | 1491 st_ops_gen_prologue_with_kfunc(struct bpf_insn * insn_buf,bool direct_write,const struct bpf_prog * prog) st_ops_gen_prologue_with_kfunc() argument 1526 st_ops_gen_epilogue_with_kfunc(struct bpf_insn * insn_buf,const struct bpf_prog * prog,s16 ctx_stack_off) st_ops_gen_epilogue_with_kfunc() argument 1567 st_ops_gen_prologue(struct bpf_insn * insn_buf,bool direct_write,const struct bpf_prog * prog) st_ops_gen_prologue() argument 1593 st_ops_gen_epilogue(struct bpf_insn * insn_buf,const struct bpf_prog * prog,s16 ctx_stack_off) st_ops_gen_epilogue() argument [all...] |
| /linux/arch/riscv/include/asm/ |
| H A D | vector.h | 411 static __always_inline bool insn_is_vector(u32 insn_buf) { return false; } in insn_is_vector()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 651 char insn_buf[64]; in match_program() local
|
| /linux/arch/x86/kernel/ |
| H A D | traps.c | 757 u8 insn_buf[MAX_INSN_SIZE]; in get_kernel_gp_address() local
|
| /linux/drivers/comedi/drivers/ |
| H A D | usbdux.c | 186 __le16 *insn_buf; member
|
| H A D | usbduxsigma.c | 149 u8 *insn_buf; member
|
| /linux/include/linux/ |
| H A D | bpf.h | 3782 bpf_sock_convert_ctx_access(enum bpf_access_type type,const struct bpf_insn * si,struct bpf_insn * insn_buf,struct bpf_prog * prog,u32 * target_size) bpf_sock_convert_ctx_access() argument 3833 bpf_tcp_sock_convert_ctx_access(enum bpf_access_type type,const struct bpf_insn * si,struct bpf_insn * insn_buf,struct bpf_prog * prog,u32 * target_size) bpf_tcp_sock_convert_ctx_access() argument 3848 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type,const struct bpf_insn * si,struct bpf_insn * insn_buf,struct bpf_prog * prog,u32 * target_size) bpf_xdp_sock_convert_ctx_access() argument
|
| H A D | bpf_verifier.h | 917 struct bpf_insn insn_buf[INSN_BUF_SIZE]; member
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 1873 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()
|