Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 45) sorted by relevance

12

/arch/arm/common/
Ddmabounce.c76 struct dmabounce_pool small; member
90 device_info->small.allocs, in dmabounce_show()
92 device_info->total_allocs - device_info->small.allocs - in dmabounce_show()
116 if (size <= device_info->small.size) { in alloc_safe_buffer()
117 pool = &device_info->small; in alloc_safe_buffer()
495 ret = dmabounce_init_pool(&device_info->small, dev, in dmabounce_register_dev()
536 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev()
563 if (device_info->small.pool) in dmabounce_unregister_dev()
564 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev()
/arch/alpha/lib/
Dev6-copy_user.S50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
131 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
Dev6-memchr.S53 cmpult $18, 9, $4 # E : small (< 1 quad) string?
/arch/arm/mach-lpc32xx/
Dsuspend.S53 @ This guarantees a small windows where DRAM isn't busy
/arch/x86/ras/
DKconfig6 This is a small cache which collects correctable memory errors per 4K
/arch/x86/um/vdso/
DMakefile44 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/arch/powerpc/lib/
Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/arch/ia64/
DKconfig.debug12 Select "16MB" for a small granule size.
/arch/sh/lib64/
Dmemcpy.S18 ! Notes: Usually one wants to do small reads and write a longword, but
20 ! into a longword on the SH, so this does a longword read and small
Dcopy_user_memcpy.S16 ! Notes: Usually one wants to do small reads and write a longword, but
18 ! into a longword on the SH, so this does a longword read and small
/arch/sh/lib/
Dmemcpy-sh4.S193 ! Check for small copies, and if so do a simple byte at a time copy.
208 bf/s 6f ! 108 BR (not small)
239 ! Size is not small, so its worthwhile looking for optimisations.
279 ! small
Dcopy_page.S85 ! Check if small number of bytes
169 ! Skip the large copy for small transfers
/arch/powerpc/boot/
Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/arch/x86/boot/compressed/
DMakefile33 cflags-$(CONFIG_X86_64) := -mcmodel=small
/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S267 small: label
/arch/x86/entry/vdso/
DMakefile73 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/arch/powerpc/platforms/
DKconfig250 G4's). If the range is small (around 4 degrees), the temperature is
313 chip-selects, Ethernet/USB PHY's power and various other small
/arch/arm/boot/dts/
Darmada-385-synology-ds116.dts236 * found in the FIS directory. There is also a small device
/arch/arm/crypto/
Dsha1-armv4-large.S28 @ armv4-small 392/+29% 1958/+64% 2250/+96%
35 @ small = detached Xload/update, loops are folded;
48 @ small and always slower.
/arch/nios2/
DKconfig134 This can be useful if you are on a board which has a small amount of
/arch/powerpc/kvm/
DKconfig142 The overhead is relatively small, however it is not recommended for
/arch/powerpc/
DKconfig.debug25 too small and stack traces cause important information to
39 This option will add a small amount of overhead to all hypervisor
/arch/powerpc/platforms/ps3/
DKconfig98 small amount.
/arch/sparc/lib/
DM7memset.S129 cmp %o2, 7 ! if small counts, just write bytes
/arch/powerpc/boot/dts/
Debony.dts150 small-flash@0,80000 {

12