Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/kernel/
H A Dvector.c79 bool insn_is_vector(u32 insn_buf) in insn_is_vector()
/linux-6.15/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1315 static int st_ops_gen_prologue_with_kfunc(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue_with_kfunc()
1350 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()
1391 static int st_ops_gen_prologue(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue()
1417 static int st_ops_gen_epilogue(struct bpf_insn *insn_buf, const struct bpf_prog *prog, in st_ops_gen_epilogue()
/linux-6.15/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-6.15/net/core/
H A Dfilter.c311 struct bpf_insn *insn_buf) in convert_skb_access()
7209 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access()
7403 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access()
8989 struct bpf_insn *insn_buf) in bpf_gen_ld_abs()
9630 struct bpf_insn *insn_buf, in bpf_convert_ctx_access()
9996 struct bpf_insn *insn_buf, in bpf_sock_convert_ctx_access()
10171 struct bpf_insn *insn_buf, in tc_cls_act_convert_ctx_access()
10195 struct bpf_insn *insn_buf, in xdp_convert_ctx_access()
10319 struct bpf_insn *insn_buf, in sock_addr_convert_ctx_access()
11507 struct bpf_insn *insn_buf, in sk_reuseport_convert_ctx_access()
[all …]
/linux-6.15/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.c689 static int htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup()
729 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup()
2310 static int htab_percpu_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_percpu_map_gen_lookup()
2594 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup()
H A Dcgroup.c2258 struct bpf_insn *insn_buf, in sysctl_convert_ctx_access()
2462 struct bpf_insn *insn_buf, in cg_sockopt_convert_ctx_access()
2538 static int cg_sockopt_get_prologue(struct bpf_insn *insn_buf, in cg_sockopt_get_prologue()
H A Dverifier.c20758 struct bpf_insn *insn_buf = env->insn_buf; in convert_ctx_accesses() local
21385 struct bpf_insn *insn_buf, in __fixup_collection_insert_kfunc()
21399 struct bpf_insn *insn_buf, int insn_idx, int *cnt) in fixup_kfunc_call()
21541 struct bpf_insn *insn_buf = env->insn_buf; in do_misc_fixups() local
22471 struct bpf_insn *insn_buf = env->insn_buf; in inline_bpf_loop() local
/linux-6.15/arch/riscv/include/asm/
H A Dvector.h394 static __always_inline bool insn_is_vector(u32 insn_buf) { return false; } in insn_is_vector()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dseverity.c237 u8 insn_buf[MAX_INSN_SIZE]; in is_copy_from_user() local
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c649 char insn_buf[64]; in match_program() local
/linux-6.15/arch/x86/kernel/
H A Dtraps.c648 u8 insn_buf[MAX_INSN_SIZE]; in get_kernel_gp_address() local
/linux-6.15/drivers/comedi/drivers/
H A Dusbduxsigma.c149 u8 *insn_buf; member
H A Dusbdux.c186 __le16 *insn_buf; member
/linux-6.15/include/linux/
H A Dbpf.h3432 struct bpf_insn *insn_buf, in bpf_sock_convert_ctx_access()
3483 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access()
3498 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access()
H A Dbpf_verifier.h812 struct bpf_insn insn_buf[INSN_BUF_SIZE]; member
/linux-6.15/kernel/trace/
H A Dbpf_trace.c2147 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()