Home
last modified time | relevance | path

Searched full:implementations (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/Linux-v5.10/lib/crypto/
DKconfig21 This symbol can be depended upon by arch implementations of the
23 fallback, e.g., for SIMD implementations. If no arch specific
47 This symbol can be depended upon by arch implementations of the
49 fallback, e.g., for SIMD implementations. If no arch specific
72 This symbol can be depended upon by arch implementations of the
74 fallback, e.g., for SIMD implementations. If no arch specific
107 This symbol can be depended upon by arch implementations of the
109 fallback, e.g., for SIMD implementations. If no arch specific
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Ddm-log.rst15 implementations use to perform logging operations (see
17 logging implementations are available and provide different
43 so log implementations can be done there. This is done by forwarding most
53 There are currently two userspace log implementations that leverage this
54 framework - "clustered-disk" and "clustered-core". These implementations
56 can be used in a shared-storage environment when the cluster log implementations
/Linux-v5.10/Documentation/devicetree/bindings/arm/
Dpsci.yaml41 For implementations complying to PSCI versions prior to 0.2.
45 For implementations complying to PSCI 0.2.
49 For implementations complying to PSCI 0.2.
59 For implementations complying to PSCI 1.0.
63 For implementations complying to PSCI 1.0.
124 helps to implement support for OSI mode and OS implementations may choose
/Linux-v5.10/mm/
Dzpool.c7 * This is a common frontend for memory storage pool implementations.
149 * Implementations must guarantee this to be thread-safe.
207 * Implementations must guarantee this to be thread-safe,
232 * Implementations must guarantee this to be thread-safe.
248 * Implementations must guarantee this to be thread-safe.
269 * Implementations must guarantee this to be thread-safe.
288 * Implementations must guarantee this to be thread-safe,
311 * Implementations must guarantee this to be thread-safe.
/Linux-v5.10/Documentation/crypto/
Darchitecture.rst23 The kernel crypto API provides implementations of single block ciphers
101 The kernel crypto API may provide multiple implementations of a template
103 the following implementations: AES-NI, assembler implementation, or
109 implementations providing an implementation with that name and selects
243 existing cipher implementations. The first section addresses the most
258 generic C implementations (gcm.c, aes-generic.c, ctr.c, ghash-generic.c,
262 It is possible that some streamlined cipher implementations (like
263 AES-NI) provide implementations merging aspects which in the view of the
374 Keyed message digest implementations again follow the same concept as
Dintro.rst27 - data transformation implementations (typically ciphers) that can be
33 implementations (i.e. implementations of ciphers and other
/Linux-v5.10/drivers/net/ethernet/ibm/emac/
Demac.h28 /* Common registers across all EMAC implementations. */
42 /* Registers unique to EMAC4 implementations */
53 /* Registers unique to EMAC4SYNC implementations */
62 /* Common registers across all EMAC implementations. */
72 /* Registers unique to EMAC4 implementations */
76 /* Registers unique to EMAC4SYNC implementations */
/Linux-v5.10/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt117 not appear as the DOI identifier in any CIPSO option. Implementations
150 identifier field in the CIPSO header, implementations should assume that
160 types, implementations will require the DOI identifier as well as the tag
163 interoperability with other networks will not be an issue. Implementations
237 speed many implementations including router implementations.
334 speed many implementations including router implementations.
386 speed many implementations including router implementations.
447 parameters are required for CIPSO implementations:
543 CIPSO implementations that support only one label are not required to
544 support the parameters described above. These limited implementations are
/Linux-v5.10/Documentation/core-api/
Dgenericirq.rst67 Analysing a couple of architecture's IRQ subsystem implementations
75 which is normally one of the generic implementations. (This high-level
86 of existing implementations, the __do_IRQ() super-handler is still
177 Default flow implementations
184 default flow implementations. The following helper functions are
219 Default flow handler implementations
349 implementations.
392 To avoid copies of identical implementations of IRQ chips the core
/Linux-v5.10/Documentation/devicetree/bindings/mfd/
Dgoogle,cros-ec.yaml24 For implementations of the EC is connected through I2C.
27 For implementations of the EC is connected through SPI.
30 For implementations of the EC is connected through RPMSG.
57 Some implementations of the EC include a small nvram space used to
/Linux-v5.10/drivers/crypto/caam/
DKconfig97 bool "Register algorithm implementations with the Crypto API"
128 bool "Register hash algorithm implementations with Crypto API"
137 bool "Register public key cryptography implementations with Crypto API"
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.h91 * This component is also in charge of managing the several implementations of
93 * different implementations will differ in the way they implement mac80211's
117 * specific system flows implementations. For example, the bus specific probe
129 * implementations. For example, the bus specific remove function should first
/Linux-v5.10/Documentation/admin-guide/
Dufs.rst13 The problem are differences among implementations. Features of
14 some implementations are undocumented, so its hard to recognize
/Linux-v5.10/net/ipv6/
DKconfig58 implementations of the algorithms that RFC 8221 lists as MUST be
61 implementations of any needed algorithms when available.
73 implementations of the algorithms that RFC 8221 lists as MUST be
76 implementations of any needed algorithms when available.
/Linux-v5.10/arch/openrisc/include/asm/
Dcmpxchg.h2 * 1,2 and 4 byte cmpxchg and xchg implementations for OpenRISC.
12 * The portable implementations of 1 and 2 byte xchg and cmpxchg using a 4
13 * byte cmpxchg is sourced heavily from the sh and mips implementations.
/Linux-v5.10/Documentation/filesystems/
Dindex.rst48 filesystem implementations.
60 Documentation for filesystem implementations.
/Linux-v5.10/arch/arm/include/debug/
Dsamsung.S10 /* The S5PV210/S5PC110 implementations are as belows. */
24 /* The S3C2440 implementations are used by default as they are the
/Linux-v5.10/lib/raid6/
Dneon.c20 * from the actual implementations in neonN.c (generated from neon.uc by
22 * - the actual implementations use NEON intrinsics, and the GCC support header
/Linux-v5.10/Documentation/watchdog/
Dmlx-wdt.rst13 There are 2 types of HW watchdog implementations.
54 This mlx-wdt driver supports both HW watchdog implementations.
/Linux-v5.10/drivers/pci/hotplug/
DTODO5 * There are no implementations of the ->hardware_test, ->get_power and
21 * Implementations of hotplug_slot_ops callbacks such as get_adapter_present()
/Linux-v5.10/Documentation/sound/designs/
Dtracepoints.rst93 it. Else, zero. But this behaviour depends on implementations in driver
99 it. Else, zero. But this behaviour depends on implementations in driver
106 on implementations in driver side.
/Linux-v5.10/arch/arm/include/asm/
Doutercache.h75 * It is intended that this function is only used by implementations
77 * (Some implementations perform this as a clean followed by an invalidate.)
/Linux-v5.10/Documentation/devicetree/bindings/misc/
Dxlnx,sd-fec.txt4 which provides high-throughput LDPC and Turbo Code implementations.
8 power and area savings versus implementations done in the FPGA fabric.
/Linux-v5.10/Documentation/driver-api/soundwire/
Derror_handling.rst36 signals the command was ignored. Some Master implementations allow for a
39 solution. Alternatively some implementations might directly issue a bus
/Linux-v5.10/include/linux/irqchip/
Darm-gic-v4.h43 /* GICv4.0 implementations */
50 /* GICv4.1 implementations */

12345678910>>...31