| /arch/parisc/math-emu/ |
| A 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/ |
| A 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/ |
| A D | README.hp300 | 6 Currently only 9000/340 machines have been tested. Any amount of RAM should
|
| /arch/microblaze/ |
| A D | Kconfig | 146 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 D | div64.S | 31 srw r10,r10,r0 # the divisor right the same amount,
|
| /arch/powerpc/platforms/ps3/ |
| A D | Kconfig | 97 small amount. 109 small amount.
|
| /arch/arm/lib/ |
| A 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/ |
| A D | div64.S | 31 srw r10,r10,r0 # the divisor right the same amount,
|
| /arch/alpha/lib/ |
| A D | ev6-copy_user.S | 55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
|
| /arch/x86/boot/ |
| A D | header.S | 442 # 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 D | cache-v7.S | 53 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 D | armada-xp-gp.dts | 37 * 8 GB of plug-in RAM modules by default.The amount
|
| A D | armada-370.dtsi | 274 * Reserve some amount of the crypto SRAM to put the
|
| /arch/xtensa/lib/ |
| A D | memcopy.S | 196 __ssa8 a3 # set shift amount from byte offset 459 __ssa8 a3 # set shift amount from byte offset
|
| A D | usercopy.S | 80 __ssa8 a3 # set shift amount from byte offset
|
| /arch/x86/ |
| A D | Kconfig.debug | 75 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 D | Kconfig | 131 This can be useful if you are on a board which has a small amount of
|
| /arch/powerpc/platforms/8xx/ |
| A D | Kconfig | 176 It reduces the amount of usable TLBs to 28 (ie by 12%). That's the
|
| /arch/powerpc/ |
| A 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/arm64/boot/dts/qcom/ |
| A D | sda660-inforce-ifc6560.dts | 139 * Limit to 3 lanes to prevent the bridge from changing amount
|
| /arch/um/ |
| A D | Kconfig | 250 by 8) amount of space so that the KASAN shadow memory does not conflict
|
| /arch/powerpc/kvm/ |
| A D | Kconfig | 185 * Total amount of Guest Page-table Memory reclaimed
|
| /arch/parisc/kernel/ |
| A D | perf_asm.S | 137 extrd,u arg1,63,6,%r1 ; setup shift amount by bits to move
|
| /arch/arm/kernel/ |
| A D | entry-armv.S | 858 * SP points to a minimal amount of processor-private memory, the address
|
| /arch/arm/boot/dts/nvidia/ |
| A D | tegra124-nyan.dtsi | 25 * memory instead of the amount detected by the bootloader.
|