Home
last modified time | relevance | path

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

12

/arch/parisc/math-emu/
A 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/
A 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/
A DREADME.hp3006 Currently only 9000/340 machines have been tested. Any amount of RAM should
/arch/microblaze/
A DKconfig146 have a large amount of physical memory and/or IO, not all of the
156 This option allows you to set the maximum amount of memory which
198 This option allows you to set the amount of virtual address space
/arch/powerpc/lib/
A Ddiv64.S31 srw r10,r10,r0 # the divisor right the same amount,
/arch/powerpc/platforms/ps3/
A DKconfig97 small amount.
109 small amount.
/arch/arm/lib/
A 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/
A Ddiv64.S31 srw r10,r10,r0 # the divisor right the same amount,
/arch/alpha/lib/
A Dev6-copy_user.S55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
/arch/x86/boot/
A Dheader.S442 # data, plus a small amount extra to keep the algorithm safe. The
461 # All of which is enough to compute an amount of extra data that is required
/arch/arm/mm/
A Dcache-v7.S53 movs r1, r2, lsl r1 @ #1 shifted left by same amount
159 movne r6, r6, lsl r5 @ 1 shifted left by same amount
/arch/arm/boot/dts/marvell/
A Darmada-xp-gp.dts37 * 8 GB of plug-in RAM modules by default.The amount
A Darmada-370.dtsi274 * Reserve some amount of the crypto SRAM to put the
/arch/xtensa/lib/
A Dmemcopy.S196 __ssa8 a3 # set shift amount from byte offset
459 __ssa8 a3 # set shift amount from byte offset
A Dusercopy.S80 __ssa8 a3 # set shift amount from byte offset
/arch/x86/
A DKconfig.debug75 This option allows the user to tune the amount of TLB entries the
207 This debugging adds some small amount of runtime overhead
/arch/nios2/
A DKconfig131 This can be useful if you are on a board which has a small amount of
/arch/powerpc/platforms/8xx/
A DKconfig176 It reduces the amount of usable TLBs to 28 (ie by 12%). That's the
/arch/powerpc/
A 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/arm64/boot/dts/qcom/
A Dsda660-inforce-ifc6560.dts139 * Limit to 3 lanes to prevent the bridge from changing amount
/arch/um/
A DKconfig250 by 8) amount of space so that the KASAN shadow memory does not conflict
/arch/powerpc/kvm/
A DKconfig185 * Total amount of Guest Page-table Memory reclaimed
/arch/parisc/kernel/
A Dperf_asm.S137 extrd,u arg1,63,6,%r1 ; setup shift amount by bits to move
/arch/arm/kernel/
A Dentry-armv.S858 * SP points to a minimal amount of processor-private memory, the address
/arch/arm/boot/dts/nvidia/
A Dtegra124-nyan.dtsi25 * memory instead of the amount detected by the bootloader.

Completed in 33 milliseconds

12