Home
last modified time | relevance | path

Searched full:optimizations (Results 1 – 25 of 213) sorted by relevance

123456789

/linux/lib/crc/x86/
H A Dcrc32.h130 u32 optimizations = 0; in crc32_optimizations_arch() local
133 optimizations |= CRC32C_OPTIMIZATION; in crc32_optimizations_arch()
135 optimizations |= CRC32_LE_OPTIMIZATION; in crc32_optimizations_arch()
136 return optimizations; in crc32_optimizations_arch()
/linux/arch/s390/
H A DKconfig356 Select this to enable optimizations for IBM System z10 (2097 and 2098
364 Select this to enable optimizations for IBM zEnterprise 114 and 196
373 Select this to enable optimizations for IBM zBC12 and zEC12 (2828 and
382 Select this to enable optimizations for IBM z13s and z13 (2965 and
391 Select this to enable optimizations for IBM z14 ZR1 and z14 (3907
400 Select this to enable optimizations for IBM z15 (8562
409 Select this to enable optimizations for IBM z16 (3931 and
417 Select this to enable optimizations for IBM z17 (9175 and
/linux/Documentation/arch/x86/
H A Dorc-unwinder.rst82 the stack for certain optimizations. But IMO this is unlikely because
124 ability to reverse engineer GCC code flow. If GCC optimizations become
130 If newer versions of GCC come up with some optimizations which break
132 possible solutions would be asking GCC to make the optimizations more
/linux/arch/x86/
H A DKconfig.cpu101 optimizations.
127 applies any applicable optimizations.
276 Instead of just including optimizations for the selected
278 generic optimizations as well. This will make the kernel
282 generic optimizations.
/linux/Documentation/RCU/
H A Drcu_dereference.rst207 - Disable any value-speculation optimizations that your compiler
209 optimizations that take data collected from prior runs. Such
210 value-speculation optimizations reorder operations by design.
213 optimizations that leverage the branch-prediction hardware are
347 from carrying out optimizations that otherwise might destroy the ordering
462 optimizations involving invented loads and perhaps also load tearing.
/linux/Documentation/crypto/
H A Ddescore-readme.rst110 of the optimizations which i did in my encryption routines.
111 it's a bit weak on common low-level optimizations which is why
211 of what i didn't want to do; all their endedness-specific ``optimizations``
227 the (worst-case) cost of my NOT doing endedness-specific optimizations
233 OPTIONAL performance optimizations
249 these optimizations are all rather persnickety, yet with them you should
/linux/tools/memory-model/Documentation/
H A Dordering.txt223 prohibits compiler code-motion optimizations that might move memory
433 optimizations, so any use of control dependencies must take into account
462 a number of destructive optimizations. However, they provide no
470 a number of destructive optimizations. However, they provide no
508 any number of compiler optimizations, many of which can break your
555 to your compiler as new versions come out and as new optimizations
H A Daccess-marking.txt40 any sort of constraint on the compiler's choice of optimizations [3].
42 compiler's use of code-motion and common-subexpression optimizations.
47 data_race(READ_ONCE(a)), which will both restrict compiler optimizations
97 If it is necessary to both restrict compiler optimizations and disable
121 that provides the compiler much less scope for mischievous optimizations.
/linux/Documentation/driver-api/firmware/
H A Drequest_firmware.rst57 Special optimizations on reboot
61 retained during system reboot. When such optimizations are used the driver
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-service-time.rst56 However, some optimizations below are used to reduce the calculation
69 If such optimizations can't be applied, calculate service time, and
/linux/Documentation/hwmon/
H A Dadt7475.rst82 * system acoustics optimizations (not implemented)
96 * system acoustics optimizations (not implemented)
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst16 multichannel performance optimizations, algorithmic channel selection,
17 directory leases optimizations,
/linux/Documentation/networking/
H A Dtls.rst245 Optional optimizations
248 There are certain condition-specific optimizations the TLS ULP can make,
249 if requested. Those optimizations are either not universally beneficial
/linux/include/uapi/asm-generic/
H A Dipcbuf.h14 * optimizations, so we may just as well all use the same one.
H A Dsembuf.h15 * optimizations, so we may just as well all use the same one.
/linux/Documentation/features/core/cBPF-JIT/
H A Darch-support.txt4 # description: arch supports cBPF JIT optimizations
/linux/arch/x86/kvm/
H A Dkvm_onhyperv.h3 * KVM L1 hypervisor optimizations on Hyper-V.
/linux/tools/perf/scripts/python/
H A Dgecko.py74 optimizations: None
169 optimizations=None,
237 "optimizations": 4,
/linux/arch/xtensa/
H A DKconfig.debug17 Enable this function to disable link-time optimizations.
/linux/Documentation/virt/
H A Dparavirt_ops.rst17 functionalities in various areas. pv_ops allows for optimizations at run
/linux/arch/x86/kvm/svm/
H A Dsvm_onhyperv.c3 * KVM L1 hypervisor optimizations on Hyper-V for SVM.
/linux/drivers/media/dvb-frontends/
H A Ds5h1409.h49 /* HVR-1600 optimizations (to better work with MXL5005s)
/linux/arch/sh/lib/
H A Dudiv_qrnnd.S16 /* SH2 optimizations for ___ashrsi3, ___ashlsi3, ___lshrsi3 and
/linux/tools/testing/selftests/bpf/progs/
H A Ddummy_st_ops_success.c18 * unnecessary optimizations. in BPF_PROG()
/linux/include/uapi/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */

123456789