Home
last modified time | relevance | path

Searched full:around (Results 1 – 25 of 2050) sorted by relevance

12345678910>>...82

/Linux-v6.1/arch/x86/kernel/
Dsmp.c63 * 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-v6.1/Documentation/devicetree/bindings/display/panel/
Dsamsung,lms397kf04.yaml9 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
Dsamsung,lms380kf01.yaml38 usually around 3.0 V
42 around 1.8 V
Dsamsung,s6d27a1.yaml36 usually around 3.0 V
40 around 1.8 V
/Linux-v6.1/include/linux/
Dtimecounter.h20 * 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.
Dkref.h99 * 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
Dcompiler-gcc.h23 * 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
Decryptfs.h28 * be passed around or referenced on the command line */
49 * For convenience, we may need to pass around the encrypted session
/Linux-v6.1/arch/powerpc/platforms/44x/
DKconfig302 bool "Enable linker work around for PPC476FPE errata #46"
304 This option enables a work around for an icache bug on 476
309 The work around enables the appropriate linker options and
311 page boundaries. The work around is only required when
/Linux-v6.1/Documentation/sphinx/
Dkernellog.py4 # 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.1/arch/arm64/
DKconfig387 This option adds an alternative code sequence to work around ARM
409 This option adds an alternative code sequence to work around ARM
431 This option adds an alternative code sequence to work around ARM
454 This option adds an alternative code sequence to work around ARM
475 This option adds an alternative code sequence to work around ARM
494 This option adds an alternative code sequence to work around ARM
531 This option adds an alternative code sequence to work around ARM
647 Work around this by adding the affected CPUs to the list that needs
680 Work around the erratum by triggering a dummy step exception
716 Work around the issue by inserting DMB SY barriers around PAR_EL1
[all …]
/Linux-v6.1/tools/perf/util/
Dmutex.h9 * 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.1/tools/testing/selftests/rseq/
Dcompiler.h5 * Work-around asm goto compiler bugs.
23 * Work around these issues by adding a volatile inline asm with
/Linux-v6.1/arch/powerpc/platforms/8xx/
DKconfig20 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-v6.1/Documentation/mm/
Dz3fold.rst22 compression ratio goes to around 2.7x while zbud's one is around 1.7x.
/Linux-v6.1/Documentation/driver-api/usb/
Derror-codes.rst71 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.1/drivers/media/pci/saa7164/
Dsaa7164-bus.c196 /* 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.1/Documentation/process/
D6.Followthrough.rst37 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-v6.1/drivers/gpu/drm/amd/display/
DTODO23 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.1/Documentation/hwmon/
Dbpa-rs600.rst69 temp1_input Measured temperature around input connector
72 temp2_input Measured temperature around output connector
/Linux-v6.1/Documentation/timers/
Dtimekeeping.rst31 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.1/tools/testing/selftests/kvm/x86_64/
Dvmx_nested_tsc_scaling_test.c173 printf("real TSC frequency is around: %"PRIu64"\n", l0_tsc_freq); in main()
205 printf("L1's TSC frequency is around: %"PRIu64 in main()
213 printf("L2's TSC frequency is around: %"PRIu64 in main()
/Linux-v6.1/tools/perf/arch/arm64/util/
Darm-spe.c373 * wrapped around. Otherwise, continue to detect if head might have wrapped. in arm_spe_buffer_has_wrapped()
386 * head has numerically wrapped around. To find we need to check if we have data at the in arm_spe_buffer_has_wrapped()
405 * numerically wrapped around at least once. in arm_spe_buffer_has_wrapped()
434 * Check to see if *head has wrapped around. If it hasn't only the in arm_spe_find_snapshot()
437 * wrapped around the entire size of the AUX ring buffer it taken. in arm_spe_find_snapshot()
455 * *head has wrapped around - adjust *head and *old to pickup the in arm_spe_find_snapshot()
/Linux-v6.1/include/drm/display/
Ddrm_scdc_helper.h44 * Reads a single byte from SCDC. This is a convenience wrapper around the
62 * Writes a single byte to SCDC. This is a convenience wrapper around the
/Linux-v6.1/Documentation/accounting/
Dtaskstats-struct.rst108 * 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

12345678910>>...82