Home
last modified time | relevance | path

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

12

/arch/arm/common/
Ddmabounce.c78 struct dmabounce_pool small; member
92 device_info->small.allocs, in dmabounce_show()
94 device_info->total_allocs - device_info->small.allocs - in dmabounce_show()
118 if (size <= device_info->small.size) { in alloc_safe_buffer()
119 pool = &device_info->small; in alloc_safe_buffer()
493 ret = dmabounce_init_pool(&device_info->small, dev, in dmabounce_register_dev()
534 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev()
561 if (device_info->small.pool) in dmabounce_unregister_dev()
562 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev()
/arch/alpha/lib/
Dev6-copy_user.S49 subq $18, 32, $1 # .. E .. .. : Is this going to be a small copy?
53 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
129 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
Dev6-memchr.S52 cmpult $18, 9, $4 # E : small (< 1 quad) string?
/arch/arm/mach-lpc32xx/
Dsuspend.S54 @ This guarantees a small windows where DRAM isn't busy
/arch/arm/mach-u300/
DKconfig38 This creates a small kernel module that creates a dummy
/arch/ia64/hp/sim/boot/
Dbootloader.lds19 /* We want the small data sections together, so single-instruction offsets
/arch/x86/um/vdso/
DMakefile40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/arch/powerpc/lib/
Ddiv64.S37 andc r11,r6,r10 # ever be too large, only too small)
/arch/ia64/
DKconfig.debug14 Select "16MB" for a small granule size.
/arch/sh/lib64/
Dcopy_user_memcpy.S15 ! Notes: Usually one wants to do small reads and write a longword, but
17 ! into a longword on the SH, so this does a longword read and small
Dmemcpy.S17 ! Notes: Usually one wants to do small reads and write a longword, but
19 ! into a longword on the SH, so this does a longword read and small
/arch/sh/lib/
Dmemcpy-sh4.S192 ! Check for small copies, and if so do a simple byte at a time copy.
207 bf/s 6f ! 108 BR (not small)
238 ! Size is not small, so its worthwhile looking for optimisations.
278 ! small
Dcopy_page.S84 ! Check if small number of bytes
168 ! Skip the large copy for small transfers
/arch/x86/boot/compressed/
DMakefile31 cflags-$(CONFIG_X86_64) := -mcmodel=small
/arch/powerpc/boot/
Ddiv64.S37 andc r11,r6,r10 # ever be too large, only too small)
/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S267 small: label
/arch/x86/entry/vdso/
DMakefile68 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/arch/powerpc/platforms/
DKconfig263 G4's). If the range is small (around 4 degrees), the temperature is
337 chip-selects, Ethernet/USB PHY's power and various other small
/arch/arm/crypto/
Dsha1-armv4-large.S18 @ armv4-small 392/+29% 1958/+64% 2250/+96%
25 @ small = detached Xload/update, loops are folded;
38 @ small and always slower.
/arch/nios2/
DKconfig143 This can be useful if you are on a board which has a small amount of
/arch/powerpc/
DKconfig.debug36 too small and stack traces cause important information to
50 This option will add a small amount of overhead to all hypervisor
/arch/powerpc/kvm/
DKconfig136 The overhead is relatively small, however it is not recommended for
/arch/powerpc/platforms/ps3/
DKconfig99 small amount.
/arch/powerpc/boot/dts/
Debony.dts150 small-flash@0,80000 {
/arch/powerpc/platforms/44x/
DKconfig102 is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP

12