Searched refs:amount (Results 1 – 25 of 36) sorted by relevance
12
/arch/parisc/math-emu/ |
D | hppa.h | 15 #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/ |
D | malta-time.c | 51 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/ |
D | README.hp300 | 6 Currently only 9000/340 machines have been tested. Any amount of RAM should
|
/arch/microblaze/ |
D | Kconfig | 162 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/ |
D | div64.S | 31 srw r10,r10,r0 # the divisor right the same amount,
|
/arch/arm/lib/ |
D | lib1funcs.S | 64 @ 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/ |
D | div64.S | 31 srw r10,r10,r0 # the divisor right the same amount,
|
/arch/alpha/lib/ |
D | ev6-copy_user.S | 55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
|
/arch/nds32/ |
D | Kconfig.cpu | 164 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/ |
D | header.S | 495 # 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/ |
D | crc32c-pcl-intel-asm_64.S | 109 and $7, %bufp # calculate the unalignment amount of
|
/arch/arm/boot/dts/ |
D | armada-xp-gp.dts | 37 * 8 GB of plug-in RAM modules by default.The amount
|
D | armada-370.dtsi | 254 * Reserve some amount of the crypto SRAM to put the
|
D | tegra124-nyan.dtsi | 24 * memory instead of the amount detected by the bootloader.
|
/arch/xtensa/lib/ |
D | memcopy.S | 196 __ssa8 a3 # set shift amount from byte offset 472 __ssa8 a3 # set shift amount from byte offset
|
D | usercopy.S | 75 __ssa8 a3 # set shift amount from byte offset
|
/arch/x86/ |
D | Kconfig.debug | 85 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/ |
D | Kconfig | 175 It reduces the amount of usable TLBs to 28 (ie by 12%). That's the
|
/arch/nios2/ |
D | Kconfig | 137 This can be useful if you are on a board which has a small amount of
|
/arch/powerpc/ |
D | Kconfig.debug | 33 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/ |
D | Kconfig | 98 small amount.
|
/arch/arm/crypto/ |
D | poly1305-core.S_shipped | 543 @ 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/ |
D | perf_asm.S | 137 extrd,u arg1,63,6,%r1 ; setup shift amount by bits to move
|
/arch/arm/kernel/ |
D | entry-armv.S | 997 * SP points to a minimal amount of processor-private memory, the address
|
/arch/mips/ |
D | Kconfig | 2456 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