Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
DBuild74 perf-y += parse-events-flex.o
77 perf-y += pmu-flex.o
141 perf-y += expr-flex.o
228 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u…
230 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
231 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $<
238 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c
240 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \
241 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $<
248 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dimx7d-flex-concentrator-mfg.dts12 #include "imx7d-flex-concentrator.dts"
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
Dimx7d-flex-concentrator.dts18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
DMakefile762 imx7d-flex-concentrator.dtb \
763 imx7d-flex-concentrator-mfg.dtb \
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_perf.c2148 struct flex { struct
2157 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2169 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2171 *cs++ = flex->value; in gen8_store_flex()
2172 } while (flex++, --count); in gen8_store_flex()
2182 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2194 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2195 *cs++ = flex->value; in gen8_load_flex()
2196 } while (flex++, --count); in gen8_load_flex()
2205 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
[all …]
/Linux-v6.1/tools/perf/
D.gitignore31 *-flex.*
DMakefile.perf197 FLEX ?= flex
768 $(OUTPUT)%-flex.o: %.c prepare FORCE
1097 …pe* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
/Linux-v6.1/drivers/scsi/aic7xxx/aicasm/
DMakefile20 LEX= flex
/Linux-v6.1/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-v6.1/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-v6.1/fs/nfsd/
DKconfig120 draft-ietf-nfsv4-flex-files for more details.
123 to be a flex file server - it is for testing the client,
/Linux-v6.1/Documentation/translations/it_IT/process/
Dchanges.rst39 flex 2.5.35 flex --version
108 un analizzatore lessicale. Questo richiede flex 2.5.35 o successivo.
381 - <https://github.com/westes/flex/releases>
/Linux-v6.1/scripts/
DMakefile.host9 $(call if_changed,flex)
/Linux-v6.1/Documentation/
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-v6.1/Documentation/process/
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-v6.1/drivers/net/ethernet/intel/igc/
Digc_main.c3273 static void igc_flex_filter_add_field(struct igc_flex_filter *flex, in igc_flex_filter_add_field() argument
3280 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field()
3289 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3294 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3340 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local
3359 flex.index = index; in igc_add_flex_filter()
3360 flex.length = 32; in igc_add_flex_filter()
3361 flex.rx_queue = rule->action; in igc_add_flex_filter()
3369 igc_flex_filter_add_field(&flex, &filter->dst_addr, 0, in igc_add_flex_filter()
3374 igc_flex_filter_add_field(&flex, &filter->src_addr, 6, in igc_add_flex_filter()
[all …]
Digc.h521 bool flex; member
Digc_ethtool.c1255 rule->flex = true; in igc_ethtool_init_nfc_rule()
1257 rule->flex = false; in igc_ethtool_init_nfc_rule()
/Linux-v6.1/tools/bpf/
DMakefile6 LEX = flex
/Linux-v6.1/drivers/net/ethernet/intel/iavf/
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-v6.1/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h263 } flex; member
299 } flex; member
339 } flex; member
/Linux-v6.1/tools/build/Documentation/
DBuild.txt129 It's possible to include special rule if needed (like we do for flex or bison
/Linux-v6.1/Documentation/bpf/
Ds390.rst46 flex \
/Linux-v6.1/
DMakefile512 LEX = flex
DMAINTAINERS12402 M: Daniel Nilsson <daniel.nilsson@flex.com>
19526 M: Daniel Nilsson <daniel.nilsson@flex.com>