Home
last modified time | relevance | path

Searched full:unrolled (Results 1 – 25 of 97) sorted by relevance

1234

/kernel/linux/linux-6.6/tools/perf/bench/
Dmem-memcpy-x86-64-asm-def.h4 "x86-64-unrolled",
5 "unrolled memcpy() in arch/x86/lib/memcpy_64.S")
Dmem-memset-x86-64-asm-def.h4 "x86-64-unrolled",
5 "unrolled memset() in arch/x86/lib/memset_64.S")
/kernel/linux/linux-5.10/tools/perf/bench/
Dmem-memset-x86-64-asm-def.h4 "x86-64-unrolled",
5 "unrolled memset() in arch/x86/lib/memset_64.S")
Dmem-memcpy-x86-64-asm-def.h4 "x86-64-unrolled",
5 "unrolled memcpy() in arch/x86/lib/memcpy_64.S")
/kernel/linux/linux-5.10/arch/alpha/lib/
Dev6-memset.S19 * 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)
Dev67-strchr.S66 * unrolled multiple times - is that safe to do in kernel space?
Dmemmove.S8 * memcpy whenever possible; the backwards copy loops are not unrolled.
/kernel/linux/linux-6.6/arch/alpha/lib/
Dev6-memset.S19 * 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)
Dev67-strchr.S66 * unrolled multiple times - is that safe to do in kernel space?
Dmemmove.S8 * memcpy whenever possible; the backwards copy loops are not unrolled.
/kernel/linux/linux-6.6/arch/x86/lib/
Dcopy_user_uncached_64.S66 * just try the non-unrolled loop.
77 * falling back to the unrolled loop.
87 * depending on where in the unrolled loop
Dclear_page_64.S120 * The unrolled case might end up clearing
/kernel/linux/linux-6.6/arch/riscv/lib/
Dmemmove.S46 * 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*/
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pci/
Dsnps,dw-pcie-ep.yaml34 if the space is unrolled (IP-core version >= 4.80a).
69 unrolled memory space with the internal Address Translation
Dsnps,dw-pcie.yaml43 also required if the space is unrolled (IP-core version >= 4.80a).
78 unrolled memory space with the internal Address Translation
/kernel/linux/linux-6.6/tools/perf/Documentation/
Dperf-bench.txt170 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.
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-bench.txt167 On x86-64, x86-64-unrolled, x86-64-movsq and x86-64-movsb are supported.
191 On x86-64, x86-64-unrolled, x86-64-stosq and x86-64-stosb are supported.
/kernel/linux/linux-5.10/arch/m68k/lib/
Dchecksum.c57 /* 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()
294 /* unrolled loop for the main part: do 8 longs at once */ in csum_partial_copy_nocheck()
/kernel/linux/linux-6.6/arch/m68k/lib/
Dchecksum.c57 /* 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()
/kernel/linux/linux-5.10/lib/raid6/
Dvpermxor.uc13 * $#-way unrolled portable integer math RAID-6 instruction set
Daltivec.uc16 * $#-way unrolled portable integer math RAID-6 instruction set
/kernel/linux/linux-6.6/lib/raid6/
Dvpermxor.uc13 * $#-way unrolled portable integer math RAID-6 instruction set
/kernel/linux/linux-5.10/arch/openrisc/lib/
Dmemcpy.c10 * unrolled implementation, but using word copies (if things are
/kernel/linux/linux-6.6/arch/openrisc/lib/
Dmemcpy.c10 * unrolled implementation, but using word copies (if things are
/kernel/linux/linux-6.6/arch/x86/coco/
Dcore.c86 * With SEV, the rep string I/O instructions need to be unrolled in amd_cc_platform_has()

1234