Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/arch/x86/tools/
Dinsn_sanity.c99 unsigned char *insn_buf, struct insn *insn) in dump_stream()
140 static int read_next_insn(unsigned char *insn_buf) in read_next_insn()
158 static int generate_insn(unsigned char *insn_buf) in generate_insn()
242 unsigned char insn_buf[MAX_INSN_SIZE * 2]; in main() local
Dinsn_decoder_test.c122 unsigned char insn_buf[16]; in main() local
/kernel/linux/linux-4.19/arch/x86/kernel/kprobes/
Dopt.c439 u8 insn_buf[RELATIVEJUMP_SIZE]; in arch_optimize_kprobes() local
464 u8 insn_buf[RELATIVEJUMP_SIZE]; in arch_unoptimize_kprobe() local
/kernel/linux/linux-5.10/net/core/
Dfilter.c290 struct bpf_insn *insn_buf) in convert_skb_access()
6245 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access()
6440 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access()
7743 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue()
7752 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue()
7792 struct bpf_insn *insn_buf) in bpf_gen_ld_abs()
7826 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue()
8105 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue()
8228 struct bpf_insn *insn_buf, in flow_dissector_convert_ctx_access()
8281 struct bpf_insn *insn_buf, in bpf_convert_ctx_access()
[all …]
/kernel/linux/linux-4.19/net/core/
Dfilter.c266 struct bpf_insn *insn_buf) in convert_skb_access()
5376 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue()
5416 struct bpf_insn *insn_buf) in bpf_gen_ld_abs()
5450 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue()
5673 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue()
5748 struct bpf_insn *insn_buf, in bpf_convert_ctx_access()
6047 struct bpf_insn *insn_buf, in sock_filter_convert_ctx_access()
6151 struct bpf_insn *insn_buf, in tc_cls_act_convert_ctx_access()
6175 struct bpf_insn *insn_buf, in xdp_convert_ctx_access()
6295 struct bpf_insn *insn_buf, in sock_addr_convert_ctx_access()
[all …]
/kernel/linux/linux-5.10/net/xdp/
Dxskmap.c135 static int xsk_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in xsk_map_gen_lookup()
/kernel/linux/linux-4.19/kernel/bpf/
Darraymap.c164 static u32 array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in array_map_gen_lookup()
708 struct bpf_insn *insn_buf) in array_of_map_gen_lookup()
Dhashtab.c506 static u32 htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup()
546 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup()
1416 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup()
Dverifier.c5942 struct bpf_insn insn_buf[16], *insn; in convert_ctx_accesses() local
6287 struct bpf_insn insn_buf[16]; in fixup_bpf_calls() local
6356 struct bpf_insn insn_buf[16]; in fixup_bpf_calls() local
/kernel/linux/linux-5.10/kernel/bpf/
Dcgroup.c1694 struct bpf_insn *insn_buf, in sysctl_convert_ctx_access()
1851 struct bpf_insn *insn_buf, in cg_sockopt_convert_ctx_access()
1896 static int cg_sockopt_get_prologue(struct bpf_insn *insn_buf, in cg_sockopt_get_prologue()
Dhashtab.c615 static int htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup()
655 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup()
2100 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup()
Darraymap.c217 static int array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in array_map_gen_lookup()
1261 struct bpf_insn *insn_buf) in array_of_map_gen_lookup()
Dverifier.c10960 struct bpf_insn insn_buf[16], *insn; in convert_ctx_accesses() local
11406 struct bpf_insn insn_buf[16]; in fixup_bpf_calls() local
11475 struct bpf_insn insn_buf[16]; in fixup_bpf_calls() local
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
Dseverity.c220 u8 insn_buf[MAX_INSN_SIZE]; in is_copy_from_user() local
/kernel/linux/linux-5.10/arch/x86/kernel/
Dtraps.c495 u8 insn_buf[MAX_INSN_SIZE]; in get_kernel_gp_address() local
/kernel/linux/linux-5.10/include/linux/
Dbpf.h2007 struct bpf_insn *insn_buf, in bpf_sock_convert_ctx_access()
2052 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access()
2067 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access()
/kernel/linux/linux-4.19/drivers/staging/comedi/drivers/
Dusbdux.c187 __le16 *insn_buf; member
Dusbduxsigma.c150 u8 *insn_buf; member
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dusbdux.c187 __le16 *insn_buf; member
Dusbduxsigma.c150 u8 *insn_buf; member
/kernel/linux/linux-4.19/kernel/trace/
Dbpf_trace.c984 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1858 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()