Searched defs:insn_buf (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/riscv/kernel/ |
H A D | vector.c | 50 static bool insn_is_vector(u32 insn_buf) in insn_is_vector()
|
/openbmc/linux/net/xdp/ |
H A D | xskmap.c | 121 static int xsk_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in xsk_map_gen_lookup()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 304 struct bpf_insn *insn_buf) in convert_skb_access() 7100 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access() 7294 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access() 8816 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() 8825 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() 8865 struct bpf_insn *insn_buf) in bpf_gen_ld_abs() 8899 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() 9227 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() 9351 struct bpf_insn *insn_buf, in flow_dissector_convert_ctx_access() 9495 struct bpf_insn *insn_buf, in bpf_convert_ctx_access() [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | severity.c | 225 u8 insn_buf[MAX_INSN_SIZE]; in is_copy_from_user() local
|
/openbmc/linux/kernel/bpf/ |
H A D | cgroup.c | 2260 struct bpf_insn *insn_buf, in sysctl_convert_ctx_access() 2464 struct bpf_insn *insn_buf, in cg_sockopt_convert_ctx_access() 2540 static int cg_sockopt_get_prologue(struct bpf_insn *insn_buf, in cg_sockopt_get_prologue()
|
H A D | arraymap.c | 208 static int array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in array_map_gen_lookup() 1337 struct bpf_insn *insn_buf) in array_of_map_gen_lookup()
|
H A D | hashtab.c | 719 static int htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup() 759 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup() 2592 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup()
|
H A D | verifier.c | 18326 struct bpf_insn insn_buf[16], *insn; in convert_ctx_accesses() local 18843 struct bpf_insn *insn_buf, in __fixup_collection_insert_kfunc() 18857 struct bpf_insn *insn_buf, int insn_idx, int *cnt) in fixup_kfunc_call() 18951 struct bpf_insn insn_buf[16]; in do_misc_fixups() local 19489 struct bpf_insn insn_buf[] = { in inline_bpf_loop() local
|
/openbmc/linux/arch/x86/kernel/ |
H A D | traps.c | 602 u8 insn_buf[MAX_INSN_SIZE]; in get_kernel_gp_address() local
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | usbduxsigma.c | 149 u8 *insn_buf; member
|
H A D | usbdux.c | 186 __le16 *insn_buf; member
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 3099 struct bpf_insn *insn_buf, in bpf_sock_convert_ctx_access() 3150 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access() 3165 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 2118 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()
|