Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 36) sorted by relevance

12

/arch/parisc/math-emu/
Dhppa.h15 #define Shiftdouble(left,right,amount,dest) \ argument
17 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount))
20 #define Variableshiftdouble(left,right,amount,dest) \ argument
22 if (amount == 0) dest = right; \
23 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \
24 ((unsigned) right >> (amount))
27 #define Variable_shift_double(left,right,amount,dest) \ argument
29 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
/arch/mips/mti-malta/
Dmalta-time.c51 static unsigned int freqround(unsigned int freq, unsigned int amount) in freqround() argument
53 freq += amount; in freqround()
54 freq -= freq % (amount*2); in freqround()
/arch/m68k/hp300/
DREADME.hp3006 Currently only 9000/340 machines have been tested. Any amount of RAM should
/arch/microblaze/
DKconfig162 have a large amount of physical memory and/or IO, not all of the
172 This option allows you to set the maximum amount of memory which
215 This option allows you to set the amount of virtual address space
/arch/powerpc/lib/
Ddiv64.S31 srw r10,r10,r0 # the divisor right the same amount,
/arch/arm/lib/
Dlib1funcs.S64 @ four bits, since this is the amount of unwinding in the main
151 @ four bits, since this is the amount of unwinding in the main
/arch/powerpc/boot/
Ddiv64.S31 srw r10,r10,r0 # the divisor right the same amount,
/arch/alpha/lib/
Dev6-copy_user.S55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
/arch/nds32/
DKconfig.cpu164 have a large amount of physical memory and/or IO, not all of the
169 vmalloc space and actual amount of RAM, you may not need this
/arch/x86/boot/
Dheader.S495 # data, plus a small amount extra to keep the algorithm safe. The
514 # All of which is enough to compute an amount of extra data that is required
/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S109 and $7, %bufp # calculate the unalignment amount of
/arch/arm/boot/dts/
Darmada-xp-gp.dts37 * 8 GB of plug-in RAM modules by default.The amount
Darmada-370.dtsi254 * Reserve some amount of the crypto SRAM to put the
Dtegra124-nyan.dtsi24 * memory instead of the amount detected by the bootloader.
/arch/xtensa/lib/
Dmemcopy.S196 __ssa8 a3 # set shift amount from byte offset
472 __ssa8 a3 # set shift amount from byte offset
Dusercopy.S75 __ssa8 a3 # set shift amount from byte offset
/arch/x86/
DKconfig.debug85 This option allows the user to tune the amount of TLB entries the
217 This debugging adds some small amount of runtime overhead
/arch/powerpc/platforms/8xx/
DKconfig175 It reduces the amount of usable TLBs to 28 (ie by 12%). That's the
/arch/nios2/
DKconfig137 This can be useful if you are on a board which has a small amount of
/arch/powerpc/
DKconfig.debug33 the amount of time spent in hypervisor calls. Wall time spent in
39 This option will add a small amount of overhead to all hypervisor
/arch/powerpc/platforms/ps3/
DKconfig98 small amount.
/arch/arm/crypto/
Dpoly1305-core.S_shipped543 @ of 52-bit numbers as long as the amount of addends is not a
562 @ to minimize amount of instructions [as well as amount of
/arch/parisc/kernel/
Dperf_asm.S137 extrd,u arg1,63,6,%r1 ; setup shift amount by bits to move
/arch/arm/kernel/
Dentry-armv.S997 * SP points to a minimal amount of processor-private memory, the address
/arch/mips/
DKconfig2456 you to ensure the amount you put in the option and the space your
2457 program requires is less or equal to the amount physically present.
2808 This option allows the amount of space reserved for the table to be
2839 amount of physical RAM available in the target system minus

12