Home
last modified time | relevance | path

Searched defs:insn_buf (Results 1 – 14 of 14) sorted by relevance

/linux/arch/riscv/kernel/
H A Dvector.c79 bool insn_is_vector(u32 insn_buf) in insn_is_vector()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1319 static int st_ops_gen_prologue_with_kfunc(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue_with_kfunc()
1354 static int st_ops_gen_epilogue_with_kfunc(struct bpf_insn *insn_buf, const struct bpf_prog *prog, in st_ops_gen_epilogue_with_kfunc()
1395 static int st_ops_gen_prologue(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue()
1421 static int st_ops_gen_epilogue(struct bpf_insn *insn_buf, const struct bpf_prog *prog, in st_ops_gen_epilogue()
/linux/net/core/
H A Dfilter.c311 struct bpf_insn *insn_buf) in convert_skb_access()
7217 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access()
7411 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access()
8934 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue()
8943 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue()
8983 struct bpf_insn *insn_buf) in bpf_gen_ld_abs()
9017 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue()
9354 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue()
9478 struct bpf_insn *insn_buf, in flow_dissector_convert_ctx_access()
9624 struct bpf_insn *insn_buf, in bpf_convert_ctx_access()
[all …]
/linux/net/xdp/
H A Dxskmap.c121 static int xsk_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in xsk_map_gen_lookup()
/linux/kernel/bpf/
H A Darraymap.c208 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()
H A Dhashtab.c699 static int htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup()
739 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup()
2307 static int htab_percpu_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_percpu_map_gen_lookup()
2590 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup()
H A Dcgroup.c2284 struct bpf_insn *insn_buf, in sysctl_convert_ctx_access()
2484 struct bpf_insn *insn_buf, in cg_sockopt_convert_ctx_access()
2560 static int cg_sockopt_get_prologue(struct bpf_insn *insn_buf, in cg_sockopt_get_prologue()
H A Dverifier.c20787 struct bpf_insn *insn_buf = env->insn_buf; in convert_ctx_accesses() local
21412 struct bpf_insn *insn_buf, in __fixup_collection_insert_kfunc()
21426 struct bpf_insn *insn_buf, int insn_idx, int *cnt) in fixup_kfunc_call()
21572 struct bpf_insn *insn_buf = env->insn_buf; in do_misc_fixups() local
22502 struct bpf_insn *insn_buf = env->insn_buf; in inline_bpf_loop() local
/linux/arch/riscv/include/asm/
H A Dvector.h410 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 Dctx_rewrite.c649 char insn_buf[64]; in match_program() local
/linux/arch/x86/kernel/
H A Dtraps.c649 u8 insn_buf[MAX_INSN_SIZE]; in get_kernel_gp_address() local
/linux/drivers/comedi/drivers/
H A Dusbdux.c186 __le16 *insn_buf; member
H A Dusbduxsigma.c149 u8 *insn_buf; member
/linux/kernel/trace/
H A Dbpf_trace.c2141 pe_prog_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) pe_prog_convert_ctx_access() argument