Searched full:fully (Results 1 – 25 of 2555) sorted by relevance
12345678910>>...103
| /kernel/linux/linux-4.19/Documentation/arm/nwfpe/ |
| D | README.FPE | 22 These instructions are fully implemented. 34 These instructions are fully implemented. They store/load three words 52 FLT/FIX are fully implemented. 54 RFS/WFS are fully implemented. 56 RFC/WFC are fully implemented. RFC/WFC are supervisor only instructions, and 67 These are fully implemented. 81 These are fully implemented. 87 These are fully implemented as well. They use the same algorithm as the 97 This is fully implemented. 104 These are fully implemented. [all …]
|
| /kernel/linux/linux-5.10/Documentation/arm/nwfpe/ |
| D | netwinder-fpe.rst | 28 These instructions are fully implemented. 40 These instructions are fully implemented. They store/load three words 58 FLT/FIX are fully implemented. 60 RFS/WFS are fully implemented. 62 RFC/WFC are fully implemented. RFC/WFC are supervisor only instructions, and 73 These are fully implemented. 87 These are fully implemented. 93 These are fully implemented as well. They use the same algorithm as the 103 This is fully implemented. 110 These are fully implemented. [all …]
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | refcount-vs-atomic.rst | 33 In the absence of any memory ordering guarantees (i.e. fully unordered) 86 * none (both fully unordered) 99 * none (both fully unordered) 110 * fully unordered --> RELEASE ordering 123 * fully ordered --> control dependency on success for stores 139 * fully ordered --> RELEASE ordering + ACQUIRE ordering on success 152 * fully ordered --> RELEASE ordering + control dependency 167 * fully ordered --> RELEASE ordering + control dependency + hold
|
| /kernel/linux/linux-4.19/Documentation/core-api/ |
| D | refcount-vs-atomic.rst | 33 In the absence of any memory ordering guarantees (i.e. fully unordered) 79 * none (both fully unordered) 92 * none (both fully unordered) 103 * fully unordered --> RELEASE ordering 116 * fully ordered --> control dependency on success for stores 134 * fully ordered --> RELEASE ordering + control dependency 149 * fully ordered --> RELEASE ordering + control dependency + hold
|
| /kernel/linux/linux-4.19/Documentation/arm/SA1100/ |
| D | Assabet | 255 I2C: Implemented, not fully tested. 256 L3: Fully tested, pass. 260 LCD: Fully tested. PM 263 Video out: Not fully 267 Playback: Fully tested, pass. 282 LPE: Fully tested, pass. 285 SIR: Fully tested, pass. 286 FIR: Fully tested, pass.
|
| /kernel/linux/linux-5.10/Documentation/arm/sa1100/ |
| D | assabet.rst | 257 - I2C: Implemented, not fully tested. 258 - L3: Fully tested, pass. 262 - LCD: Fully tested. PM 266 - Video out: Not fully 270 - Playback: Fully tested, pass. 285 - LPE: Fully tested, pass. 288 - SIR: Fully tested, pass. 289 - FIR: Fully tested, pass.
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | Kconfig | 219 Support for Corsair devices that are not fully compliant with the 230 Support for Cougar devices that are not fully compliant with the 240 Support for Macally devices that are not fully compliant with the 416 - Normal: LEDs are fully on when enabled 427 Support for Keytouch HID devices not fully compliant with 435 Support for KYE/Genius devices not fully compliant with HID standard: 479 Support for ITE devices not fully compliant with HID standard. 532 Support for IBM/Lenovo devices that are not fully compliant with HID standard. 548 Support for Logitech devices that are not fully compliant with HID standard. 662 tristate "Microsoft non-fully HID-compliant devices" [all …]
|
| /kernel/linux/linux-4.19/drivers/hid/ |
| D | Kconfig | 203 Support for Corsair devices that are not fully compliant with the 214 Support for Cougar devices that are not fully compliant with the 365 - Normal: LEDs are fully on when enabled 376 Support for Keytouch HID devices not fully compliant with 384 Support for KYE/Genius devices not fully compliant with HID standard: 422 Support for ITE devices not fully compliant with HID standard. 475 Support for IBM/Lenovo devices that are not fully compliant with HID standard. 490 Support for Logitech devices that are not fully compliant with HID standard. 596 tristate "Microsoft non-fully HID-compliant devices" 600 Support for Microsoft devices that are not fully compliant with HID standard. [all …]
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | atomic_t.txt | 137 atomic variable) can be fully ordered and no intermediate state is lost or 150 - RMW operations that have a return value are fully ordered; 164 Fully ordered primitives are ordered against everything prior and everything 165 subsequent. Therefore a fully ordered primitive is like having an smp_mb() 180 NOTE: when the atomic RmW ops are fully ordered, they should also imply a
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ath/ath10k/ |
| D | Kconfig | 34 work in progress and will not fully work. 41 work in progress and will not fully work. 49 fully work.
|
| /kernel/linux/linux-5.10/Documentation/ |
| D | atomic_t.txt | 156 atomic variable) can be fully ordered and no intermediate state is lost or 169 - RMW operations that have a return value are fully ordered; 183 Fully ordered primitives are ordered against everything prior and everything 184 subsequent. Therefore a fully ordered primitive is like having an smp_mb() 205 NOTE: when the atomic RmW ops are fully ordered, they should also imply a
|
| /kernel/linux/linux-5.10/include/asm-generic/bitops/ |
| D | instrumented-atomic.h | 66 * This is an atomic fully-ordered operation (implied full memory barrier). 79 * This is an atomic fully-ordered operation (implied full memory barrier). 92 * This is an atomic fully-ordered operation (implied full memory barrier).
|
| /kernel/linux/linux-4.19/Documentation/acpi/ |
| D | acpi-lid.txt | 39 trigger some system power saving operations on Windows. Since it is fully 65 and whether the "opened"/"closed" events are paired fully relies on the 75 are paired fully relies on the firmware implementation.
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-hypervisor-xen | 8 "HVM": fully virtualized guest (x86) 10 "PVH": fully virtualized guest without legacy emulation (x86)
|
| /kernel/linux/linux-4.19/mm/ |
| D | usercopy.c | 34 * GOOD_FRAME: fully within a valid stack frame 35 * GOOD_STACK: fully on the stack (when can't do frame-checking) 200 /* Allow if fully inside the same compound (__GFP_COMP) page. */ in check_page_span() 256 * - fully contained by stack (or stack frame, when available) 257 * - fully within SLAB object (or object whitelist area, when available)
|
| /kernel/linux/linux-5.10/mm/ |
| D | usercopy.c | 30 * GOOD_FRAME: fully within a valid stack frame 31 * GOOD_STACK: fully on the stack (when can't do frame-checking) 196 /* Allow if fully inside the same compound (__GFP_COMP) page. */ in check_page_span() 252 * - fully contained by stack (or stack frame, when available) 253 * - fully within SLAB object (or object whitelist area, when available)
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/qualcomm/ |
| D | qca_7k_common.c | 68 * Return: QCAFRM_GATHER No ethernet frame fully received yet. 72 * > 0 Number of byte in the fully received 153 /* Frame is fully received. */ in qcafrm_fsm_decode()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/ |
| D | qca_7k_common.c | 68 * Return: QCAFRM_GATHER No ethernet frame fully received yet. 72 * > 0 Number of byte in the fully received 153 /* Frame is fully received. */ in qcafrm_fsm_decode()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/ |
| D | vishay,vcnl3020.yaml | 13 The VCNL3020 is a fully integrated proximity sensor. Fully integrated means
|
| /kernel/linux/linux-5.10/Documentation/scheduler/ |
| D | sched-bwc.rst | 95 a. it fully consumes its own quota within a period 96 b. a parent's quota is fully consumed within its period 122 applies if quota had been assigned to a cpu and then not fully used or returned 140 cpu-bound application from fully using its quota by that same amount. In these
|
| /kernel/linux/linux-4.19/Documentation/scheduler/ |
| D | sched-bwc.txt | 87 a. it fully consumes its own quota within a period 88 b. a parent's quota is fully consumed within its period 114 applies if quota had been assigned to a cpu and then not fully used or returned 132 cpu-bound application from fully using its quota by that same amount. In these
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-hypervisor-xen | 8 "HVM": fully virtualized guest (x86) 10 "PVH": fully virtualized guest without legacy emulation (x86)
|
| /kernel/linux/linux-4.19/tools/memory-model/litmus-tests/ |
| D | README | 99 This is the fully ordered (via smp_mb()) version of one of 107 This is the fully ordered (again, via smp_mb() version of store 115 This litmus test demonstrates that LKMM is not fully multicopy
|
| /kernel/linux/linux-5.10/lib/ |
| D | test_hmm_uapi.h | 43 * HMM_DMIRROR_PROT_PMD: PMD sized page is fully mapped by same permissions 44 * HMM_DMIRROR_PROT_PUD: PUD sized page is fully mapped by same permissions
|
| /kernel/linux/linux-5.10/kernel/ |
| D | Kconfig.preempt | 59 bool "Fully Preemptible Kernel (Real-Time)" 69 level interrupt handling) fully preemptible and brings most
|
12345678910>>...103