Home
last modified time | relevance | path

Searched full:later (Results 1 – 25 of 6626) sorted by relevance

12345678910>>...266

/linux/drivers/misc/amd-sbi/
H A Drmi-i2c.c1 // SPDX-License-Identifier: GPL-2.0-or-later
115 * For Turin and newer platforms, revision is 0x21 or later. This is in sbrmi_i2c_probe()
118 * Verify if revision is 0x21 or later, if yes, switch to 2 byte in sbrmi_i2c_probe()
120 * Continuously using 1 byte address for revision 0x21 or later can lead in sbrmi_i2c_probe()
182 * For Turin and newer platforms, revision is 0x21 or later. This is in sbrmi_i3c_probe()
185 * Verify if revision is 0x21 or later, if yes, switch to 2 byte in sbrmi_i3c_probe()
187 * Continuously using 1 byte address for revision 0x21 or later can lead in sbrmi_i3c_probe()
/linux/arch/arm64/configs/
H A Dhardening.config10 # Pointer authentication (ARMv8.3 and later). If hardware actually supports
15 # Available in ARMv8.5 and later.
22 # Available in ARMv8.7 and later.
/linux/tools/memory-model/Documentation/
H A Dglossary.txt7 Address Dependency: When the address of a later memory access is computed
9 dependency" extends from that load extending to the later access.
30 load before later memory references running on that same CPU.
43 either the value from another CPU's store or some later value,
54 Control Dependency: When a later store's execution depends on a test
88 Data Dependency: When the data written by a later store is computed based
90 extends from that load to that later store. For example:
/linux/tools/testing/selftests/x86/
H A Dlam.c81 unsigned int later; member
312 if (test->later == 0 && test->lam != 0) in handle_malloc()
330 if (test->later != 0 && test->lam != 0) in handle_malloc()
345 if (test->later == 0 && test->lam != 0) in handle_mmap()
358 if (test->later != 0 && test->lam != 0) in handle_mmap()
380 if (test->later == 0 && test->lam != 0) in handle_syscall()
394 if (test->later != 0 && test->lam != 0) in handle_syscall()
434 switch (test->later) { in get_user_syscall()
742 if (test->later == 0 && test->lam != 0) in handle_uring()
862 if (!test->later) { in handle_thread()
[all …]
/linux/Documentation/arch/powerpc/
H A Delf_hwcaps.rst148 supporting later architectures DO NOT set this feature.
161 supporting later architectures also set this feature.
183 supporting later architectures also set this feature.
196 later.
210 supporting later architectures also set this feature.
229 supporting later architectures also set this feature.
/linux/Documentation/i2c/busses/
H A Di2c-i801.rst59 On Intel Patsburg and later chipsets, both the normal host SMBus controller
89 ICH3 (82801CA/CAM) and later devices (PCH) are Intel chips that are a part of
113 Block process call is supported on the 82801EB (ICH5) and later chips.
119 I2C block read is supported on the 82801EB (ICH5) and later chips.
125 The 82801DB (ICH4) and later chips support several SMBus 2.0 features.
131 PCI interrupt support is supported on the 82801EB (ICH5) and later chips.
180 Note: There's a useful script in lm_sensors 2.10.2 and later, named
/linux/include/dt-bindings/bus/
H A Dti-sysc.h4 /* Generic sysc found on omap2 and later, also known as type1 */
11 /* Generic sysc found on omap4 and later, also known as type2 */
16 /* SmartReflex sysc found on 36xx and later */
/linux/arch/x86/xen/
H A Defi.c26 .revision = 0, /* Initialized later. */
31 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */
32 .fw_revision = 0, /* Initialized later. */
43 .nr_tables = 0, /* Initialized later. */
44 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
/linux/scripts/coccinelle/misc/
H A Darray_size_dup.cocci43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
180 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
/linux/net/bluetooth/
H A DKconfig53 available with Bluetooth version 1.0b or later and support
55 version 2.0 or later.
71 layer available with Bluetooth version 4.0 or later.
79 Bluetooth version 5.2 or later.
/linux/Documentation/devicetree/bindings/mmc/
H A Dwm,wm8505-sdhc.yaml44 as "set 1 to disable SD clock", while all the later versions treated it
45 as "set 0 to disable SD clock". Set this property for later versions of
46 wm,wm8505-sdhc. On wm,wm8650-sdhc and later this property is implied and
/linux/arch/powerpc/crypto/
H A DKconfig28 tristate "Stitched AES/GCM acceleration support on P10 or later CPU (PPC)"
40 - Power10 or later features
43 later CPU. This module supports stitched acceleration for AES/GCM.
/linux/Documentation/arch/arm64/
H A Dcpu-hotplug.rst10 CPUs that were not available during boot to be added to the system later.
63 that firmware wishes to disable either from boot (or later) should not be
65 bit set, to indicate they can be enabled later. The boot CPU must be marked as
78 re-discover the dynamic properties of the system from the _STA method later
/linux/include/linux/
H A Dasync.h49 * Returns an async_cookie_t that may be used for checkpointing later.
63 * Returns an async_cookie_t that may be used for checkpointing later.
80 * Returns an async_cookie_t that may be used for checkpointing later.
101 * Returns an async_cookie_t that may be used for checkpointing later.
H A Dktime.h167 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier) in ktime_us_delta() argument
169 return ktime_to_us(ktime_sub(later, earlier)); in ktime_us_delta()
172 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() argument
174 return ktime_to_ms(ktime_sub(later, earlier)); in ktime_ms_delta()
/linux/fs/smb/client/
H A DKconfig36 included in Windows NT4, 2000 and XP (and later). Use of dialects
49 In general, the default dialects, SMB3 and later, enable better
74 Modern dialects, SMB2.1 and later (including SMB3 and 3.1.1), have
114 Samba 3.0.5 or later, that optionally can handle more POSIX like
117 and later) which can negotiate CIFS POSIX ACL support. This config
/linux/arch/powerpc/include/asm/
H A Dicswx.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
68 #define CSB_CC_EXCEED_BYTE_COUNT (19) /* P9 or later */
70 #define CSB_CC_INVALID_CRB (21) /* P9 or later */
71 #define CSB_CC_INVALID_DDE (30) /* P9 or later */
/linux/arch/x86/kernel/fpu/
H A Dinit.c183 * We set this up first, and later it will be overwritten by
191 * Note that the size configuration might be overwritten later in fpu__init_system_xstate_size_legacy()
213 * FPU state that is later cloned into all processes:
221 * later FPU init activities: in fpu__init_system()
/linux/LICENSES/dual/
H A Dcopyleft-next-0.3.14 copyleft-next-0.3.1 is explicitly compatible with GPLv2 (or later) and
12 SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
136 11. Later License Versions
139 designated by a distinguishing version number ("Later Versions").
141 under Later Versions, You may Distribute Covered Works under any Later
/linux/drivers/gpu/drm/imagination/
H A DKconfig5 tristate "Imagination Technologies PowerVR (Series 6 and later) & IMG Graphics"
18 Technologies PowerVR (Series 6 or later) or IMG GPU.
/linux/lib/crypto/mpi/
H A Dmpi-sub-ui.c1 // SPDX-License-Identifier: GPL-2.0-or-later
15 * option) any later version.
21 * later version.
/linux/LICENSES/deprecated/
H A DGFDL-1.11 Valid-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
3 Valid-License-Identifier: GFDL-1.1-no-invariants-or-later
5 SPDX-URL: https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html
15 SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
19 SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
346 License "or any later version" applies to it, you have the option of
348 of any later version that has been published (not as a draft) by the
363 or any later version published by the Free Software Foundation;
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra30-ahub.txt21 Tegra30 and later:
33 Tegra114 and later additionally require:
36 Tegra124 and later additionally require:
/linux/arch/x86/kernel/
H A Drethook.c1 // SPDX-License-Identifier: GPL-2.0-or-later
33 /* Save the 'sp - 16', this will be fixed later. */
48 /* Save the 'sp - 8', this will be fixed later. */
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-mmc6 eMMC4.4 or later card can support such feature. This kind of
17 eMMC4.4 or later card can support such feature. This kind of

12345678910>>...266