/linux-6.6.21/tools/perf/util/ |
D | Build | 74 perf-y += parse-events-flex.o 78 perf-y += pmu-flex.o 143 perf-y += expr-flex.o 159 perf-$(CONFIG_PERF_BPF_SKEL) += bpf-filter-flex.o 240 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u… 242 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \ 243 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $< 250 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c 252 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \ 253 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $< [all …]
|
/linux-6.6.21/arch/arm/boot/dts/nxp/imx/ |
D | imx7d-flex-concentrator-mfg.dts | 12 #include "imx7d-flex-concentrator.dts" 16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
|
D | Makefile | 361 imx7d-flex-concentrator.dtb \ 362 imx7d-flex-concentrator-mfg.dtb \
|
D | imx7d-flex-concentrator.dts | 18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_perf.c | 2505 struct flex { struct 2514 const struct flex *flex, unsigned int count) in gen8_store_flex() argument 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() argument 2551 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex() 2552 *cs++ = flex->value; in gen8_load_flex() 2553 } while (flex++, --count); in gen8_load_flex() 2562 const struct flex *flex, unsigned int count) in gen8_modify_context() argument [all …]
|
/linux-6.6.21/tools/build/ |
D | Makefile.build | 126 $(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE
|
/linux-6.6.21/tools/scripts/ |
D | utilities.mak | 186 # 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.
|
/linux-6.6.21/tools/perf/ |
D | .gitignore | 31 *-flex.*
|
D | Makefile.perf | 198 FLEX ?= flex 773 $(OUTPUT)%-flex.o: %.c prepare FORCE 1137 …pe* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
|
/linux-6.6.21/drivers/scsi/aic7xxx/aicasm/ |
D | Makefile | 20 LEX= flex
|
/linux-6.6.21/tools/lib/bpf/ |
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.6.21/Documentation/filesystems/ext4/ |
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.6.21/fs/nfsd/ |
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.6.21/Documentation/translations/it_IT/process/ |
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.6.21/scripts/ |
D | Makefile.host | 9 $(call if_changed,flex)
|
/linux-6.6.21/Documentation/process/ |
D | changes.rst | 39 flex 2.5.35 flex --version 138 during build. This requires flex 2.5.35 or later. 440 - <https://github.com/westes/flex/releases>
|
/linux-6.6.21/Documentation/ |
D | Changes | 39 flex 2.5.35 flex --version 138 during build. This requires flex 2.5.35 or later. 440 - <https://github.com/westes/flex/releases>
|
/linux-6.6.21/tools/bpf/ |
D | Makefile | 6 LEX = flex
|
/linux-6.6.21/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 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 3599 flex.index = index; in igc_add_flex_filter() 3600 flex.length = 32; in igc_add_flex_filter() 3601 flex.rx_queue = rule->action; in igc_add_flex_filter() 3609 igc_flex_filter_add_field(&flex, &filter->dst_addr, 0, in igc_add_flex_filter() 3614 igc_flex_filter_add_field(&flex, &filter->src_addr, 6, in igc_add_flex_filter() [all …]
|
D | igc.h | 588 bool flex; member
|
/linux-6.6.21/scripts/package/ |
D | kernel.spec | 21 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_lan_tx_rx.h | 263 } flex; member 299 } flex; member 339 } flex; member
|
/linux-6.6.21/drivers/net/ethernet/intel/iavf/ |
D | iavf_ethtool.c | 996 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()
|
/linux-6.6.21/tools/build/Documentation/ |
D | Build.txt | 129 It's possible to include special rule if needed (like we do for flex or bison
|
/linux-6.6.21/Documentation/bpf/ |
D | s390.rst | 46 flex \
|