Searched refs:small (Results 1 – 25 of 45) sorted by relevance
12
/arch/arm/common/ |
D | dmabounce.c | 76 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/ |
D | ev6-copy_user.S | 50 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
|
D | ev6-memchr.S | 53 cmpult $18, 9, $4 # E : small (< 1 quad) string?
|
/arch/arm/mach-lpc32xx/ |
D | suspend.S | 53 @ This guarantees a small windows where DRAM isn't busy
|
/arch/x86/ras/ |
D | Kconfig | 6 This is a small cache which collects correctable memory errors per 4K
|
/arch/x86/um/vdso/ |
D | Makefile | 44 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/arch/powerpc/lib/ |
D | div64.S | 33 andc r11,r6,r10 # ever be too large, only too small)
|
/arch/ia64/ |
D | Kconfig.debug | 12 Select "16MB" for a small granule size.
|
/arch/sh/lib64/ |
D | memcpy.S | 18 ! 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
|
D | copy_user_memcpy.S | 16 ! 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/ |
D | memcpy-sh4.S | 193 ! 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
|
D | copy_page.S | 85 ! Check if small number of bytes 169 ! Skip the large copy for small transfers
|
/arch/powerpc/boot/ |
D | div64.S | 33 andc r11,r6,r10 # ever be too large, only too small)
|
/arch/x86/boot/compressed/ |
D | Makefile | 33 cflags-$(CONFIG_X86_64) := -mcmodel=small
|
/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 267 small: label
|
/arch/x86/entry/vdso/ |
D | Makefile | 73 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/arch/powerpc/platforms/ |
D | Kconfig | 250 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/ |
D | armada-385-synology-ds116.dts | 236 * found in the FIS directory. There is also a small device
|
/arch/arm/crypto/ |
D | sha1-armv4-large.S | 28 @ armv4-small 392/+29% 1958/+64% 2250/+96% 35 @ small = detached Xload/update, loops are folded; 48 @ small and always slower.
|
/arch/nios2/ |
D | Kconfig | 134 This can be useful if you are on a board which has a small amount of
|
/arch/powerpc/kvm/ |
D | Kconfig | 142 The overhead is relatively small, however it is not recommended for
|
/arch/powerpc/ |
D | Kconfig.debug | 25 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/ |
D | Kconfig | 98 small amount.
|
/arch/sparc/lib/ |
D | M7memset.S | 129 cmp %o2, 7 ! if small counts, just write bytes
|
/arch/powerpc/boot/dts/ |
D | ebony.dts | 150 small-flash@0,80000 {
|
12