Searched refs:meta (Results 76 - 100 of 237) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c154 struct nfp_insn_meta *meta; local
158 meta = kzalloc(sizeof(*meta), GFP_KERNEL);
159 if (!meta)
162 meta->insn = prog[i];
163 meta->n = i;
164 if (is_mbpf_alu(meta)) {
165 meta->umin_src = U64_MAX;
166 meta->umin_dst = U64_MAX;
169 list_add_tail(&meta
180 struct nfp_insn_meta *meta, *tmp; local
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c412 struct btf_struct_meta *meta; local
417 meta = btf_find_struct_meta(reg->btf, reg->btf_id);
418 if (meta)
419 rec = meta->record;
1004 static bool is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta);
1007 struct bpf_kfunc_call_arg_meta *meta,
1028 if (is_kfunc_rcu_protected(meta)) {
4930 struct bpf_call_arg_meta *meta);
4959 /* Note that we pass a NULL meta, so raw access will not be permitted.
5327 struct btf_struct_meta *meta; local
1006 mark_stack_slots_iter(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, struct bpf_reg_state *reg, int insn_idx, struct btf *btf, u32 btf_id, int nr_slots) argument
5487 may_access_direct_pkt_data(struct bpf_verifier_env *env, const struct bpf_call_arg_meta *meta, enum bpf_access_type t) argument
6390 struct bpf_iter_meta *meta; local
7124 check_stack_range_initialized( struct bpf_verifier_env *env, int regno, int off, int access_size, bool zero_size_allowed, enum bpf_access_src type, struct bpf_call_arg_meta *meta) argument
7280 check_helper_mem_access(struct bpf_verifier_env *env, int regno, int access_size, bool zero_size_allowed, struct bpf_call_arg_meta *meta) argument
7379 check_mem_size_reg(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, bool zero_size_allowed, struct bpf_call_arg_meta *meta) argument
7437 struct bpf_call_arg_meta meta; local
7470 struct bpf_call_arg_meta meta; local
7591 process_timer_func(struct bpf_verifier_env *env, int regno, struct bpf_call_arg_meta *meta) argument
7628 process_wq_func(struct bpf_verifier_env *env, int regno, struct bpf_kfunc_call_arg_meta *meta) argument
7645 process_kptr_func(struct bpf_verifier_env *env, int regno, struct bpf_call_arg_meta *meta) argument
7789 is_iter_kfunc(struct bpf_kfunc_call_arg_meta *meta) argument
7794 is_iter_new_kfunc(struct bpf_kfunc_call_arg_meta *meta) argument
7799 is_iter_next_kfunc(struct bpf_kfunc_call_arg_meta *meta) argument
7804 is_iter_destroy_kfunc(struct bpf_kfunc_call_arg_meta *meta) argument
7809 is_kfunc_arg_iter(struct bpf_kfunc_call_arg_meta *meta, int arg) argument
7817 process_iter_arg(struct bpf_verifier_env *env, int regno, int insn_idx, struct bpf_kfunc_call_arg_meta *meta) argument
8043 process_iter_next_call(struct bpf_verifier_env *env, int insn_idx, struct bpf_kfunc_call_arg_meta *meta) argument
8126 resolve_map_arg_type(struct bpf_verifier_env *env, const struct bpf_call_arg_meta *meta, enum bpf_arg_type *arg_type) argument
8274 check_reg_type(struct bpf_verifier_env *env, u32 regno, enum bpf_arg_type arg_type, const u32 *arg_btf_id, struct bpf_call_arg_meta *meta) argument
8621 check_func_arg(struct bpf_verifier_env *env, u32 arg, struct bpf_call_arg_meta *meta, const struct bpf_func_proto *fn, int insn_idx) argument
9464 struct bpf_call_arg_meta meta; local
10001 do_refine_retval_range(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int ret_type, int func_id, struct bpf_call_arg_meta *meta) argument
10040 record_func_map(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) argument
10086 record_func_key(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) argument
10244 struct bpf_call_arg_meta meta; local
10778 is_kfunc_acquire(struct bpf_kfunc_call_arg_meta *meta) argument
10783 is_kfunc_release(struct bpf_kfunc_call_arg_meta *meta) argument
10788 is_kfunc_trusted_args(struct bpf_kfunc_call_arg_meta *meta) argument
10793 is_kfunc_sleepable(struct bpf_kfunc_call_arg_meta *meta) argument
10798 is_kfunc_destructive(struct bpf_kfunc_call_arg_meta *meta) argument
10803 is_kfunc_rcu(struct bpf_kfunc_call_arg_meta *meta) argument
10808 is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta) argument
11129 is_kfunc_ret_null(struct bpf_kfunc_call_arg_meta *meta) argument
11139 is_kfunc_bpf_rcu_read_lock(struct bpf_kfunc_call_arg_meta *meta) argument
11144 is_kfunc_bpf_rcu_read_unlock(struct bpf_kfunc_call_arg_meta *meta) argument
11149 is_kfunc_bpf_preempt_disable(struct bpf_kfunc_call_arg_meta *meta) argument
11154 is_kfunc_bpf_preempt_enable(struct bpf_kfunc_call_arg_meta *meta) argument
11160 get_kfunc_ptr_arg_type(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, const struct btf_type *t, const struct btf_type *ref_t, const char *ref_tname, const struct btf_param *args, int argno, int nargs) argument
11249 process_kf_arg_ptr_to_btf_id(struct bpf_verifier_env *env, struct bpf_reg_state *reg, const struct btf_type *ref_t, const char *ref_tname, u32 ref_id, struct bpf_kfunc_call_arg_meta *meta, int argno) argument
11546 __process_kf_arg_ptr_to_graph_root(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta, enum btf_field_type head_field_type, struct btf_field **head_field) argument
11596 process_kf_arg_ptr_to_list_head(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta) argument
11604 process_kf_arg_ptr_to_rbtree_root(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta) argument
11613 __process_kf_arg_ptr_to_graph_node(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta, enum btf_field_type head_field_type, enum btf_field_type node_field_type, struct btf_field **node_field) argument
11677 process_kf_arg_ptr_to_list_node(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta) argument
11686 process_kf_arg_ptr_to_rbtree_node(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta) argument
11717 check_kfunc_args(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, int insn_idx) argument
12200 fetch_kfunc_meta(struct bpf_verifier_env *env, struct bpf_insn *insn, struct bpf_kfunc_call_arg_meta *meta, const char **kfunc_name) argument
12252 struct bpf_kfunc_call_arg_meta meta; local
15894 struct bpf_kfunc_call_arg_meta meta; local
[all...]
H A Dtask_iter.c170 __bpf_md_ptr(struct bpf_iter_meta *, meta);
174 DEFINE_BPF_ITER_FUNC(task, struct bpf_iter_meta *meta, struct task_struct *task)
179 struct bpf_iter_meta meta; local
183 meta.seq = seq;
184 prog = bpf_iter_get_info(&meta, in_stop);
188 ctx.meta = &meta;
340 __bpf_md_ptr(struct bpf_iter_meta *, meta);
346 DEFINE_BPF_ITER_FUNC(task_file, struct bpf_iter_meta *meta,
355 struct bpf_iter_meta meta; local
617 struct bpf_iter_meta meta; local
[all...]
/linux-master/include/net/
H A Dxdp_sock_drv.h203 static inline bool xsk_buff_valid_tx_metadata(struct xsk_tx_metadata *meta) argument
205 return !(meta->flags & ~XDP_TXMD_FLAGS_VALID);
210 struct xsk_tx_metadata *meta; local
215 meta = xp_raw_get_data(pool, addr) - pool->tx_metadata_len;
216 if (unlikely(!xsk_buff_valid_tx_metadata(meta)))
219 return meta;
392 static inline bool xsk_buff_valid_tx_metadata(struct xsk_tx_metadata *meta) argument
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_nat_zones.sh143 ct original zone set meta iifname map @iiftozone
144 meta mark set meta iifname map @iiftomark
146 tcp flags & (syn|ack) == ack add @inflows { ip saddr . tcp sport . meta iifname . ip daddr . tcp dport counter }
147 add @inflows6 { ip6 saddr . tcp sport . meta iifname . ip6 daddr . tcp dport counter }
148 ip protocol icmp add @inicmp { ip saddr . meta iifname . ip daddr counter }
153 ct mark set meta mark meta oifname veth0 masquerade
158 ct direction reply meta mark set ct mark
H A Dnft_synproxy.sh66 meta iif veth0 tcp flags syn counter notrack
74 meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c326 struct coda_buffer_meta *meta; local
346 meta = list_first_entry(&ctx->buffer_meta_list,
357 if (coda_bitstream_can_fetch_past(ctx, meta->end))
400 meta = kmalloc(sizeof(*meta), GFP_KERNEL);
401 if (meta) {
402 meta->sequence = src_buf->sequence;
403 meta->timecode = src_buf->timecode;
404 meta->timestamp = src_buf->vb2_buf.timestamp;
405 meta
1850 struct coda_buffer_meta *meta, *tmp; local
2169 struct coda_buffer_meta *meta; local
2307 struct coda_buffer_meta *meta; local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c148 /* Under count by 1 (don't count meta) for the round down to work out */
671 * @meta: Parsed metadata prepend
676 struct nfp_net_rx_desc *rxd, struct nfp_meta_parsed *meta,
684 if (meta->csum_type) {
685 skb->ip_summed = meta->csum_type;
686 skb->csum = meta->csum;
722 nfp_nfdk_set_hash(struct net_device *netdev, struct nfp_meta_parsed *meta, argument
732 meta->hash_type = PKT_HASH_TYPE_L3;
735 meta->hash_type = PKT_HASH_TYPE_L4;
739 meta
675 nfp_nfdk_rx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, struct nfp_net_rx_desc *rxd, struct nfp_meta_parsed *meta, struct sk_buff *skb) argument
743 nfp_nfdk_parse_meta(struct net_device *netdev, struct nfp_meta_parsed *meta, void *data, void *pkt, unsigned int pkt_len, int meta_len) argument
1050 struct nfp_meta_parsed meta; local
[all...]
/linux-master/drivers/misc/mei/
H A Dhw.h257 * struct mei_ext_meta_hdr - extend header meta data
259 * @size: total size of the extended header list excluding meta header
289 * @meta: meta header of the extended header list
293 static inline struct mei_ext_hdr *mei_ext_begin(struct mei_ext_meta_hdr *meta) argument
295 return (struct mei_ext_hdr *)meta->hdrs;
301 * @meta: meta header of the extended header list
302 * @ext: a meta header on the list
306 static inline bool mei_ext_last(struct mei_ext_meta_hdr *meta, argument
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtrace_marker.tc61 echo meta size = $marker_meta
63 # Now add a little more the meta data overhead will overflow
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c103 key_len = nfp_flow->meta.key_len;
104 mask_len = nfp_flow->meta.mask_len;
105 act_len = nfp_flow->meta.act_len;
112 nfp_flow->meta.key_len >>= NFP_FL_LW_SIZ;
113 nfp_flow->meta.mask_len >>= NFP_FL_LW_SIZ;
114 nfp_flow->meta.act_len >>= NFP_FL_LW_SIZ;
121 memcpy(msg, &nfp_flow->meta, meta_len);
130 nfp_flow->meta.key_len <<= NFP_FL_LW_SIZ;
131 nfp_flow->meta.mask_len <<= NFP_FL_LW_SIZ;
132 nfp_flow->meta
[all...]
H A Dmetadata.c323 nfp_flow->meta.host_ctx_id = cpu_to_be32(stats_cxt);
324 nfp_flow->meta.host_cookie = cpu_to_be64(cookie);
350 nfp_flow->meta.mask_len,
351 &nfp_flow->meta.flags, &new_mask_id)) {
357 nfp_flow->meta.flow_version = cpu_to_be64(priv->flower_version);
378 nfp_flow->meta.mask_len,
395 nfp_flow->meta.flags &= ~NFP_FL_META_FLAG_MANAGE_MASK;
396 nfp_flow->meta.flow_version = cpu_to_be64(priv->flower_version);
412 nfp_flow->meta.mask_len, &nfp_flow->meta
[all...]
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-stats.c30 f->pixelformat = stats->vdev_fmt.fmt.meta.dataformat;
39 struct v4l2_meta_format *meta = &f->fmt.meta; local
44 memset(meta, 0, sizeof(*meta));
45 meta->dataformat = stats->vdev_fmt.fmt.meta.dataformat;
46 meta->buffersize = stats->vdev_fmt.fmt.meta.buffersize;
425 stats->vdev_fmt.fmt.meta
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.c821 struct qtnf_frame_meta_info *meta; local
829 meta = (struct qtnf_frame_meta_info *)
830 (skb_tail_pointer(skb) - sizeof(*meta));
832 if (unlikely(!qtnf_is_frame_meta_magic_valid(meta))) {
834 meta->magic_s, meta->magic_e);
838 if (unlikely(meta->macid >= QTNF_MAX_MAC)) {
839 pr_err_ratelimited("invalid mac(%u)\n", meta->macid);
843 if (unlikely(meta->ifidx >= QTNF_MAX_INTF)) {
844 pr_err_ratelimited("invalid vif(%u)\n", meta
[all...]
/linux-master/fs/afs/
H A Dxdr_fs.h93 } meta; member in union:afs_xdr_dir_block
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_ipv6_route.c14 struct seq_file *seq = ctx->meta->seq;
H A Dbpf_iter_task_vmas.c29 struct seq_file *seq = ctx->meta->seq;
H A Dcgroup_hierarchical_stats.c133 int BPF_PROG(dumper, struct bpf_iter_meta *meta, struct cgroup *cgrp) argument
135 struct seq_file *seq = meta->seq;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddbring.h23 struct ath12k_wmi_dma_buf_release_meta_data_params meta; member in struct:ath12k_dbring_data
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c104 bool meta = MSM_FORMAT_IS_UBWC(fmt); local
135 if (!meta)
159 if (!meta)
276 bool meta; local
290 meta = MSM_FORMAT_IS_UBWC(layout->format);
300 /* | Y meta | ** | Y bitstream | */
306 /* | Cbcr metadata | ** | Y meta | */
309 /* | CbCr bitstream | ** | CbCr meta | */
321 if (!meta)
338 /* | RGB meta | ** | RG
[all...]
/linux-master/kernel/trace/
H A Dtrace_syscalls.c273 struct syscall_metadata *meta = call->data; local
278 for (i = 0; i < meta->nb_args; i++) {
279 ret = trace_define_field(call, meta->types[i],
280 meta->args[i], offset,
511 struct syscall_metadata *meta; local
528 meta = find_syscall_meta(addr);
529 if (!meta)
532 meta->syscall_nr = i;
535 syscalls_metadata[i] = meta;
537 ret = xa_store(&syscalls_metadata_sparse, i, meta,
[all...]
/linux-master/drivers/media/i2c/et8ek8/
H A Det8ek8_driver.c360 struct et8ek8_meta_reglist *meta,
363 struct et8ek8_reglist **next = &meta->reglist[0].ptr;
376 struct et8ek8_meta_reglist *meta,
381 reglist = et8ek8_reglist_find_type(meta, type);
389 struct et8ek8_meta_reglist *meta)
391 return &meta->reglist[0].ptr;
403 struct et8ek8_meta_reglist *meta,
406 struct et8ek8_reglist **list = et8ek8_reglist_first(meta);
457 struct et8ek8_meta_reglist *meta,
462 struct et8ek8_reglist **list = et8ek8_reglist_first(meta);
359 et8ek8_reglist_find_type( struct et8ek8_meta_reglist *meta, u16 type) argument
375 et8ek8_i2c_reglist_find_write(struct i2c_client *client, struct et8ek8_meta_reglist *meta, u16 type) argument
388 et8ek8_reglist_first( struct et8ek8_meta_reglist *meta) argument
402 et8ek8_reglist_find_mode_fmt( struct et8ek8_meta_reglist *meta, struct v4l2_mbus_framefmt *fmt) argument
456 et8ek8_reglist_find_mode_ival( struct et8ek8_meta_reglist *meta, struct et8ek8_reglist *current_reglist, struct v4l2_fract *timeperframe) argument
509 et8ek8_reglist_import(struct i2c_client *client, struct et8ek8_meta_reglist *meta) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h122 struct xsk_tx_metadata *meta));
126 struct xsk_tx_metadata *meta));
/linux-master/drivers/infiniband/hw/efa/
H A Defa_io_defs.h162 * Tx WQE, composed of tx meta descriptors followed by either tx buffer
166 /* TX meta */
167 struct efa_io_tx_meta_desc meta; member in struct:efa_io_tx_wqe
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddbring.h23 struct wmi_dma_buf_release_meta_data meta; member in struct:ath11k_dbring_data

Completed in 767 milliseconds

12345678910