Searched refs:two (Results 1 – 25 of 178) sorted by relevance
12345678
/arch/sh/boards/mach-r2d/ |
D | Kconfig | 10 R2D-PLUS is the smaller of the two R2D board versions, equipped 18 R2D-1 is the larger of the two R2D board versions, equipped 19 with two PCI slots.
|
/arch/cris/arch-v10/ |
D | Kconfig | 104 For products with only one or two controllable LEDs, 113 For products with only one or two controllable LEDs, 122 For products with only one or two controllable LEDs, 131 For products with only one or two controllable LEDs, 140 For products with only one or two controllable LEDs, 149 For products with only one or two controllable LEDs, 158 For products with only one or two controllable LEDs, 167 For products with only one or two controllable LEDs, 176 For products with only one or two controllable LEDs, 185 For products with only one or two controllable LEDs, [all …]
|
/arch/sh/lib/ |
D | checksum.S | 76 add #-2, r5 ! Alignment uses up two bytes. 78 bt/s 1f ! Jump if we had at least two bytes. 232 add #-2,r6 ! Alignment uses up two bytes. 233 cmp/pz r6 ! Jump if we had at least two bytes. 278 ! src and dest equally aligned, but to a two byte boundary. 279 ! Handle first two bytes as a special case
|
/arch/alpha/lib/ |
D | strlen.S | 34 nop # helps dual issue last two insns
|
D | strncpy.S | 66 0: stq_u $31, 0($16) # zero two words
|
D | strlen_user.S | 81 nop # dual issue next two on ev4 and ev5
|
D | callback_srm.S | 46 lda $25,2($31) # two integer arguments
|
D | memchr.S | 127 # At least two quads remain to be accessed.
|
/arch/m32r/lib/ |
D | checksum.S | 72 ; clear c-bit || Alignment uses up two bytes. 74 bgtz r1, 1f ; Jump if we had at least two bytes. 190 addi r1, #-2 ; Alignment uses up two bytes. 192 bgtz r1, 1f ; Jump if we had at least two bytes.
|
/arch/m68k/kernel/ |
D | sun3-head.S | 89 | todo: remove next two. --m
|
/arch/alpha/kernel/ |
D | head.S | 60 # The following two functions are needed for supporting SRM PALcode
|
/arch/um/sys-i386/ |
D | checksum.S | 59 subl $2, %ecx # Alignment uses up two bytes. 60 jae 1f # Jump if we had at least two bytes. 264 subl $2, %ecx # Alignment uses up two bytes. 265 jae 1f # Jump if we had at least two bytes.
|
/arch/m68k/ifpsp060/ |
D | iskeleton.S | 186 | region. Note: the routine must lock two pages if the operand 187 | spans two pages. 254 | Note: the routine must unlock two pages if the operand spans 255 | two pages.
|
/arch/cris/arch-v32/lib/ |
D | nand_init.S | 14 ## read/write increases the address by two. So the copy loop in the
|
/arch/xtensa/lib/ |
D | strnlen_user.S | 94 # check two more bytes (bytes 0, 1 of word) 135 EX(l32i, a9, a4, 0, lenfixup) # get word with first two bytes of string
|
/arch/x86/lib/ |
D | checksum_32.S | 77 subl $2, %ecx # Alignment uses up two bytes. 78 jae 1f # Jump if we had at least two bytes. 328 subl $2, %ecx # Alignment uses up two bytes. 329 jae 1f # Jump if we had at least two bytes.
|
/arch/blackfin/ |
D | Kconfig.debug | 64 event. You have two options: 139 two entries. Omitting one of these entries from the record prevents 159 bool "Compress two-level loops" 161 The trace buffer does not record loops two levels deep. Helpful if
|
/arch/arm/nwfpe/ |
D | softfloat-macros | 137 than 128, the result will be 0. The result is broken into two 64-bit pieces 173 nonzero. The result is broken into two 64-bit pieces which are stored at 213 at most 128 nonzero bits; these are broken into two 64-bit pieces which are 284 of `count' must be less than 64. The result is broken into two 64-bit 340 any carry out is lost. The result is broken into two 64-bit pieces which 399 2^128, so any borrow out (carry out) is lost. The result is broken into two 456 into two 64-bit pieces which are stored at the locations pointed to by
|
D | softfloat-specialize | 136 Takes two single-precision floating-point values `a' and `b', one of which 233 Takes two double-precision floating-point values `a' and `b', one of which 342 Takes two extended double-precision floating-point values `a' and `b', one
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 21 two or more partitions.
|
/arch/arm/mach-clps711x/ |
D | Kconfig | 68 Processors derived from the Cirrus CLPS-711X core support two boot
|
/arch/arm/plat-s3c24xx/ |
D | sleep.S | 120 @@ load UART to allow us to print the two characters for
|
/arch/sh/lib64/ |
D | memcpy.S | 22 ! This implementation makes two assumptions about how it is called: 29 ! 2.: When there are two or three bytes in the last word of an 11-or-more
|
D | copy_user_memcpy.S | 20 ! This implementation makes two assumptions about how it is called: 27 ! 2.: When there are two or three bytes in the last word of an 11-or-more
|
/arch/cris/arch-v32/ |
D | Kconfig | 34 bool "Use two LED groups" 36 Select this if you want two Ethernet LED groups. This is the 157 for 32 MB organized as two 16 bits chips (e.g. Axis
|
12345678