Home
last modified time | relevance | path

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

12345

/arch/arm/kernel/
Dkprobes-test-arm.c1159 #define COPROCESSOR_INSTRUCTIONS_ST_LD(two,cc) \ in kprobe_arm_test_cases() argument
1160 TEST_COPROCESSOR("stc"two" 0, cr0, [r13, #4]") \ in kprobe_arm_test_cases()
1161 TEST_COPROCESSOR("stc"two" 0, cr0, [r13, #-4]") \ in kprobe_arm_test_cases()
1162 TEST_COPROCESSOR("stc"two" 0, cr0, [r13, #4]!") \ in kprobe_arm_test_cases()
1163 TEST_COPROCESSOR("stc"two" 0, cr0, [r13, #-4]!") \ in kprobe_arm_test_cases()
1164 TEST_COPROCESSOR("stc"two" 0, cr0, [r13], #4") \ in kprobe_arm_test_cases()
1165 TEST_COPROCESSOR("stc"two" 0, cr0, [r13], #-4") \ in kprobe_arm_test_cases()
1166 TEST_COPROCESSOR("stc"two" 0, cr0, [r13], {1}") \ in kprobe_arm_test_cases()
1167 TEST_COPROCESSOR("stc"two"l 0, cr0, [r13, #4]") \ in kprobe_arm_test_cases()
1168 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/x86/boot/compressed/
Daslr.c126 static bool mem_overlaps(struct mem_vector *one, struct mem_vector *two) in mem_overlaps() argument
129 if (one->start + one->size <= two->start) in mem_overlaps()
132 if (one->start >= two->start + two->size) in mem_overlaps()
/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/mach-s3c24xx/
Dsleep.S59 @@ 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
/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/arm/boot/dts/
Ddra7xx-clocks.dtsi221 ti,index-power-of-two;
737 ti,index-power-of-two;
941 ti,index-power-of-two;
950 ti,index-power-of-two;
959 ti,index-power-of-two;
968 ti,index-power-of-two;
977 ti,index-power-of-two;
986 ti,index-power-of-two;
995 ti,index-power-of-two;
1004 ti,index-power-of-two;
[all …]
Dkirkwood-rd88f6281.dtsi10 * This file contains the definitions that are common between the two
Dvexpress-v2p-ca15_a7.dts312 /* Total current for the two A15 cores */
333 /* Total power for the two A15 cores */
347 /* Total energy for the two A15 cores */
Dkirkwood-nsa310a.dts6 * There are at least two different NSA310 designs. This variant does
/arch/arm/vfp/
Dentry.S20 @ r0 = instruction opcode (32-bit ARM or two 16-bit Thumb)
Dvfphw.S74 @ r0 = instruction opcode (32-bit ARM or two 16-bit Thumb)
181 str r2, [sp, #S_PC] @ mode it's two 16-bit instructions,
/arch/xtensa/boot/dts/
Dxtfpga.dtsi31 * two cells: second cell == 0: internal irq number
/arch/m68k/kernel/
Dsun3-head.S90 | todo: remove next two. --m
/arch/alpha/kernel/
Dhead.S59 # The following two functions are needed for supporting SRM PALcode
/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/metag/mm/
DKconfig57 blocks into "zones", where each zone is a power of two number of
58 pages. This option selects the largest power of two that the kernel
/arch/x86/um/
Dchecksum_32.S60 subl $2, %ecx # Alignment uses up two bytes.
61 jae 1f # Jump if we had at least two bytes.
/arch/x86/lib/
Dchecksum_32.S76 subl $2, %ecx # Alignment uses up two bytes.
77 jae 1f # Jump if we had at least two bytes.
314 subl $2, %ecx # Alignment uses up two bytes.
315 jae 1f # Jump if we had at least two bytes.
/arch/c6x/
DKconfig92 blocks into "zones", where each zone is a power of two number of
93 pages. This option selects the largest power of two that the kernel
/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/arm/mach-omap1/include/mach/
Ddebug-macro.S34 sub \rv, \rv, \rp @ offset between the two

12345