/linux-6.6.21/tools/testing/selftests/x86/ |
D | lam.c | 72 unsigned int later; member 284 if (test->later == 0 && test->lam != 0) in handle_malloc() 302 if (test->later != 0 && test->lam != 0) in handle_malloc() 317 if (test->later == 0 && test->lam != 0) in handle_mmap() 330 if (test->later != 0 && test->lam != 0) in handle_mmap() 352 if (test->later == 0 && test->lam != 0) in handle_syscall() 366 if (test->later != 0 && test->lam != 0) in handle_syscall() 638 if (test->later == 0 && test->lam != 0) in handle_uring() 758 if (!test->later) { in handle_thread() 777 if (test->later) { in handle_thread() [all …]
|
/linux-6.6.21/arch/powerpc/crypto/ |
D | Kconfig | 98 tristate "Stitched AES/GCM acceleration support on P10 or later CPU (PPC)" 109 - Power10 or later features 112 later CPU. This module supports stitched acceleration for AES/GCM. 115 tristate "Ciphers: ChaCha20, XChacha20, XChacha12 (P10 or later)" 125 - Power10 or later 129 tristate "Hash functions: Poly1305 (P10 or later)" 137 - Power10 or later
|
/linux-6.6.21/include/linux/ |
D | ktime.h | 169 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier) in ktime_us_delta() argument 171 return ktime_to_us(ktime_sub(later, earlier)); in ktime_us_delta() 174 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() argument 176 return ktime_to_ms(ktime_sub(later, earlier)); in ktime_ms_delta()
|
/linux-6.6.21/scripts/coccinelle/misc/ |
D | array_size_dup.cocci | 43 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-6.6.21/net/bluetooth/ |
D | Kconfig | 53 available with Bluetooth version 1.0b or later and support 55 version 2.0 or later. 71 available with Bluetooth version 3.0 or later. 79 layer available with Bluetooth version 4.0 or later. 87 Bluetooth version 5.2 or later.
|
/linux-6.6.21/arch/arm/boot/dts/st/ |
D | ste-hrefv60plus-tvk.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Device Tree for the HREF version 60 or later with the TVK1281618 R2 UIB
|
D | ste-hrefv60plus-stuib.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Device Tree for the HREF version 60 or later with the ST UIB
|
/linux-6.6.21/Documentation/i2c/busses/ |
D | i2c-i801.rst | 54 On Intel Patsburg and later chipsets, both the normal host SMBus controller 84 ICH3 (82801CA/CAM) and later devices (PCH) are Intel chips that are a part of 108 Block process call is supported on the 82801EB (ICH5) and later chips. 114 I2C block read is supported on the 82801EB (ICH5) and later chips. 120 The 82801DB (ICH4) and later chips support several SMBus 2.0 features. 126 PCI interrupt support is supported on the 82801EB (ICH5) and later chips. 175 Note: There's a useful script in lm_sensors 2.10.2 and later, named
|
/linux-6.6.21/Documentation/userspace-api/media/rc/ |
D | lirc-set-rec-carrier-range.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 41 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
|
/linux-6.6.21/Documentation/devicetree/bindings/misc/ |
D | nvidia,tegra186-misc.yaml | 7 title: NVIDIA Tegra186 (and later) MISC register block 13 description: The MISC register block found on Tegra186 and later SoCs contains
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-devices-mmc | 6 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
|
/linux-6.6.21/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra30-ahub.txt | 21 Tegra30 and later: 33 Tegra114 and later additionally require: 36 Tegra124 and later additionally require:
|
/linux-6.6.21/Documentation/powerpc/ |
D | elf_hwcaps.rst | 147 supporting later architectures DO NOT set this feature. 160 supporting later architectures also set this feature. 182 supporting later architectures also set this feature. 195 later. 209 supporting later architectures also set this feature. 228 supporting later architectures also set this feature.
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | app-pri.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 15 applications and automatically regain control of the device at a later
|
D | libv4l.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
D | capture-example.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
/linux-6.6.21/tools/memory-model/Documentation/ |
D | glossary.txt | 7 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-6.6.21/Documentation/devicetree/bindings/interrupt-controller/ |
D | nvidia,tegra20-ictlr.txt | 14 Tegra generations later than Tegra30 the compatible value should 18 whereas Tegra30 and later have 5).
|
/linux-6.6.21/Documentation/devicetree/bindings/i2c/ |
D | nvidia,tegra186-bpmp-i2c.yaml | 7 title: NVIDIA Tegra186 (and later) BPMP I2C controller 14 In Tegra186 and later, the BPMP (Boot and Power Management Processor)
|
/linux-6.6.21/Documentation/devicetree/bindings/spi/ |
D | qcom,spi-qup.yaml | 28 - qcom,spi-qup-v2.1.1 # for 8974 and later 29 - qcom,spi-qup-v2.2.1 # for 8974 v2 and later
|
/linux-6.6.21/drivers/rtc/ |
D | rtc-mcp795.c | 264 time64_t later; in mcp795_set_alarm() local 274 later = rtc_tm_to_time64(&alm->time); in mcp795_set_alarm() 275 if (later <= now) in mcp795_set_alarm() 278 if ((later - now) >= in mcp795_set_alarm()
|
/linux-6.6.21/security/integrity/ima/ |
D | ima_fs.c | 84 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_measurements_start() 102 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later); in ima_measurements_next() 106 return (&qe->later == &ima_measurements) ? NULL : qe; in ima_measurements_next()
|
/linux-6.6.21/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 43 before any po-later instruction is executed on the same CPU. 46 other CPUs before any po-later instruction is executed on the original 58 stores (all po-later instructions) on the same CPU are 60 po-later stores on the same CPU must propagate to all other CPUs
|
/linux-6.6.21/Documentation/userspace-api/media/dvb/ |
D | ca-fopen.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 56 blocking mode can later be put into non-blocking mode (and vice versa)
|
/linux-6.6.21/Documentation/fb/ |
D | cirrusfb.rst | 89 * Requires kernel 2.3.14-pre1 or later. 94 * Bundled with kernel 2.3.14-pre1 or later.
|