Searched full:around (Results 1 – 25 of 2357) sorted by relevance
12345678910>>...95
/Linux-v5.15/arch/x86/kernel/ |
D | smp.c | 63 * 2AP. worked around in hardware 66 * 4AP. worked around in hardware 88 * 3AP. We work around this 92 * 6AP. not affected - worked around in hardware 93 * 7AP. not affected - worked around in hardware 94 * 8AP. worked around in hardware - we get explicit CS errors if not 98 * 10AP. not affected - worked around in hardware 102 * 12AP. not affected - worked around in hardware 103 * 13AP. not affected - worked around in hardware 105 * 15AP. not affected - worked around in hardware [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/display/panel/ |
D | samsung,lms397kf04.yaml | 9 description: The datasheet claims this is based around a display controller 28 usually around 3.0 V 32 around 1.8 V 42 maximum 300 ns minimum cycle which gives around 3 MHz max frequency
|
D | samsung,lms380kf01.yaml | 38 usually around 3.0 V 42 around 1.8 V
|
/Linux-v5.15/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 | 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 55 * Adding an empty inline assembly before it works around the problem 84 * Work it around via a compiler barrier quirk suggested by Jakub Jelinek.
|
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 | 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-v5.15/arch/mips/include/asm/ |
D | war.h | 13 * Work around certain R4000 CPU errata (as implemented by GCC): 39 * Work around certain R4400 CPU errata (as implemented by GCC): 53 * Work around the "daddi" and "daddiu" CPU errata:
|
/Linux-v5.15/arch/powerpc/platforms/44x/ |
D | Kconfig | 306 bool "Enable linker work around for PPC476FPE errata #46" 308 This option enables a work around for an icache bug on 476 313 The work around enables the appropriate linker options and 315 page boundaries. The work around is only required when
|
/Linux-v5.15/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-v5.15/arch/powerpc/platforms/8xx/ |
D | Kconfig | 20 development around the MPC86X processor families. 30 development around the MPC885 processor family. 119 to disable it if you have worked around the bug in the compiler
|
/Linux-v5.15/Documentation/vm/ |
D | z3fold.rst | 22 compression ratio goes to around 2.7x while zbud's one is around 1.7x.
|
/Linux-v5.15/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-v5.15/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-v5.15/Documentation/process/ |
D | 6.Followthrough.rst | 37 still be around and under development a decade from now. 76 around. 85 around. So it is always a good idea to remind reviewers of previously 181 it with the assumption that you will not be around to maintain it 201 eventually flow around you and get into the mainline anyway. In the Linux
|
/Linux-v5.15/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-v5.15/Documentation/hwmon/ |
D | bpa-rs600.rst | 69 temp1_input Measured temperature around input connector 72 temp2_input Measured temperature around output connector
|
/Linux-v5.15/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-v5.15/tools/testing/selftests/kvm/x86_64/ |
D | vmx_nested_tsc_scaling_test.c | 183 printf("real TSC frequency is around: %"PRIu64"\n", l0_tsc_freq); in main() 216 printf("L1's TSC frequency is around: %"PRIu64 in main() 224 printf("L2's TSC frequency is around: %"PRIu64 in main()
|
/Linux-v5.15/Documentation/accounting/ |
D | taskstats-struct.rst | 108 * xxx_delay_total wraps around to zero on overflow 134 * and wraps around to zero silently on overflow 142 * and wraps around to zero silently on overflow
|
/Linux-v5.15/arch/sh/drivers/pci/ |
D | ops-dreamcast.c | 22 * someone implicitly messes around with the last devfn value.. otherwise we 30 * I suppose if someone actually gets around to ripping the chip out of
|
/Linux-v5.15/Documentation/devicetree/bindings/net/ |
D | mdio.yaml | 72 broken-turn-around: 76 the turn around line low at end of the control phase of the
|
/Linux-v5.15/drivers/gpu/drm/ |
D | drm_fb_helper.c | 598 * A wrapper around unregister_framebuffer, to release the fb_info 717 * drm_fb_helper_sys_read - wrapper around fb_sys_read 723 * A wrapper around fb_sys_read implemented by fbdev core 733 * drm_fb_helper_sys_write - wrapper around fb_sys_write 739 * A wrapper around fb_sys_write implemented by fbdev core 755 * drm_fb_helper_sys_fillrect - wrapper around sys_fillrect 759 * A wrapper around sys_fillrect implemented by fbdev core 770 * drm_fb_helper_sys_copyarea - wrapper around sys_copyarea 774 * A wrapper around sys_copyarea implemented by fbdev core 785 * drm_fb_helper_sys_imageblit - wrapper around sys_imageblit [all …]
|
/Linux-v5.15/include/uapi/linux/ |
D | taskstats.h | 65 * xxx_delay_total wraps around to zero on overflow 91 * and wraps around to zero silently on overflow 99 * and wraps around to zero silently on overflow
|
/Linux-v5.15/Documentation/arm/ |
D | netwinder.rst | 6 to run Linux. It is based around the StrongARM RISC processor, 7 DC21285 PCI bridge, with PC-type hardware glued around it.
|
12345678910>>...95