| /linux/tools/testing/selftests/x86/ |
| H A D | lam.c | 81 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/arch/arm64/configs/ |
| H A D | hardening.config | 10 # 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/include/linux/ |
| H A D | ktime.h | 167 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/scripts/coccinelle/misc/ |
| H A 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/Documentation/i2c/busses/ |
| H A D | i2c-i801.rst | 59 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/arch/powerpc/crypto/ |
| H A D | Kconfig | 28 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/powerpc/ |
| H A D | elf_hwcaps.rst | 148 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/arch/arm64/ |
| H A D | cpu-hotplug.rst | 10 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/arch/arm/boot/dts/st/ |
| H A 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
|
| H A 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/Documentation/userspace-api/media/rc/ |
| H A 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/tools/memory-model/Documentation/ |
| H A 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/Documentation/devicetree/bindings/sound/ |
| H A D | nvidia,tegra30-ahub.txt | 21 Tegra30 and later: 33 Tegra114 and later additionally require: 36 Tegra124 and later additionally require:
|
| /linux/Documentation/ABI/testing/ |
| H A 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/net/bluetooth/ |
| H A D | Kconfig | 53 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/userspace-api/media/v4l/ |
| H A D | app-pri.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 16 applications and automatically regain control of the device at a later
|
| /linux/drivers/rtc/ |
| H A 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/Documentation/core-api/ |
| H A 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/Documentation/fb/ |
| H A D | cirrusfb.rst | 89 * Requires kernel 2.3.14-pre1 or later. 94 * Bundled with kernel 2.3.14-pre1 or later.
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A 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)
|
| H A D | dmx-fopen.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 66 in blocking mode can later be put into non-blocking mode (and vice versa)
|
| /linux/security/integrity/ima/ |
| H A 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/Documentation/userspace-api/media/ |
| H A D | index.rst | 48 any later version published by the Free Software Foundation, with no 60 later version.
|
| /linux/Documentation/ |
| H A D | Changes | 107 You will need GNU make 4.0 or later to build the kernel. 132 during build. This requires flex 2.5.35 or later. 139 during build. This requires bison 2.0 or later. 145 generates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel 146 modules as well. This requires pahole v1.22 or later. 189 The kernel build requires GNU GLOBAL version 6.6.5 or later to generate 278 later is recommended, due to some significant improvements). 321 Needs libfuse 2.4.0 or later. Absolute minimum is 2.3.0 but mount
|
| /linux/Documentation/process/ |
| H A D | license-rules.rst | 21 GPL-1.0+ : GNU General Public License v1.0 or later 22 GPL-2.0+ : GNU General Public License v2.0 or later 24 LGPL-2.0+ : GNU Library General Public License v2 or later 26 LGPL-2.1+ : GNU Lesser General Public License v2.1 or later 102 License identifiers for licenses like [L]GPL with the 'or later' option 103 are constructed by using a "+" for indicating the 'or later' option.:: 190 later' options two identifiers are valid. 218 For 'GNU General Public License (GPL) version 2 or any later version' use: 443 GPL-2.0-only or GPL-2.0-or-later. The exact
|