Home
last modified time | relevance | path

Searched refs:flex (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_perf.c2108 struct flex { struct
2117 const struct flex *flex, unsigned int count) in gen8_store_flex()
2129 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2131 *cs++ = flex->value; in gen8_store_flex()
2132 } while (flex++, --count); in gen8_store_flex()
2142 const struct flex *flex, unsigned int count) in gen8_load_flex()
2154 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2155 *cs++ = flex in gen8_load_flex()
2115 gen8_store_flex(struct i915_request *rq, struct intel_context *ce, const struct flex *flex, unsigned int count) gen8_store_flex() argument
2140 gen8_load_flex(struct i915_request *rq, struct intel_context *ce, const struct flex *flex, unsigned int count) gen8_load_flex() argument
2164 gen8_modify_context(struct intel_context *ce, const struct flex *flex, unsigned int count) gen8_modify_context() argument
2184 gen8_modify_self(struct intel_context *ce, const struct flex *flex, unsigned int count, struct i915_active *active) gen8_modify_self() argument
2212 gen8_configure_context(struct i915_gem_context *ctx, struct flex *flex, unsigned int count) gen8_configure_context() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf.c2505 struct flex { struct
2514 const struct flex *flex, unsigned int count) in gen8_store_flex()
2526 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2528 *cs++ = flex->value; in gen8_store_flex()
2529 } while (flex++, --count); in gen8_store_flex()
2539 const struct flex *flex, unsigned int count) in gen8_load_flex()
2551 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2552 *cs++ = flex in gen8_load_flex()
2512 gen8_store_flex(struct i915_request *rq, struct intel_context *ce, const struct flex *flex, unsigned int count) gen8_store_flex() argument
2537 gen8_load_flex(struct i915_request *rq, struct intel_context *ce, const struct flex *flex, unsigned int count) gen8_load_flex() argument
2561 gen8_modify_context(struct intel_context *ce, const struct flex *flex, unsigned int count) gen8_modify_context() argument
2581 gen8_modify_self(struct intel_context *ce, const struct flex *flex, unsigned int count, struct i915_active *active) gen8_modify_self() argument
2609 gen8_configure_context(struct i915_perf_stream *stream, struct i915_gem_context *ctx, struct flex *flex, unsigned int count) gen8_configure_context() argument
[all...]
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak186 # was to check the flex version to see if we can use compiler warnings as
187 # errors for one of the cases flex generates code C compilers complains about.
196 # check the flex version to see if we can use compiler warnings as errors for
197 # one of the cases flex generates code C compilers complains about.
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Drelo_core.c367 bool flex; in bpf_core_parse_spec() local
373 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec()
374 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec()
643 bool flex; in bpf_core_spec_match() local
649 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match()
650 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A DMakefile20 LEX= flex
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A DMakefile20 LEX= flex
/kernel/linux/linux-5.10/tools/bpf/
H A DMakefile6 LEX = flex
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf-filter.c12 #include <util/bpf-filter-flex.h>
H A Dexpr.c14 #include <util/expr-flex.h>
H A Dpmu.c23 #include <util/pmu-flex.h>
H A Dparse-events.c21 #include <util/parse-events-flex.h>
/kernel/linux/linux-6.6/tools/bpf/
H A DMakefile6 LEX = flex
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c996 struct iavf_flex_word *flex; in iavf_parse_rx_flow_user_data() local
1020 flex = &fltr->flex_words[cnt++]; in iavf_parse_rx_flow_user_data()
1021 flex->word = value & IAVF_USERDEF_FLEX_WORD_M; in iavf_parse_rx_flow_user_data()
1022 flex->offset = (value & IAVF_USERDEF_FLEX_OFFS_M) >> in iavf_parse_rx_flow_user_data()
1024 if (flex->offset > IAVF_USERDEF_FLEX_MAX_OFFS_VAL) in iavf_parse_rx_flow_user_data()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h263 } flex; member
299 } flex; member
339 } flex; member
346 * profiles 2-63 are flex profiles that can be programmed
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_main.c3437 dev_err(dev, "The length of a flex filter has to be 8 byte aligned!\n"); in igc_write_flex_filter_ll()
3441 /* Select corresponding flex filter register and get base for host table. */ in igc_write_flex_filter_ll()
3446 /* When adding a filter globally disable flex filter feature. That is in igc_write_flex_filter_ll()
3507 dev_dbg(&adapter->pdev->dev, "Added flex filter %u to HW.\n", in igc_write_flex_filter_ll()
3513 static void igc_flex_filter_add_field(struct igc_flex_filter *flex, in igc_flex_filter_add_field() argument
3520 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field()
3529 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3534 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3580 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local
3590 /* Construct the flex filte in igc_add_flex_filter()
[all...]
H A Digc.h588 bool flex; member
H A Digc_ethtool.c1279 rule->flex = true; in igc_ethtool_init_nfc_rule()
1281 rule->flex = false; in igc_ethtool_init_nfc_rule()
1349 * 2. Match on complete TCI field and use flex filter for it in igc_ethtool_add_nfc_rule()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h242 } flex; member
278 } flex; member
285 * profiles 2-63 are flex profiles that can be programmed
/kernel/linux/linux-6.6/rust/
H A DMakefile292 -fstrict-flex-arrays=% \
/kernel/linux/linux-6.6/
H A DMakefile509 LEX = flex
995 KBUILD_CFLAGS += $(call cc-option, -fstrict-flex-arrays=3)
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c4616 bool flex; in bpf_core_parse_spec() local
4622 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec()
4623 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec()
5070 bool flex; in bpf_core_spec_match() local
5076 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match()
5077 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
/kernel/linux/linux-5.10/
H A DMakefile458 LEX = flex

Completed in 75 milliseconds