Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 85) sorted by relevance

1234

/arch/arm/kernel/
Dkprobes-test-arm.c1147 #define COPROCESSOR_INSTRUCTIONS_ST_LD(two,cc) \ in kprobe_arm_test_cases() argument
1148 TEST_COPROCESSOR("stc"two" 0, cr0, [r13, #4]") \ in kprobe_arm_test_cases()
1149 TEST_COPROCESSOR("stc"two" 0, cr0, [r13, #-4]") \ in kprobe_arm_test_cases()
1150 TEST_COPROCESSOR("stc"two" 0, cr0, [r13, #4]!") \ in kprobe_arm_test_cases()
1151 TEST_COPROCESSOR("stc"two" 0, cr0, [r13, #-4]!") \ in kprobe_arm_test_cases()
1152 TEST_COPROCESSOR("stc"two" 0, cr0, [r13], #4") \ in kprobe_arm_test_cases()
1153 TEST_COPROCESSOR("stc"two" 0, cr0, [r13], #-4") \ in kprobe_arm_test_cases()
1154 TEST_COPROCESSOR("stc"two" 0, cr0, [r13], {1}") \ in kprobe_arm_test_cases()
1155 TEST_COPROCESSOR("stc"two"l 0, cr0, [r13, #4]") \ in kprobe_arm_test_cases()
1156 TEST_COPROCESSOR("stc"two"l 0, cr0, [r13, #-4]") \ in kprobe_arm_test_cases()
[all …]
/arch/sh/boards/mach-r2d/
DKconfig10 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/
DKconfig104 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/
Dchecksum.S76 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/arm/plat-s3c24xx/
Dsleep.S60 @@ load UART to allow us to print the two characters for
/arch/alpha/lib/
Dstrlen.S34 nop # helps dual issue last two insns
Dstrncpy.S66 0: stq_u $31, 0($16) # zero two words
Dstrlen_user.S81 nop # dual issue next two on ev4 and ev5
Dcallback_srm.S46 lda $25,2($31) # two integer arguments
/arch/mips/powertv/
DKconfig14 and must be exactly two characters long. Families supported are:
/arch/m32r/lib/
Dchecksum.S72 ; 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/
Dsun3-head.S90 | todo: remove next two. --m
/arch/arm/mach-davinci/include/mach/
Ddebug-macro.S35 sub \rv, \rv, \rp @ offset between the two
/arch/alpha/kernel/
Dhead.S59 # The following two functions are needed for supporting SRM PALcode
/arch/arm/vfp/
Dentry.S17 @ r0 = instruction opcode (32-bit ARM or two 16-bit Thumb)
Dvfphw.S64 @ r0 = instruction opcode (32-bit ARM or two 16-bit Thumb)
166 str r2, [sp, #S_PC] @ mode it's two 16-bit instructions,
/arch/x86/um/
Dchecksum_32.S59 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/
Diskeleton.S186 | 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/arm/mm/
Dproc-v7-3level.S126 add \ttbr1, \ttbr1, #1 << 4 @ skip two L1 entries
/arch/xtensa/lib/
Dstrnlen_user.S94 # 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/
Dchecksum_32.S75 subl $2, %ecx # Alignment uses up two bytes.
76 jae 1f # Jump if we had at least two bytes.
317 subl $2, %ecx # Alignment uses up two bytes.
318 jae 1f # Jump if we had at least two bytes.
/arch/arm/mach-tegra/include/mach/
Ddebug-macro.S35 sub \rv, \rv, \rp @ offset between the two
/arch/c6x/
DKconfig111 blocks into "zones", where each zone is a power of two number of
112 pages. This option selects the largest power of two that the kernel
/arch/arm/mach-omap1/include/mach/
Ddebug-macro.S34 sub \rv, \rv, \rp @ offset between the two
/arch/blackfin/
DKconfig.debug65 event. You have two options:
129 two entries. Omitting one of these entries from the record prevents
149 bool "Compress two-level loops"
151 The trace buffer does not record loops two levels deep. Helpful if

1234