Home
last modified time | relevance | path

Searched refs:flex (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.3-rc2/tools/perf/util/
A DBuild72 perf-y += parse-events-flex.o
76 perf-y += pmu-flex.o
142 perf-y += expr-flex.o
241 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
249 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c
251 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \
259 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c
261 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/pmu-flex.c \
279 CFLAGS_parse-events-flex.o += $(flex_flags)
280 CFLAGS_pmu-flex.o += $(flex_flags)
[all …]
/linux-6.3-rc2/arch/arm/boot/dts/
A Dimx7d-flex-concentrator-mfg.dts12 #include "imx7d-flex-concentrator.dts"
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
A Dimx7d-flex-concentrator.dts18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_perf.c2396 struct flex { struct
2405 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2419 *cs++ = flex->value; in gen8_store_flex()
2430 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2443 *cs++ = flex->value; in gen8_load_flex()
2453 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
2473 const struct flex *flex, unsigned int count, in gen8_modify_self() argument
2501 struct flex *flex, unsigned int count) in gen8_configure_context() argument
2606 struct flex *regs, in oa_configure_all_contexts()
2679 struct flex regs[] = { in gen12_configure_all_contexts()
[all …]
/linux-6.3-rc2/tools/perf/
A D.gitignore31 *-flex.*
A DMakefile.perf193 FLEX ?= flex
780 $(OUTPUT)%-flex.o: %.c prepare FORCE
1102 …pe* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
/linux-6.3-rc2/drivers/scsi/aic7xxx/aicasm/
A DMakefile20 LEX= flex
/linux-6.3-rc2/tools/lib/bpf/
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()
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dgroup_descr.rst17 property to group several block groups into a flex group and lay out all
19 group of the flex group.
/linux-6.3-rc2/fs/nfsd/
A DKconfig131 draft-ietf-nfsv4-flex-files for more details.
134 to be a flex file server - it is for testing the client,
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dchanges.rst40 flex 2.5.35 flex --version
114 un analizzatore lessicale. Questo richiede flex 2.5.35 o successivo.
392 - <https://github.com/westes/flex/releases>
/linux-6.3-rc2/scripts/
A DMakefile.host9 $(call if_changed,flex)
/linux-6.3-rc2/Documentation/
A DChanges39 flex 2.5.35 flex --version
136 during build. This requires flex 2.5.35 or later.
426 - <https://github.com/westes/flex/releases>
/linux-6.3-rc2/Documentation/process/
A Dchanges.rst39 flex 2.5.35 flex --version
136 during build. This requires flex 2.5.35 or later.
426 - <https://github.com/westes/flex/releases>
/linux-6.3-rc2/tools/bpf/
A DMakefile6 LEX = flex
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_ethtool.c998 struct iavf_flex_word *flex; in iavf_parse_rx_flow_user_data() local
1022 flex = &fltr->flex_words[cnt++]; in iavf_parse_rx_flow_user_data()
1023 flex->word = value & IAVF_USERDEF_FLEX_WORD_M; in iavf_parse_rx_flow_user_data()
1024 flex->offset = (value & IAVF_USERDEF_FLEX_OFFS_M) >> in iavf_parse_rx_flow_user_data()
1026 if (flex->offset > IAVF_USERDEF_FLEX_MAX_OFFS_VAL) in iavf_parse_rx_flow_user_data()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_main.c3400 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field()
3409 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3414 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3460 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local
3479 flex.index = index; in igc_add_flex_filter()
3480 flex.length = 32; in igc_add_flex_filter()
3481 flex.rx_queue = rule->action; in igc_add_flex_filter()
3512 igc_flex_filter_add_field(&flex, &etype, eth_offset, in igc_add_flex_filter()
3524 ret = igc_write_flex_filter_ll(adapter, &flex); in igc_add_flex_filter()
3569 if (rule->flex) { in igc_enable_nfc_rule()
[all …]
A Digc.h524 bool flex; member
A Digc_ethtool.c1255 rule->flex = true; in igc_ethtool_init_nfc_rule()
1257 rule->flex = false; in igc_ethtool_init_nfc_rule()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_lan_tx_rx.h263 } flex; member
299 } flex; member
339 } flex; member
/linux-6.3-rc2/scripts/package/
A Dmkspec54 $S BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
/linux-6.3-rc2/tools/build/Documentation/
A DBuild.txt129 It's possible to include special rule if needed (like we do for flex or bison
/linux-6.3-rc2/Documentation/bpf/
A Ds390.rst46 flex \
/linux-6.3-rc2/Documentation/admin-guide/
A Dworkload-tracing.rst85 sudo apt-get build-essentials flex bison yacc
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/
A Dqcom.yaml731 - lenovo,flex-5g

Completed in 49 milliseconds

12