Home
last modified time | relevance | path

Searched full:advanced (Results 1 – 25 of 3381) sorted by relevance

12345678910>>...136

/linux-6.15/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/
Dfp_operation.json19 …"BriefDescription": "This event counts architecturally executed Advanced SIMD floating-point opera…
27 …"BriefDescription": "This event counts architecturally executed Advanced SIMD and SVE floating-poi…
35 …"BriefDescription": "This event counts architecturally executed Advanced SIMD half-precision float…
43 …"BriefDescription": "This event counts architecturally executed Advanced SIMD and SVE half-precisi…
51 …"BriefDescription": "This event counts architecturally executed Advanced SIMD single-precision flo…
59 …"BriefDescription": "This event counts architecturally executed Advanced SIMD and SVE single-preci…
67 …"BriefDescription": "This event counts architecturally executed Advanced SIMD double-precision flo…
75 …"BriefDescription": "This event counts architecturally executed Advanced SIMD and SVE double-preci…
83 …"BriefDescription": "This event counts architecturally executed Advanced SIMD floating-point divid…
91 …"BriefDescription": "This event counts architecturally executed Advanced SIMD and SVE floating-poi…
[all …]
Dsve.json4 … event counts architecturally executed SIMD instructions, excluding the Advanced SIMD scalar instr…
16 … "BriefDescription": "This event counts architecturally executed Advanced SIMD and SVE operations."
28 …: "This event counts architecturally executed operations due to scalar, Advanced SIMD, and SVE ins…
36 …ted floating-point reciprocal estimate operations due to the Advanced SIMD scalar, Advanced SIMD v…
40 …ecturally executed floating-point convert operations due to the scalar, Advanced SIMD, and SVE flo…
44 … "BriefDescription": "This event counts architecturally executed Advanced SIMD integer operations."
52 …"BriefDescription": "This event counts architecturally executed Advanced SIMD and SVE integer oper…
64 …"BriefDescription": "This event counts architecturally executed Advanced SIMD integer multiply ope…
72 …"BriefDescription": "This event counts architecturally executed Advanced SIMD and SVE integer mult…
84 …"BriefDescription": "This event counts architecturally executed Advanced SIMD non-floating-point o…
[all …]
/linux-6.15/arch/x86/crypto/
DKconfig74 - AVX (Advanced Vector Extensions)
85 - AVX2 (Advanced Vector Extensions 2)
100 - AVX (Advanced Vector Extensions)
118 - AVX (Advanced Vector Extensions)
181 - AVX (Advanced Vector Extensions)
194 - AVX2 (Advanced Vector Extensions 2)
211 - AVX (Advanced Vector Extensions)
233 - AVX2 (Advanced Vector Extensions 2)
292 - AVX (Advanced Vector Extensions)
309 - AVX (Advanced Vector Extensions)
[all …]
/linux-6.15/Documentation/core-api/
Dmaple_tree.rst24 use the normal API. An :ref:`maple-tree-advanced-api` exists for more complex
34 :ref:`maple-tree-advanced-api`, but are blocked by the normal API.
40 :ref:`maple-tree-advanced-api`. This is useful for users who must guarantee a
78 worth looking at the mas_for_each() API in the :ref:`maple-tree-advanced-api`
82 not allocate memory, please see :ref:`maple-tree-advanced-api` for this use case.
95 :ref:`maple-tree-advanced-alloc` for other options.
100 You do not have to worry about locking. See :ref:`maple-tree-advanced-locks`
132 .. _maple-tree-advanced-api:
134 Advanced API
137 The advanced API offers more flexibility and better performance at the
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/cfg/
D6000.c124 .name = "Intel(R) Centrino(R) Advanced-N 6205 AGN",
130 .name = "Intel(R) Centrino(R) Advanced-N 6205 ABG",
135 .name = "Intel(R) Centrino(R) Advanced-N 6205 BG",
140 .name = "Intel(R) Centrino(R) Advanced-N 6205S AGN",
146 .name = "Intel(R) Centrino(R) Advanced-N 6205D AGN",
152 .name = "Intel(R) Centrino(R) Advanced-N 6206 AGN",
158 .name = "Intel(R) Centrino(R) Advanced-N 6207 AGN",
177 .name = "Intel(R) Centrino(R) Advanced-N 6230 AGN",
183 .name = "Intel(R) Centrino(R) Advanced-N 6230 ABG",
188 .name = "Intel(R) Centrino(R) Advanced-N 6230 BGN",
[all …]
/linux-6.15/tools/perf/pmu-events/arch/arm64/
Dcommon-and-microarch.json569 "BriefDescription": "Operation speculatively executed, Advanced SIMD or SVE."
592 "BriefDescription": "Floating-point Operation speculatively executed, Advanced SIMD."
602 "BriefDescription": "Floating-point Operation speculatively executed, Advanced SIMD or SVE."
613 …"BriefDescription": "Floating-point Operation speculatively executed, Advanced SIMD half precision…
623 …"BriefDescription": "Floating-point Operation speculatively executed, Advanced SIMD or SVE half pr…
634 …"BriefDescription": "Floating-point Operation speculatively executed, Advanced SIMD single precisi…
644 …"BriefDescription": "Floating-point Operation speculatively executed, Advanced SIMD or SVE single …
655 …"BriefDescription": "Floating-point Operation speculatively executed, Advanced SIMD double precisi…
665 …"BriefDescription": "Floating-point Operation speculatively executed, Advanced SIMD or SVE double …
675 "BriefDescription": "Floating-point Operation speculatively executed, Advanced SIMD divide."
[all …]
/linux-6.15/arch/arm64/crypto/
DKconfig26 - NEON (Advanced SIMD) extensions
38 - NEON (Advanced SIMD) extensions
109 - NEON (Advanced SIMD) extensions
187 - NEON (Advanced SIMD) extensions
201 - NEON (Advanced SIMD) extensions
221 - NEON (Advanced SIMD) extensions
233 - NEON (Advanced SIMD) extensions
251 - NEON (Advanced SIMD) extensions
266 - NEON (Advanced SIMD) extensions
283 - NEON (Advanced SIMD) extensions
[all …]
/linux-6.15/arch/arm/crypto/
DKconfig16 - NEON (Advanced SIMD) extensions
31 - NEON (Advanced SIMD) extensions
47 - NEON (Advanced SIMD) extensions
58 - NEON (Advanced SIMD) extensions
81 - NEON (Advanced SIMD) extensions
108 - NEON (Advanced SIMD) extensions
139 - NEON (Advanced SIMD) extensions
149 - NEON (Advanced SIMD) extensions
227 - NEON (Advanced SIMD) extensions
/linux-6.15/fs/iomap/
Diter.c63 ssize_t advanced; in iomap_iter() local
73 * Calculate how far the iter was advanced and the original length bytes in iomap_iter()
76 advanced = iter->pos - iter->iter_start_pos; in iomap_iter()
77 olen = iter->len + advanced; in iomap_iter()
83 advanced, iter->flags, &iter->iomap); in iomap_iter()
84 if (ret < 0 && !advanced) in iomap_iter()
95 * advanced at all (i.e. no work was done for some reason) unless the in iomap_iter()
100 else if (iter->len == 0 || (!advanced && !stale)) in iomap_iter()
/linux-6.15/Documentation/networking/
Dbatman-adv.rst7 Batman advanced is a new approach to wireless networking which does no longer
9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
14 above batman advanced, prominent examples are: IPv4, IPv6, DHCP, IPX.
16 Batman advanced was implemented as a Linux kernel driver to reduce the overhead
83 To make use of your newly created mesh, batman advanced provides a new
85 to batman advanced are not relevant any longer because batman handles them for
101 interfaces now used by batman advanced, e.g.::
143 As batman advanced operates on layer 2, all hosts participating in the virtual
/linux-6.15/arch/arm64/boot/dts/ti/
Dk3-am6548-iot2050-advanced.dts9 * AM6548-based (quad-core) IOT2050 Advanced variant, Product Generation 1
18 #include "k3-am6548-iot2050-advanced-common.dtsi"
23 compatible = "siemens,iot2050-advanced", "ti,am654";
24 model = "SIMATIC IOT2050 Advanced";
Dk3-am6548-iot2050-advanced-pg2.dts9 * AM6548-based (quad-core) IOT2050 Advanced variant, Product Generation 2
18 #include "k3-am6548-iot2050-advanced-common.dtsi"
25 compatible = "siemens,iot2050-advanced-pg2", "ti,am654";
26 model = "SIMATIC IOT2050 Advanced PG2";
DMakefile75 k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie-dtbs := k3-am6548-iot2050-advanced-m2.dtb \
76 k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtbo
77 k3-am6548-iot2050-advanced-m2-bkey-usb3-dtbs := k3-am6548-iot2050-advanced-m2.dtb \
78 k3-am6548-iot2050-advanced-m2-bkey-usb3.dtbo
81 dtb-$(CONFIG_ARCH_K3) += k3-am6548-iot2050-advanced.dtb
82 dtb-$(CONFIG_ARCH_K3) += k3-am6548-iot2050-advanced-m2.dtb
83 dtb-$(CONFIG_ARCH_K3) += k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtb
84 dtb-$(CONFIG_ARCH_K3) += k3-am6548-iot2050-advanced-m2-bkey-usb3.dtb
85 dtb-$(CONFIG_ARCH_K3) += k3-am6548-iot2050-advanced-pg2.dtb
86 dtb-$(CONFIG_ARCH_K3) += k3-am6548-iot2050-advanced-sm.dtb
[all …]
Dk3-am6548-iot2050-advanced-m2.dts9 * AM6548-based (quad-core) IOT2050 M.2 variant (based on Advanced Product
16 #include "k3-am6548-iot2050-advanced-common.dtsi"
22 compatible = "siemens,iot2050-advanced-m2", "ti,am654";
23 model = "SIMATIC IOT2050 Advanced M2";
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
Dsve.json36 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
40 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
44 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
48 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-v3/
Dsve.json36 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
40 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
44 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
48 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-n3/
Dsve.json36 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
40 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
44 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
48 …"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with t…
/linux-6.15/Documentation/gpu/nova/core/
Dtodo.rst11 ``Beginner``, ``Intermediate``, ``Advanced`` and ``Expert``.
105 | Complexity: Advanced
141 | Complexity: Advanced
247 | Complexity: Advanced
283 | Complexity: Advanced
341 | Complexity: Advanced
376 | Complexity: Advanced
385 | Complexity: Advanced
414 | Complexity: Advanced
422 | Complexity: Advanced
[all …]
/linux-6.15/drivers/net/ethernet/netronome/
DKconfig29 cards working as a advanced Ethernet NIC. It works with both
45 bool "NFP4000/NFP6000 Advanced buffer management NIC support"
50 Enable driver support for Advanced buffer management NIC on NFP.
51 ABM NIC allows advanced configuration of queuing and scheduling
/linux-6.15/drivers/net/ethernet/netronome/nfp/
Dnfp_abi.h32 * @NFP_MBOX_PCIE_ABM_ENABLE: enable PCIe-side advanced buffer management
33 * Enable advanced buffer management of the PCIe block. If ABM is disabled
35 * ABM allows more advanced buffering and priority control.
39 * @NFP_MBOX_PCIE_ABM_DISABLE: disable PCIe-side advanced buffer management
/linux-6.15/Documentation/devicetree/bindings/bus/
Daspeed,ast2600-ahbc.yaml7 title: ASPEED Advanced High-Performance Bus Controller (AHBC)
14 Advanced High-performance Bus Controller (AHBC) supports plenty of mechanisms
16 to control the overall operations of Advanced High-performance Bus (AHB).
/linux-6.15/drivers/net/ethernet/intel/igc/
Digc_base.h13 /* Transmit Descriptor - Advanced */
44 #define IGC_ADVTXD_DTYP_CTXT 0x00200000 /* Advanced Context Descriptor */
45 #define IGC_ADVTXD_DTYP_DATA 0x00300000 /* Advanced Data Descriptor */
56 /* Receive Descriptor - Advanced */
/linux-6.15/drivers/pci/pcie/
DKconfig10 support for Native Hot-Plug, Advanced Error Reporting, Power
29 bool "PCI Express Advanced Error Reporting support"
33 This enables PCI Express Root Port Advanced Error Reporting
42 This enables PCI Express Root Port Advanced Error Reporting
/linux-6.15/arch/m68k/
DKconfig.cpu369 config ADVANCED config
370 bool "Advanced configuration options"
373 This gives you access to some advanced options for the CPU. The
386 depends on ADVANCED && !CPU_HAS_NO_CAS
400 bool "Use one physical chunk of memory only" if ADVANCED && !SUN3
412 int "Order of maximal physically contiguous allocations" if ADVANCED
431 depends on ADVANCED && M68060
/linux-6.15/sound/usb/
Dquirks-table.h546 /* Has ID 0x0099 when not in "Advanced Driver" mode.
602 /* has ID 0x009d when not in "Advanced Driver" mode */
659 * This quirk is for the "Advanced Driver" mode of the Edirol UA-5.
660 * If the advanced mode switch at the back of the unit is off, the
663 * In advanced mode, the UA-5 will output S24_3LE samples (two
679 /* has ID 0x0013 when not in "Advanced Driver" mode */
691 /* has ID 0x0015 when not in "Advanced Driver" mode */
703 /* has ID 0x0017 when not in "Advanced Driver" mode */
722 /* has ID 0x001c when not in "Advanced Driver" mode */
741 /* has ID 0x001e when not in "Advanced Driver" mode */
[all …]

12345678910>>...136