Searched full:around (Results 1 – 25 of 2371) sorted by relevance
12345678910>>...95
/Linux-v6.6/arch/x86/kernel/ |
D | smp.c | 65 * 2AP. worked around in hardware 68 * 4AP. worked around in hardware 90 * 3AP. We work around this 94 * 6AP. not affected - worked around in hardware 95 * 7AP. not affected - worked around in hardware 96 * 8AP. worked around in hardware - we get explicit CS errors if not 100 * 10AP. not affected - worked around in hardware 104 * 12AP. not affected - worked around in hardware 105 * 13AP. not affected - worked around in hardware 107 * 15AP. not affected - worked around in hardware [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/display/panel/ |
D | samsung,lms397kf04.yaml | 9 description: The datasheet claims this is based around a display controller 29 usually around 3.0 V 33 around 1.8 V 43 maximum 300 ns minimum cycle which gives around 3 MHz max frequency
|
D | samsung,lms380kf01.yaml | 37 usually around 3.0 V 41 around 1.8 V
|
D | samsung,s6d27a1.yaml | 36 usually around 3.0 V 40 around 1.8 V
|
/Linux-v6.6/include/linux/ |
D | timecounter.h | 20 * around quickly. Locking rules (if necessary) have to be defined 40 * cycle counter wrap around. Initialize with 45 * more often than the cycle counter wraps around. The nanosecond 46 * counter will only wrap around after ~585 years.
|
D | kref.h | 99 * This function is intended to simplify locking around refcounting for 102 * Operations on such objects require at least a read lock around 103 * lookup + kref_get, and a write lock around kref_put + remove from lookup
|
D | compiler-gcc.h | 23 * To work around it we hide the relationship of the pointer and the object 27 * RELOC_HIDE could trash r30. The bug can be worked around by changing 53 * Adding an empty inline assembly before it works around the problem
|
D | ecryptfs.h | 28 * be passed around or referenced on the command line */ 49 * For convenience, we may need to pass around the encrypted session
|
/Linux-v6.6/arch/powerpc/platforms/44x/ |
D | Kconfig | 303 bool "Enable linker work around for PPC476FPE errata #46" 305 This option enables a work around for an icache bug on 476 310 The work around enables the appropriate linker options and 312 page boundaries. The work around is only required when
|
/Linux-v6.6/arch/arm64/ |
D | Kconfig | 422 This option adds an alternative code sequence to work around Ampere 445 This option adds an alternative code sequence to work around ARM 467 This option adds an alternative code sequence to work around ARM 489 This option adds an alternative code sequence to work around ARM 512 This option adds an alternative code sequence to work around ARM 533 This option adds an alternative code sequence to work around ARM 552 This option adds an alternative code sequence to work around ARM 589 This option adds an alternative code sequence to work around ARM 704 Work around this by adding the affected CPUs to the list that needs 737 Work around the erratum by triggering a dummy step exception [all …]
|
/Linux-v6.6/Documentation/sphinx/ |
D | kernellog.py | 4 # only goes back to 1.6. So here's a wrapper layer to keep around for 7 # We don't support 1.4 anymore, but we'll keep the wrappers around until
|
/Linux-v6.6/Documentation/process/ |
D | 6.Followthrough.rst | 37 still be around and under development a decade from now. 58 to get around a problem actually needs to become a generalized 83 around. 92 around. So it is always a good idea to remind reviewers of previously 188 it with the assumption that you will not be around to maintain it 208 eventually flow around you and get into the mainline anyway. In the Linux
|
/Linux-v6.6/tools/perf/util/ |
D | mutex.h | 9 * A function-like feature checking macro that is a wrapper around 69 * A wrapper around the mutex implementation that allows perf to error check 76 /* A wrapper around the condition variable implementation. */
|
/Linux-v6.6/arch/powerpc/platforms/8xx/ |
D | Kconfig | 20 development around the MPC86X processor families. 30 development around the MPC885 processor family. 120 to disable it if you have worked around the bug in the compiler
|
/Linux-v6.6/Documentation/mm/ |
D | z3fold.rst | 20 compression ratio goes to around 2.7x while zbud's one is around 1.7x.
|
/Linux-v6.6/arch/xtensa/ |
D | Kconfig.debug | 43 bool "Dump user code around unhandled exception address" 45 Enable this option to display user code around PC of the unhandled
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | error-codes.rst | 71 some problem that could not be worked around. 111 prescribed bus turn-around time 116 prescribed bus turn-around time 127 prescribed bus turn-around time. This error 173 be worked around, such as a physical
|
/Linux-v6.6/drivers/media/pci/saa7164/ |
D | saa7164-bus.c | 196 /* Read didn't wrap around the buffer */ in saa7164_bus_set() 254 /* Additional data wraps around the ring */ in saa7164_bus_set() 350 /* Write doesn't wrap around the ring */ in saa7164_bus_get() 353 /* Write wraps around the ring */ in saa7164_bus_get() 409 /* Write doesn't wrap around the ring */ in saa7164_bus_get() 412 /* Write wraps around the ring */ in saa7164_bus_get() 439 /* Additional data wraps around the ring */ in saa7164_bus_get()
|
/Linux-v6.6/tools/testing/selftests/rseq/ |
D | compiler.h | 5 * Work-around asm goto compiler bugs. 23 * Work around these issues by adding a volatile inline asm with
|
/Linux-v6.6/drivers/gpu/drm/amd/display/ |
D | TODO | 23 lot of design around what was public/protected, more whatever needed 87 17. There's still a pretty massive layer cake around dp aux and DPCD handling, 97 issue with DC - other drivers, especially around DP sink handling, are equally
|
/Linux-v6.6/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 351 * wrapped around. Otherwise, continue to detect if head might have wrapped. in arm_spe_buffer_has_wrapped() 364 * head has numerically wrapped around. To find we need to check if we have data at the in arm_spe_buffer_has_wrapped() 383 * numerically wrapped around at least once. in arm_spe_buffer_has_wrapped() 412 * Check to see if *head has wrapped around. If it hasn't only the in arm_spe_find_snapshot() 415 * wrapped around the entire size of the AUX ring buffer it taken. in arm_spe_find_snapshot() 433 * *head has wrapped around - adjust *head and *old to pickup the in arm_spe_find_snapshot()
|
/Linux-v6.6/Documentation/timers/ |
D | timekeeping.rst | 31 n bits which count from 0 to (2^n)-1 and then wraps around to 0 and start over. 76 Since a 32-bit counter at say 100 MHz will wrap around to zero after some 43 80 code knows when the counter will wrap around and can insert the necessary 155 drift between the CPUs on the system. The kernel can work around this by
|
/Linux-v6.6/Documentation/hwmon/ |
D | bpa-rs600.rst | 69 temp1_input Measured temperature around input connector 72 temp2_input Measured temperature around output connector
|
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
D | vmx_nested_tsc_scaling_test.c | 169 printf("real TSC frequency is around: %"PRIu64"\n", l0_tsc_freq); in main() 197 printf("L1's TSC frequency is around: %"PRIu64 in main() 205 printf("L2's TSC frequency is around: %"PRIu64 in main()
|
/Linux-v6.6/drivers/gpu/drm/panel/ |
D | Kconfig | 357 around the NewVision NV3052C display controller. 366 around the Novatek NT35510 display controller, such as some 388 around the Novatek NT35950 display controller, such as some 399 around the Novatek NT36523 display controller, such as some 409 around the Novatek NT36672A display controller, such as some 419 around the Novatek NT39016 display controller. 452 around the Orise Technology OTA9601A display controller.
|
12345678910>>...95