Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
H A DBuild85 perf-util-y += parse-events-flex.o
89 perf-util-y += pmu-flex.o
163 perf-util-y += expr-flex.o
180 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf-filter-flex.o
276 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u…
278 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
279 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $<
286 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c
288 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \
289 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $<
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-flex-concentrator-mfg.dts12 #include "imx7d-flex-concentrator.dts"
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
H A DMakefile392 imx7d-flex-concentrator.dtb \
393 imx7d-flex-concentrator-mfg.dtb \
H A Dimx7d-flex-concentrator.dts18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
/linux/drivers/gpu/drm/i915/
H A Di915_perf.c2476 struct flex { struct
2485 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2497 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2499 *cs++ = flex->value; in gen8_store_flex()
2500 } while (flex++, --count); in gen8_store_flex()
2510 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2522 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2523 *cs++ = flex->value; in gen8_load_flex()
2524 } while (flex++, --count); in gen8_load_flex()
2533 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
[all …]
/linux/tools/scripts/
H A 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/tools/build/
H A DMakefile.build124 # bison and flex files are generated in the OUTPUT directory
130 $(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c24 static bool iavf_is_descriptor_done(u64 qw1, bool flex) in iavf_is_descriptor_done() argument
26 if (flex) in iavf_is_descriptor_done()
1134 bool flex) in iavf_process_skb_fields() argument
1145 if (flex) { in iavf_process_skb_fields()
1366 bool flex) in iavf_extract_rx_fields() argument
1368 if (flex) in iavf_extract_rx_fields()
1388 bool flex = rx_ring->rxdid == VIRTCHNL_RXDID_2_FLEX_SQ_NIC; in iavf_clean_rx_irq() local
1419 if (!iavf_is_descriptor_done(qw1, flex)) in iavf_clean_rx_irq()
1422 fields = iavf_extract_rx_fields(rx_ring, rx_desc, flex); in iavf_clean_rx_irq()
1467 iavf_process_skb_fields(rx_ring, rx_desc, skb, fields.ptype, flex); in iavf_clean_rx_irq()
H A Diavf_ethtool.c855 struct iavf_flex_word *flex; in iavf_parse_rx_flow_user_data() local
879 flex = &fltr->flex_words[cnt++]; in iavf_parse_rx_flow_user_data()
880 flex->word = value & IAVF_USERDEF_FLEX_WORD_M; in iavf_parse_rx_flow_user_data()
881 flex->offset = FIELD_GET(IAVF_USERDEF_FLEX_OFFS_M, value); in iavf_parse_rx_flow_user_data()
882 if (flex->offset > IAVF_USERDEF_FLEX_MAX_OFFS_VAL) in iavf_parse_rx_flow_user_data()
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst440 While the script handles expansion into an existing flex array, it does
441 still flag initial migration to flex arrays from 1-element fake flex
446 - __u32 flex[1]; /* fake flex */
447 + __u32 flex[]; /* real flex */
455 type of '__u32 flex[1]' changed:
/linux/drivers/scsi/aic7xxx/aicasm/
H A DMakefile20 LEX= flex
/linux/tools/perf/
H A D.gitignore31 *-flex.*
H A DMakefile.perf153 # for flex/bison parsers.
214 FLEX ?= flex
905 $(OUTPUT)%-flex.o: %.c prepare FORCE
1299 $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
/linux/Documentation/filesystems/ext4/
H 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/scripts/
H A DMakefile.host9 $(call if_changed,flex)
/linux/Documentation/
H A DChanges39 flex 2.5.35 flex --version
132 during build. This requires flex 2.5.35 or later.
447 - <https://github.com/westes/flex/releases>
/linux/tools/bpf/
H A DMakefile6 LEX = flex
/linux/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2_lan_desc.h363 } flex; member
/linux/scripts/package/
H A DPKGBUILD25 flex
H A Dmkdebian211 Build-Depends-Arch: bc, bison, flex,
H A Dkernel.spec20 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c3704 static void igc_flex_filter_add_field(struct igc_flex_filter *flex, in igc_flex_filter_add_field() argument
3711 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field()
3720 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3725 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3773 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local
3790 flex.index = index; in igc_add_flex_filter()
3791 flex.length = 32; in igc_add_flex_filter()
3792 flex.rx_queue = rule->action; in igc_add_flex_filter()
3800 igc_flex_filter_add_field(&flex, &filter->dst_addr, 0, in igc_add_flex_filter()
3805 igc_flex_filter_add_field(&flex, &filter->src_addr, 6, in igc_add_flex_filter()
[all …]
H A Digc.h660 bool flex; member
/linux/tools/build/Documentation/
H A DBuild.txt129 It's possible to include special rule if needed (like we do for flex or bison
/linux/Documentation/bpf/
H A Ds390.rst46 flex \

12