/linux-6.3-rc2/tools/perf/util/ |
A D | Build | 72 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 D | imx7d-flex-concentrator-mfg.dts | 12 #include "imx7d-flex-concentrator.dts" 16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
|
A D | imx7d-flex-concentrator.dts | 18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_perf.c | 2396 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 | .gitignore | 31 *-flex.*
|
A D | Makefile.perf | 193 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 D | Makefile | 20 LEX= flex
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | relo_core.c | 367 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 D | group_descr.rst | 17 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 D | Kconfig | 131 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 D | changes.rst | 40 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 D | Makefile.host | 9 $(call if_changed,flex)
|
/linux-6.3-rc2/Documentation/ |
A D | Changes | 39 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 D | changes.rst | 39 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 D | Makefile | 6 LEX = flex
|
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/ |
A D | iavf_ethtool.c | 998 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 D | igc_main.c | 3400 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 D | igc.h | 524 bool flex; member
|
A D | igc_ethtool.c | 1255 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 D | ice_lan_tx_rx.h | 263 } flex; member 299 } flex; member 339 } flex; member
|
/linux-6.3-rc2/scripts/package/ |
A D | mkspec | 54 $S BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
|
/linux-6.3-rc2/tools/build/Documentation/ |
A D | Build.txt | 129 It's possible to include special rule if needed (like we do for flex or bison
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | s390.rst | 46 flex \
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | workload-tracing.rst | 85 sudo apt-get build-essentials flex bison yacc
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/ |
A D | qcom.yaml | 731 - lenovo,flex-5g
|