/openbmc/linux/tools/perf/bench/ |
H A D | mem-memset-x86-64-asm-def.h | 4 "x86-64-unrolled", 5 "unrolled memset() in arch/x86/lib/memset_64.S")
|
H A D | mem-memcpy-x86-64-asm-def.h | 4 "x86-64-unrolled", 5 "unrolled memcpy() in arch/x86/lib/memcpy_64.S")
|
/openbmc/linux/arch/alpha/lib/ |
H A D | ev6-memset.S | 19 * however the loop has been unrolled to enable better memory throughput, 119 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop) 126 * through unrolled loop. Do a quad at a time to get us 0mod64 194 * of data (where we can't use an unrolled loop and wh64) 297 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop) 304 * through unrolled loop. Do a quad at a time to get us 0mod64 372 * of data (where we can't use an unrolled loop and wh64) 485 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop) 492 * through unrolled loop. Do a quad at a time to get us 0mod64 560 * of data (where we can't use an unrolled loop and wh64)
|
H A D | ev67-strchr.S | 66 * unrolled multiple times - is that safe to do in kernel space?
|
H A D | memmove.S | 8 * memcpy whenever possible; the backwards copy loops are not unrolled.
|
H A D | checksum.c | 76 * inner loop could be unrolled a bit further, and there are better
|
/openbmc/linux/arch/x86/lib/ |
H A D | copy_user_uncached_64.S | 66 * just try the non-unrolled loop. 77 * falling back to the unrolled loop. 87 * depending on where in the unrolled loop
|
H A D | clear_page_64.S | 120 * The unrolled case might end up clearing
|
/openbmc/linux/arch/riscv/lib/ |
H A D | memmove.S | 46 * Both Copy Modes: a2 - Alternate breakpoint for unrolled loops 103 addi a2, t6, SZREG /* The other breakpoint for the unrolled loop*/ 165 addi a2, t5, -SZREG /* The other breakpoint for the unrolled loop*/
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | snps,dw-pcie-ep.yaml | 34 if the space is unrolled (IP-core version >= 4.80a). 69 unrolled memory space with the internal Address Translation
|
H A D | snps,dw-pcie.yaml | 43 also required if the space is unrolled (IP-core version >= 4.80a). 78 unrolled memory space with the internal Address Translation
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-bench.txt | 170 On x86-64, x86-64-unrolled, x86-64-movsq and x86-64-movsb are supported. 194 On x86-64, x86-64-unrolled, x86-64-stosq and x86-64-stosb are supported.
|
/openbmc/linux/arch/m68k/lib/ |
H A D | checksum.c | 57 /* unrolled loop for the main part: do 8 longs at once */ in csum_partial() 157 /* unrolled loop for the main part: do 8 longs at once */ in csum_and_copy_from_user() 292 /* unrolled loop for the main part: do 8 longs at once */ in csum_partial_copy_nocheck()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ts-newlib/ |
H A D | 0001-newlib-memcpy-remove-optimized-version.patch | 76 - medium copies of 17..96 bytes which are fully unrolled. Large copies 77 - of more than 96 bytes align the destination and use an unrolled loop
|
/openbmc/linux/lib/raid6/ |
H A D | vpermxor.uc | 13 * $#-way unrolled portable integer math RAID-6 instruction set
|
H A D | altivec.uc | 16 * $#-way unrolled portable integer math RAID-6 instruction set
|
H A D | mmx.c | 81 * Unrolled-by-2 MMX implementation
|
H A D | int.uc | 16 * $#-way unrolled portable integer math RAID-6 instruction set
|
/openbmc/linux/arch/openrisc/lib/ |
H A D | memcpy.c | 10 * unrolled implementation, but using word copies (if things are
|
/openbmc/linux/arch/x86/coco/ |
H A D | core.c | 86 * With SEV, the rep string I/O instructions need to be unrolled in amd_cc_platform_has()
|
/openbmc/linux/Documentation/driver-api/mtd/ |
H A D | nand_ecc.rst | 479 Unrolled the loop 1, 2, 3 and 4 times. 511 I decided to proceed with a four time unrolled loop anyway. It was my gut 539 compared with attempt 4 with 4 times unrolled, and we only require 1/3rd 674 Unrolled the loop one more time.
|
/openbmc/u-boot/lib/zlib/ |
H A D | adler32.c | 98 DO16(buf); /* 16 sums unrolled */ in adler32()
|
/openbmc/linux/Documentation/trace/ |
H A D | tracepoints.rst | 109 put in inline functions, inlined static functions, and unrolled loops
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware.h | 134 * v4.80a in a way so the viewport was unrolled into the directly accessible 174 * over the Port Logic registers space. Afterwards the unrolled mapping was
|
/openbmc/linux/arch/sparc/lib/ |
H A D | M7memcpy.S | 60 * copy with ldx/stx in 8-way unrolled loop; 74 * move words in 8-way unrolled loop 78 * unrolled loop to move data. 307 * boundaries. Use unrolled loops for better performance.
|