Searched defs:insn_buf (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/x86/tools/ |
D | insn_sanity.c | 99 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
|
D | insn_decoder_test.c | 122 unsigned char insn_buf[16]; in main() local
|
/Linux-v4.19/arch/x86/kernel/kprobes/ |
D | opt.c | 434 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/ |
D | filter.c | 266 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/ |
D | arraymap.c | 164 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()
|
D | hashtab.c | 506 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()
|
D | verifier.c | 5338 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/ |
D | usbdux.c | 187 __le16 *insn_buf; member
|
D | usbduxsigma.c | 150 u8 *insn_buf; member
|
/Linux-v4.19/kernel/trace/ |
D | bpf_trace.c | 914 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()
|