Home
last modified time | relevance | path

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

/Linux-v4.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
/Linux-v4.19/arch/x86/kernel/kprobes/
Dopt.c434 u8 insn_buf[RELATIVEJUMP_SIZE]; in arch_optimize_kprobes() local
459 u8 insn_buf[RELATIVEJUMP_SIZE]; in arch_unoptimize_kprobe() local
/Linux-v4.19/net/core/
Dfilter.c266 struct bpf_insn *insn_buf) in convert_skb_access()
5371 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue()
5411 struct bpf_insn *insn_buf) in bpf_gen_ld_abs()
5445 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue()
5666 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue()
5741 struct bpf_insn *insn_buf, in bpf_convert_ctx_access()
6040 struct bpf_insn *insn_buf, in sock_filter_convert_ctx_access()
6144 struct bpf_insn *insn_buf, in tc_cls_act_convert_ctx_access()
6168 struct bpf_insn *insn_buf, in xdp_convert_ctx_access()
6288 struct bpf_insn *insn_buf, in sock_addr_convert_ctx_access()
[all …]
/Linux-v4.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()
534 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup()
1405 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup()
Dverifier.c5338 struct bpf_insn insn_buf[16], *insn; in convert_ctx_accesses() local
5670 struct bpf_insn insn_buf[16]; in fixup_bpf_calls() local
/Linux-v4.19/drivers/staging/comedi/drivers/
Dusbdux.c187 __le16 *insn_buf; member
Dusbduxsigma.c150 u8 *insn_buf; member
/Linux-v4.19/kernel/trace/
Dbpf_trace.c914 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()