Home
last modified time | relevance | path

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

12

/linux-6.6.21/tools/perf/util/
DBuild74 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/
Dimx7d-flex-concentrator-mfg.dts12 #include "imx7d-flex-concentrator.dts"
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
DMakefile361 imx7d-flex-concentrator.dtb \
362 imx7d-flex-concentrator-mfg.dtb \
Dimx7d-flex-concentrator.dts18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_perf.c2505 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/
DMakefile.build126 $(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE
/linux-6.6.21/tools/scripts/
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.
/linux-6.6.21/tools/perf/
D.gitignore31 *-flex.*
DMakefile.perf198 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/
DMakefile20 LEX= flex
/linux-6.6.21/tools/lib/bpf/
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.6.21/Documentation/filesystems/ext4/
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.6.21/fs/nfsd/
DKconfig131 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/
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.6.21/scripts/
DMakefile.host9 $(call if_changed,flex)
/linux-6.6.21/Documentation/process/
Dchanges.rst39 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/
DChanges39 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/
DMakefile6 LEX = flex
/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_main.c3513 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 …]
Digc.h588 bool flex; member
/linux-6.6.21/scripts/package/
Dkernel.spec21 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h263 } flex; member
299 } flex; member
339 } flex; member
/linux-6.6.21/drivers/net/ethernet/intel/iavf/
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()
/linux-6.6.21/tools/build/Documentation/
DBuild.txt129 It's possible to include special rule if needed (like we do for flex or bison
/linux-6.6.21/Documentation/bpf/
Ds390.rst46 flex \

12