Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 200 of 262) sorted by relevance

12

/linux-4.1.27/arch/arm64/kvm/
Dhyp.S44 add x3, x2, #CPU_XREG_OFFSET(19)
45 stp x19, x20, [x3]
46 stp x21, x22, [x3, #16]
47 stp x23, x24, [x3, #32]
48 stp x25, x26, [x3, #48]
49 stp x27, x28, [x3, #64]
50 stp x29, lr, [x3, #80]
56 stp x19, x20, [x3, #96]
57 str x21, [x3, #112]
80 add x3, x2, #CPU_XREG_OFFSET(31) // SP_EL0
[all …]
Dvgic-v3-switch.S44 add x3, x0, #VCPU_VGIC_CPU
57 str w4, [x3, #VGIC_V3_CPU_HCR]
58 str w5, [x3, #VGIC_V3_CPU_VMCR]
59 str w6, [x3, #VGIC_V3_CPU_MISR]
60 str w7, [x3, #VGIC_V3_CPU_EISR]
61 str w8, [x3, #VGIC_V3_CPU_ELRSR]
96 str x20, [x3, #LR_OFFSET(15)]
97 str x19, [x3, #LR_OFFSET(14)]
98 str x18, [x3, #LR_OFFSET(13)]
99 str x17, [x3, #LR_OFFSET(12)]
[all …]
Dvgic-v2-switch.S47 add x3, x0, #VCPU_VGIC_CPU
67 str w4, [x3, #VGIC_V2_CPU_HCR]
68 str w5, [x3, #VGIC_V2_CPU_VMCR]
69 str w6, [x3, #VGIC_V2_CPU_MISR]
70 CPU_LE( str w7, [x3, #VGIC_V2_CPU_EISR] )
71 CPU_LE( str w8, [x3, #(VGIC_V2_CPU_EISR + 4)] )
72 CPU_LE( str w9, [x3, #VGIC_V2_CPU_ELRSR] )
73 CPU_LE( str w10, [x3, #(VGIC_V2_CPU_ELRSR + 4)] )
74 CPU_BE( str w7, [x3, #(VGIC_V2_CPU_EISR + 4)] )
75 CPU_BE( str w8, [x3, #VGIC_V2_CPU_EISR] )
[all …]
Dhyp-init.S136 kern_hyp_va x3
137 msr vbar_el2, x3
/linux-4.1.27/arch/x86/crypto/
Dserpent-avx-x86_64-asm_64.S68 #define S0_1(x0, x1, x2, x3, x4) \ argument
69 vpor x0, x3, tp; \
70 vpxor x3, x0, x0; \
71 vpxor x2, x3, x4; \
73 vpxor x1, tp, x3; \
77 #define S0_2(x0, x1, x2, x3, x4) \ argument
78 vpxor x3, x0, x0; \
82 vpxor x2, x3, x3; \
87 #define S1_1(x0, x1, x2, x3, x4) \ argument
89 vpxor x3, x0, x0; \
[all …]
Dserpent-avx2-asm_64.S60 #define S0_1(x0, x1, x2, x3, x4) \ argument
61 vpor x0, x3, tp; \
62 vpxor x3, x0, x0; \
63 vpxor x2, x3, x4; \
65 vpxor x1, tp, x3; \
69 #define S0_2(x0, x1, x2, x3, x4) \ argument
70 vpxor x3, x0, x0; \
74 vpxor x2, x3, x3; \
79 #define S1_1(x0, x1, x2, x3, x4) \ argument
81 vpxor x3, x0, x0; \
[all …]
Dserpent-sse2-x86_64-asm_64.S56 #define S0_1(x0, x1, x2, x3, x4) \ argument
57 movdqa x3, x4; \
58 por x0, x3; \
62 pxor x1, x3; \
66 #define S0_2(x0, x1, x2, x3, x4) \ argument
67 pxor x3, x0; \
71 pxor x2, x3; \
76 #define S1_1(x0, x1, x2, x3, x4) \ argument
79 pxor x3, x0; \
80 pxor RNOT, x3; \
[all …]
Dserpent-sse2-i586-asm_32.S57 #define K(x0, x1, x2, x3, x4, i) \ argument
65 pxor x4, x3;
67 #define LK(x0, x1, x2, x3, x4, i) \ argument
84 pxor x2, x3; \
85 pxor x4, x3; \
86 movdqa x3, x4; \
87 pslld $7, x3; \
89 por x4, x3; \
93 pxor x3, x0; \
94 pxor x3, x2; \
[all …]
Dglue_helper-asm-avx.S18 #define load_8way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
22 vmovdqu (3*16)(src), x3; \
28 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
32 vmovdqu x3, (3*16)(dst); \
38 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
41 vpxor (2*16)(src), x3, x3; \
46 store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7);
54 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ argument
69 vpshufb t1, x7, x3; \
82 #define store_ctr_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
[all …]
Dglue_helper-asm-avx2.S13 #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
17 vmovdqu (3*32)(src), x3; \
23 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
27 vmovdqu x3, (3*32)(dst); \
33 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument
39 vpxor (2*32+16)(src), x3, x3; \
44 store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7);
60 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \ argument
80 vpshufb t1, t2, x3; \
93 #define store_ctr_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
[all …]
Dcamellia-aesni-avx-asm_64.S49 #define roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument
66 vpshufb t4, x3, x3; \
81 filter_8bit(x3, t2, t3, t7, t6); \
93 vaesenclast t4, x3, x3; \
101 filter_8bit(x3, t0, t1, t7, t6); \
136 vpxor x4, x3, x3; \
139 vpxor x3, x5, x5; \
146 vpxor x6, x3, x3; \
148 vpxor x3, x4, x4; \
182 vpxor t4, x3, x3; \
[all …]
Dcast6-avx-x86_64-asm_64.S200 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
203 vpunpckldq x3, x2, t1; \
204 vpunpckhdq x3, x2, x3; \
208 vpunpcklqdq x3, t2, x2; \
209 vpunpckhqdq x3, t2, x3;
211 #define inpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ argument
215 vpshufb rmask, x3, x3; \
217 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
219 #define outunpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ argument
220 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
[all …]
Dcamellia-aesni-avx2-asm_64.S66 #define roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument
81 vpshufb t4, x3, x3; \
94 filter_8bit(x3, t2, t3, t7, t4); \
96 vextracti128 $1, x3, t3##_x; \
114 vaesenclast t4##_x, x3##_x, x3##_x; \
116 vinserti128 $1, t3##_x, x3, x3; \
142 filter_8bit(x3, t0, t1, t7, t6); \
167 vpxor x4, x3, x3; \
176 vpxor x3, x5, x5; \
187 vpxor x6, x3, x3; \
[all …]
Dtwofish-avx-x86_64-asm_64.S221 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
224 vpunpckldq x3, x2, t1; \
225 vpunpckhdq x3, x2, x3; \
229 vpunpcklqdq x3, t2, x2; \
230 vpunpckhqdq x3, t2, x3;
232 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
236 vpxor x3, wkey, x3; \
238 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
240 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
241 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
[all …]
Dsalsa20-x86_64-asm_64.S107 # x3 = j2
109 # x2 = x3
111 # (uint64) x3 >>= 32
247 # x3 ^= d
249 # d = x15 + x3
255 # d = x3 + x7
271 # a = x3 + x0
299 # x3 ^= a
307 # a = x2 + x3
463 # x3 ^= d
[all …]
Dsalsa20-i586-asm_32.S142 # x3 = in3
237 # v ^= x3
249 # x3 = v
339 # p += x3
417 # p ^= x3
435 # x3 = p
501 # v ^= x3
513 # x3 = v
603 # p += x3
681 # p ^= x3
[all …]
/linux-4.1.27/crypto/
Dseed.c337 u32 i, t0, t1, x1, x2, x3, x4; in seed_set_key() local
341 x3 = be32_to_cpu(key[2]); in seed_set_key()
345 t0 = x1 + x3 - KC[i]; in seed_set_key()
357 t0 = x3; in seed_set_key()
358 x3 = (x3 << 8) ^ (x4 >> 24); in seed_set_key()
373 u32 x1, x2, x3, x4, t0, t1; in seed_encrypt() local
378 x3 = be32_to_cpu(src[2]); in seed_encrypt()
381 OP(x1, x2, x3, x4, 0); in seed_encrypt()
382 OP(x3, x4, x1, x2, 2); in seed_encrypt()
383 OP(x1, x2, x3, x4, 4); in seed_encrypt()
[all …]
Dserpent_generic.c36 #define loadkeys(x0, x1, x2, x3, i) \ argument
37 ({ x0 = k[i]; x1 = k[i+1]; x2 = k[i+2]; x3 = k[i+3]; })
39 #define storekeys(x0, x1, x2, x3, i) \ argument
40 ({ k[i] = x0; k[i+1] = x1; k[i+2] = x2; k[i+3] = x3; })
42 #define store_and_load_keys(x0, x1, x2, x3, s, l) \ argument
43 ({ storekeys(x0, x1, x2, x3, s); loadkeys(x0, x1, x2, x3, l); })
45 #define K(x0, x1, x2, x3, i) ({ \ argument
46 x3 ^= k[4*(i)+3]; x2 ^= k[4*(i)+2]; \
50 #define LK(x0, x1, x2, x3, x4, i) ({ \ argument
53 x3 ^= x2; x1 ^= x2; \
[all …]
/linux-4.1.27/arch/arm64/mm/
Dcache.S39 and x3, x0, #0x7000000 // extract loc from clidr
40 lsr x3, x3, #23 // left align loc bit field
41 cbz x3, finished // if loc is 0, then no need to clean
75 cmp x3, x10
126 dcache_line_size x2, x3
127 sub x3, x2, #1
128 bic x4, x0, x3
136 icache_line_size x2, x3
137 sub x3, x2, #1
138 bic x4, x0, x3
[all …]
Dproc.S113 mrs x3, tpidrro_el0
123 stp x2, x3, [x0]
146 ldp x2, x3, [x0]
153 msr tpidrro_el0, x3
/linux-4.1.27/arch/arm64/kernel/
Dentry32.S80 regs_to_64 x3, x4, x5
85 regs_to_64 x3, x4, x5
90 regs_to_64 x1, x2, x3
95 regs_to_64 x1, x2, x3
100 regs_to_64 x1, x2, x3
107 regs_to_64 x1, x2, x3
114 regs_to_64 x2, x2, x3
115 regs_to_64 x3, x4, x5
120 regs_to_64 x2, x2, x3
121 regs_to_64 x3, x4, x5
Dhead.S263 stp x2, x3, [x0, #16]
385 adrp x3, KERNEL_START // __pa(KERNEL_START)
422 create_table_entry x0, x3, EXTRA_SHIFT, EXTRA_PTRS, x5, x6
426 create_pgd_entry x0, x3, x5, x6
427 mov x5, x3 // __pa(KERNEL_START)
429 create_block_map x0, x7, x3, x5, x6
436 create_pgd_entry x0, x5, x3, x6
438 mov x3, x24 // phys offset
439 create_block_map x0, x7, x3, x5, x6
445 mov x3, x21 // FDT phys address
[all …]
Dsleep.S95 compute_mpidr_hash x8, x3, x4, x5, x6, x7, x10
117 mov x3, #-EOPNOTSUPP
118 csel x0, x3, x0, eq
134 ldr x3, =cpu_resume_after_mmu
137 br x3 // global jump to virtual address
160 compute_mpidr_hash x7, x3, x4, x5, x6, x1, x2
Dentry-ftrace.S185 stp x2, x3, [sp, #16]
193 ldp x2, x3, [sp, #16]
Defi-entry.S115 mov x3, xzr
Dentry.S46 ldp x2, x3, [sp, #S_X2]
74 stp x2, x3, [sp, #16 * 1]
151 ldp x2, x3, [sp, #16 * 1]
707 ldp x2, x3, [sp, #S_X2]
/linux-4.1.27/arch/powerpc/boot/dts/
Dmpc8548cds.dtsi123 reg = <0x3>;
174 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
175 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
180 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1 0 0
185 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
186 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1 0 0
192 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
193 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
198 0x6000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
199 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
[all …]
Dmpc8572ds.dtsi169 reg = <0x3>;
251 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
252 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1 0 0
257 0x8900 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
258 0x8900 0x0 0x0 0x3 &mpic 0x4 0x1 0 0
263 0x8a00 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
264 0x8a00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0
269 0x8b00 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
270 0x8b00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0
275 0x8c00 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
[all …]
Dmpc8540ads.dts177 reg = <0x3>;
278 0x1000 0x0 0x0 0x3 &mpic 0x3 0x1
284 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
285 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1
288 0x2000 0x0 0x0 0x1 &mpic 0x3 0x1
290 0x2000 0x0 0x0 0x3 &mpic 0x1 0x1
295 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
296 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1
302 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
308 0x6800 0x0 0x0 0x3 &mpic 0x2 0x1
[all …]
Dmpc8560ads.dts171 reg = <0x3>;
317 0x1000 0x0 0x0 0x3 &mpic 0x3 0x1
320 /* IDSEL 0x3 */
323 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
324 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1
327 0x2000 0x0 0x0 0x1 &mpic 0x3 0x1
329 0x2000 0x0 0x0 0x3 &mpic 0x1 0x1
334 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
335 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1
341 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
[all …]
Dmpc8569mds.dts39 0x3 0x0 0x0 0xfc000000 0x00008000
148 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
150 0x0 0x0 0x1 0x0 0x3 0x0 /* ENET1_TXD0_SER1_TXD0 */
151 0x0 0x1 0x1 0x0 0x3 0x0 /* ENET1_TXD1_SER1_TXD1 */
153 0x0 0x3 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */
154 0x0 0x6 0x2 0x0 0x3 0x0 /* ENET1_RXD0_SER1_RXD0 */
159 0x0 0xc 0x2 0x0 0x3 0x0 /* ENET1_RX_DV_SER1_CTS_B */
168 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
169 0x2 0x10 0x2 0x0 0x3 0x0 /* CLK17 */
179 0x0 0x1a 0x2 0x0 0x3 0x0 /* ENET2_RX_DV_SER2_CTS_B */
[all …]
DkuroboxHG.dts132 0x5800 0x0 0x0 0x3 &mpic 0x2 0x1
133 0x5800 0x0 0x0 0x4 &mpic 0x3 0x1
137 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
140 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
141 0x7000 0x0 0x0 0x2 &mpic 0x3 0x1
142 0x7000 0x0 0x0 0x3 &mpic 0x3 0x1
143 0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
DkuroboxHD.dts132 0x5800 0x0 0x0 0x3 &mpic 0x2 0x1
133 0x5800 0x0 0x0 0x4 &mpic 0x3 0x1
137 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
140 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
141 0x7000 0x0 0x0 0x2 &mpic 0x3 0x1
142 0x7000 0x0 0x0 0x3 &mpic 0x3 0x1
143 0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
Dmpc8555cds.dts293 0x8000 0x0 0x0 0x3 &mpic 0x2 0x1
294 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1
299 0x8800 0x0 0x0 0x3 &mpic 0x2 0x1
300 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1
305 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
306 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1
311 0x9800 0x0 0x0 0x3 &mpic 0x3 0x1
316 0xa000 0x0 0x0 0x2 &mpic 0x3 0x1
317 0xa000 0x0 0x0 0x3 &mpic 0x0 0x1
321 0xa800 0x0 0x0 0x1 &mpic 0x3 0x1
[all …]
Dstxssa8555.dts292 0x8000 0x0 0x0 0x3 &mpic 0x2 0x1
293 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1
298 0x8800 0x0 0x0 0x3 &mpic 0x2 0x1
299 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1
304 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
305 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1
310 0x9800 0x0 0x0 0x3 &mpic 0x3 0x1
315 0xa000 0x0 0x0 0x2 &mpic 0x3 0x1
316 0xa000 0x0 0x0 0x3 &mpic 0x0 0x1
320 0xa800 0x0 0x0 0x1 &mpic 0x3 0x1
[all …]
Dmpc8541cds.dts293 0x8000 0x0 0x0 0x3 &mpic 0x2 0x1
294 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1
299 0x8800 0x0 0x0 0x3 &mpic 0x2 0x1
300 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1
305 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
306 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1
311 0x9800 0x0 0x0 0x3 &mpic 0x3 0x1
316 0xa000 0x0 0x0 0x2 &mpic 0x3 0x1
317 0xa000 0x0 0x0 0x3 &mpic 0x0 0x1
321 0xa800 0x0 0x0 0x1 &mpic 0x3 0x1
[all …]
Dmpc834x_mds.dts293 0x8800 0x0 0x0 0x3 &ipic 22 0x8
299 0x9000 0x0 0x0 0x3 &ipic 20 0x8
305 0x9800 0x0 0x0 0x3 &ipic 21 0x8
311 0xa800 0x0 0x0 0x3 &ipic 22 0x8
317 0xb000 0x0 0x0 0x3 &ipic 21 0x8
323 0xb800 0x0 0x0 0x3 &ipic 20 0x8
329 0xc000 0x0 0x0 0x3 &ipic 23 0x8
354 0x8800 0x0 0x0 0x3 &ipic 22 0x8
360 0x9000 0x0 0x0 0x3 &ipic 20 0x8
366 0x9800 0x0 0x0 0x3 &ipic 21 0x8
[all …]
Dmpc8544ds.dts43 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
44 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1 0 0
49 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1 0 0
51 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
Dmvme5100.dts114 0x5800 0x0 0x0 0x3 &mpic 0x0 0x2
122 0x6800 0x0 0x0 0x3 &mpic 0x7 0x1
133 0x8000 0x0 0x0 0x3 &mpic 0xb 0x1
139 0x8800 0x0 0x0 0x3 &mpic 0xa 0x1
150 0xa000 0x0 0x0 0x3 &mpic 0xb 0x1
Dmpc8272ads.dts58 0x3 0x0 0xf8200000 0x8000>;
77 reg = <0x3 0x0 0x8>;
97 0xb000 0x0 0x0 0x3 &PCI_PIC 2
103 0xb800 0x0 0x0 0x3 &PCI_PIC 6
109 0xc000 0x0 0x0 0x3 &PCI_PIC 10
203 reg = <0x3>;
Dsbc8548.dts28 0x3 0x0 0xf0000000 0x04000000 /*64MB SDRAM*/
62 0x3 0x0 0x5 0x300000 0x1fff /* HW Rev. */
78 reg = <0x3 0x0 0x1fff>;
Dmpc8568mds.dts105 reg = <0x3>;
154 0x1 0x1f 0x2 0x0 0x3 0x0>; /* GTX125 */
182 0x1 0x1f 0x2 0x0 0x3 0x0 /* GTX125 */
183 0x4 0x6 0x3 0x0 0x2 0x0 /* MDIO */
249 reg = <0x3>;
264 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1 0 0
270 0x9800 0x0 0x0 0x3 &mpic 0x4 0x1 0 0
Dsbc8548-altflash.dts31 0x3 0x0 0xf0000000 0x04000000 /*64MB SDRAM*/
65 0x3 0x0 0x5 0x300000 0x1fff /* HW Rev. */
81 reg = <0x3 0x0 0x1fff>;
Dsbc8548-post.dtsi233 0x0800 0x0 0x0 0x2 &mpic 0x3 0x1
234 0x0800 0x0 0x0 0x3 &mpic 0x4 0x1
239 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
240 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
264 0x0000 0x0 0x0 0x3 &mpic 0x2 0x1
265 0x0000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Dmpc8379_mds.dts270 reg = <0x3>;
405 0x8800 0x0 0x0 0x3 &ipic 22 0x8
411 0x9000 0x0 0x0 0x3 &ipic 20 0x8
417 0x9800 0x0 0x0 0x3 &ipic 21 0x8
423 0xa800 0x0 0x0 0x3 &ipic 22 0x8
429 0xb000 0x0 0x0 0x3 &ipic 21 0x8
435 0xb800 0x0 0x0 0x3 &ipic 20 0x8
441 0xc000 0x0 0x0 0x3 &ipic 23 0x8
Dmpc8378_mds.dts272 reg = <0x3>;
375 0x8800 0x0 0x0 0x3 &ipic 22 0x8
381 0x9000 0x0 0x0 0x3 &ipic 20 0x8
387 0x9800 0x0 0x0 0x3 &ipic 21 0x8
393 0xa800 0x0 0x0 0x3 &ipic 22 0x8
399 0xb000 0x0 0x0 0x3 &ipic 21 0x8
405 0xb800 0x0 0x0 0x3 &ipic 20 0x8
411 0xc000 0x0 0x0 0x3 &ipic 23 0x8
Dmpc832x_mds.dts358 reg = <0x3>;
385 0x8800 0x0 0x0 0x3 &ipic 22 0x8
391 0x9000 0x0 0x0 0x3 &ipic 20 0x8
397 0x9800 0x0 0x0 0x3 &ipic 21 0x8
403 0xa800 0x0 0x0 0x3 &ipic 22 0x8
409 0xb000 0x0 0x0 0x3 &ipic 21 0x8
415 0xb800 0x0 0x0 0x3 &ipic 20 0x8
421 0xc000 0x0 0x0 0x3 &ipic 23 0x8
Dmpc7448hpc2.dts162 0x800 0x0 0x0 0x3 &RT0 0x26 0x0
168 0x1000 0x0 0x0 0x3 &RT0 0x27 0x0
174 0x1800 0x0 0x0 0x3 &RT0 0x24 0x0
180 0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
Dmpc8377_mds.dts233 reg = <0x3>;
391 0x8800 0x0 0x0 0x3 &ipic 22 0x8
397 0x9000 0x0 0x0 0x3 &ipic 20 0x8
403 0x9800 0x0 0x0 0x3 &ipic 21 0x8
409 0xa800 0x0 0x0 0x3 &ipic 22 0x8
415 0xb000 0x0 0x0 0x3 &ipic 21 0x8
421 0xb800 0x0 0x0 0x3 &ipic 20 0x8
427 0xc000 0x0 0x0 0x3 &ipic 23 0x8
Dholly.dts162 0x800 0x0 0x0 0x3 &RT0 0x26 0x0
167 0x1000 0x0 0x0 0x3 &RT0 0x27 0x0
172 0x1800 0x0 0x0 0x3 &RT0 0x24 0x0
177 0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
Dtaishan.dts86 interrupts = <0x3 0x4 0x2 0x4>; /* cascade */
149 interrupts = <0x0 0x1 0x2 0x3 0x4>;
156 /*TXDE*/ 0x3 &UIC1 0x1 0x4
255 interrupts = <0x3 0x4>;
353 interrupts = <0x2 0x4 0x3 0x4>;
412 0x800 0x0 0x0 0x3 &UIC0 0x19 0x8
418 0x1000 0x0 0x0 0x3 &UIC0 0x1a 0x8
Dmpc836x_mds.dts431 0x8800 0x0 0x0 0x3 &ipic 22 0x8
437 0x9000 0x0 0x0 0x3 &ipic 20 0x8
443 0x9800 0x0 0x0 0x3 &ipic 21 0x8
449 0xa800 0x0 0x0 0x3 &ipic 22 0x8
455 0xb000 0x0 0x0 0x3 &ipic 21 0x8
461 0xb800 0x0 0x0 0x3 &ipic 20 0x8
467 0xc000 0x0 0x0 0x3 &ipic 23 0x8
Dkatmai.dts145 interrupts = <0x0 0x1 0x2 0x3 0x4>;
152 /*TXDE*/ 0x3 &UIC1 0x2 0x4
153 /*RXDE*/ 0x4 &UIC1 0x3 0x4>;
251 interrupts = <0x3 0x4>;
317 0x800 0x0 0x0 0x3 &UIC1 0x12 0x8
359 0x0 0x0 0x0 0x3 &UIC3 0x2 0x4 /* swizzled int C */
360 0x0 0x0 0x0 0x4 &UIC3 0x3 0x4 /* swizzled int D */>;
400 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */
441 0x0 0x0 0x0 0x3 &UIC3 0xa 0x4 /* swizzled int C */
Dpq2fads.dts95 0xb000 0x0 0x0 0x3 &PCI_PIC 2
101 0xb800 0x0 0x0 0x3 &PCI_PIC 6
107 0xc000 0x0 0x0 0x3 &PCI_PIC 10
219 reg = <0x3>;
Dicon.dts141 interrupts = <0x0 0x1 0x2 0x3 0x4>;
148 /*TXDE*/ 0x3 &UIC1 0x2 0x4
149 /*RXDE*/ 0x4 &UIC1 0x3 0x4>;
254 interrupts = <0x3 0x4>;
355 0x0 0x0 0x0 0x3 &UIC3 0x2 0x4 /* swizzled int C */
356 0x0 0x0 0x0 0x4 &UIC3 0x3 0x4 /* swizzled int D */>;
396 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */
Dmpc8548cds_32b.dts53 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
54 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1 0 0>;
Dmpc8548cds_36b.dts53 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
54 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1 0 0>;
Dmvme2500.dts111 reg = <0x3>;
159 0x3 0x0 0x0 0xffc60000 0x00010000
183 reg = <0x3 0x0 0x100>;
Dp1021mds.dts33 0x3 0x0 0x0 0xf8020000 0x00020000>;
209 0x1 0x14 0x3 0x0 0x1 0x0 /* QE_MUX_MDIO */
232 0x1 0x14 0x3 0x0 0x1 0x0 /* QE_MUX_MDIO */
302 reg = <0x3>;
Dhaleakala.dts105 interrupts = <0x0 0x1 0x2 0x3 0x4>;
112 /*TXDE*/ 0x3 &UIC1 0x1 0x4
277 0x0 0x0 0x0 0x3 &UIC2 0x2 0x4 /* swizzled int C */
278 0x0 0x0 0x0 0x4 &UIC2 0x3 0x4 /* swizzled int D */>;
Dmakalu.dts106 interrupts = <0x0 0x1 0x2 0x3 0x4>;
113 /*TXDE*/ 0x3 &UIC1 0x1 0x4
308 0x0 0x0 0x0 0x3 &UIC2 0x2 0x4 /* swizzled int C */
309 0x0 0x0 0x0 0x4 &UIC2 0x3 0x4 /* swizzled int D */>;
349 0x0 0x0 0x0 0x3 &UIC2 0xd 0x4 /* swizzled int C */
Dredwood.dts129 /*RXDE*/ 0x3 0x4
275 0x0 0x0 0x0 0x3 &UIC3 0x2 0x4 /* swizzled int C */
276 0x0 0x0 0x0 0x4 &UIC3 0x3 0x4 /* swizzled int D */>;
316 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */
357 0x0 0x0 0x0 0x3 &UIC3 0xa 0x4 /* swizzled int C */
Drainier.dts124 interrupts = <0x0 0x1 0x2 0x3 0x4>;
131 /*TXDE*/ 0x3 &UIC1 0x1 0x4
219 interrupts = <0x3 0x4>;
342 interrupt-map = < 0x0 0x0 0x0 0x0 &UIC2 0x3 0x8 >;
Dakebono.dts287 0x0 0x0 0x0 0x3 &MPIC 47 0x2 /* int C */
327 0x0 0x0 0x0 0x3 &MPIC 55 0x2 /* int C */
367 0x0 0x0 0x0 0x3 &MPIC 63 0x2 /* int C */
378 port = <0x3>; /* port number */
407 0x0 0x0 0x0 0x3 &MPIC 71 0x2 /* int C */
Dkilauea.dts122 interrupts = <0x0 0x1 0x2 0x3 0x4>;
129 /*TXDE*/ 0x3 &UIC1 0x1 0x4
362 0x0 0x0 0x0 0x3 &UIC2 0x2 0x4 /* swizzled int C */
363 0x0 0x0 0x0 0x4 &UIC2 0x3 0x4 /* swizzled int D */>;
403 0x0 0x0 0x0 0x3 &UIC2 0xd 0x4 /* swizzled int C */
Dmpc5121ads.dts166 0xa800 0x0 0x0 0x3 &cpld_pic 0x2 0x8
167 0xa800 0x0 0x0 0x4 &cpld_pic 0x3 0x8
Dgef_sbc310.dts122 reg = <0x3 0x0 0x20000>;
405 0x0000 0x0 0x0 0x3 &mpic 0x2 0x2
406 0x0000 0x0 0x0 0x4 &mpic 0x3 0x2
441 0x0000 0x0 0x0 0x3 &mpic 0x6 0x2
Dsequoia.dts136 interrupts = <0x0 0x1 0x2 0x3 0x4>;
143 /*TXDE*/ 0x3 &UIC1 0x1 0x4
268 interrupts = <0x3 0x4>;
404 interrupt-map = < 0x0 0x0 0x0 0x0 &UIC2 0x3 0x8 >;
Dmpc8315erdb.dts65 0x3 0x0 0xfa000000 0x00008000>;
373 0x7000 0x0 0x0 0x3 &ipic 18 0x8
379 0x7800 0x0 0x0 0x3 &ipic 17 0x8
385 0x8000 0x0 0x0 0x3 &ipic 48 0x8
Dbamboo.dts111 interrupts = <0x0 0x1 0x2 0x3 0x4>;
118 /*TXDE*/ 0x3 &UIC1 0x1 0x4
175 interrupts = <0x3 0x4>;
Dep88xc.dts53 0x3 0x0 0xfa000000 0x1000000
64 reg = <0x3 0x400000 0x10>;
Dyosemite.dts109 interrupts = <0x0 0x1 0x2 0x3 0x4>;
116 /*TXDE*/ 0x3 &UIC1 0x1 0x4
209 interrupts = <0x3 0x4>;
Debony.dts113 interrupts = <0x0 0x1 0x2 0x3 0x4>;
120 /*TXDE*/ 0x3 &UIC1 0x1 0x4
231 interrupts = <0x3 0x4>;
Dcurrituck.dts159 0x0 0x0 0x0 0x3 &MPIC 48 0x2 /* int C */
196 0x0 0x0 0x0 0x3 &MPIC 40 0x2 /* int C */
233 0x0 0x0 0x0 0x3 &MPIC 56 0x2 /* int C */
Dxpedite5330.dts616 0x0 0x0 0x0 0x3 &mpic 0x2 0x1
617 0x0 0x0 0x0 0x4 &mpic 0x3 0x1
653 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
690 0x0 0x0 0x0 0x3 &mpic 0x2 0x1
691 0x0 0x0 0x0 0x4 &mpic 0x3 0x1
Dge_imp3a.dts31 0x3 0x0 0x0 0xfc100000 0x00020000
77 reg = <0x3 0x0 0x20000>;
Dp1010rdb.dtsi83 reg = <0x3 0x0 0x0000020>;
171 reg = <0x3>;
Dgef_sbc610.dts124 reg = <0x3 0x0 0x20000>;
405 0x0000 0x0 0x0 0x3 &mpic 0x2 0x1
406 0x0000 0x0 0x0 0x4 &mpic 0x3 0x1
Dmpc8349emitx.dts398 0x3 0x0 0xf0000000 0x210>; /* CF slot */
418 reg = <0x3 0x0 0x10 0x3 0x20c 0x4>;
Dmpc8313erdb.dts64 0x3 0x0 0xfa000000 0x00008000>;
339 0x7000 0x0 0x0 0x3 &ipic 18 0x8
345 0x7800 0x0 0x0 0x3 &ipic 17 0x8
Dgef_ppc9a.dts124 reg = <0x3 0x0 0x20000>;
407 0x0000 0x0 0x0 0x3 &mpic 0x2 0x1
408 0x0000 0x0 0x0 0x4 &mpic 0x3 0x1
Dklondike.dts132 /*RXDE*/ 0x3 0x4>;
210 phy-address = <0x3>;
Dbluestone.dts161 /*SERR*/ 0x3 0x4
299 interrupts = <0x3 0x4>;
381 0x0 0x0 0x0 0x3 &UIC3 0xe 0x4 /* swizzled int C */
Dmpc8536ds.dts40 0x3 0x0 0x0 0xffdf0000 0x00008000>;
Dwarp.dts105 interrupts = <0x0 0x1 0x2 0x3 0x4>;
112 /*TXDE*/ 0x3 &UIC1 0x1 0x4
Dmpc8572ds_camp_core1.dts88 0x1 0x2 0x3 0x4 /* pci slot */
Dmpc8536ds_36b.dts40 0x3 0x0 0xf 0xffdf0000 0x00008000>;
Dmpc8572ds.dts28 0x3 0x0 0x0 0xffdf0000 0x00008000
Dp2020ds.dts26 0x3 0x0 0x0 0xffdf0000 0x00008000
Dmpc8572ds_36b.dts28 0x3 0x0 0xf 0xffdf0000 0x00008000
Dsbc8349.dts276 0x3 0x0 0x10000000 0x04000000>; /* 64MB SDRAM */
313 0x8800 0x0 0x0 0x3 &ipic 18 0x8
Dp1020rdb-pd.dts51 0x3 0x0 0x0 0xffb00000 0x00020000>;
140 reg = <0x3 0x0 0x20000>;
Dac14xx.dts48 0x3 0x0 0xe0300000 0x00020000 /* CS3: comm */
123 reg = <0x3 0x00000000 0x00020000>;
Dglacier.dts155 /*SERR*/ 0x3 0x4
307 interrupts = <0x3 0x4>;
530 0x0 0x0 0x0 0x3 &UIC3 0xe 0x4 /* swizzled int C */
572 0x0 0x0 0x0 0x3 &UIC3 0x12 0x4 /* swizzled int C */
Dcanyonlands.dts161 /*SERR*/ 0x3 0x4
330 interrupts = <0x3 0x4>;
493 0x0 0x0 0x0 0x3 &UIC3 0xe 0x4 /* swizzled int C */
535 0x0 0x0 0x0 0x3 &UIC3 0x12 0x4 /* swizzled int C */
Dmpc832x_rdb.dts346 0x8800 0x0 0x0 0x3 &ipic 20 0x8
352 0x9000 0x0 0x0 0x3 &ipic 48 0x8
Dbsc9131rdb.dtsi75 reg = <0x3>;
Dobs600.dts126 interrupts = <0x0 0x1 0x2 0x3 0x4>;
133 /*TXDE*/ 0x3 &UIC1 0x1 0x4
Dp1010rdb_32b.dtsi43 0x3 0x0 0x0 0xffb00000 0x00000020>;
Dxpedite5370.dts584 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
621 0x0 0x0 0x0 0x3 &mpic 0x2 0x1
622 0x0 0x0 0x0 0x4 &mpic 0x3 0x1
Dxpedite5301.dts586 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
623 0x0 0x0 0x0 0x3 &mpic 0x2 0x1
624 0x0 0x0 0x0 0x4 &mpic 0x3 0x1
Dp1025twr.dtsi167 0x1 0x14 0x3 0x0 0x1 0x0 /* QE_MUX_MDIO */
190 0x1 0x14 0x3 0x0 0x1 0x0 /* QE_MUX_MDIO */
Dp1020rdb-pc_32b.dts51 0x3 0x0 0x0 0xffa00000 0x00020000>;
Dp1010rdb_36b.dtsi43 0x3 0x0 0xf 0xffb00000 0x00000020>;
Dp2020rdb-pc_32b.dts52 0x3 0x0 0x0 0xffa00000 0x00020000>;
Dp1020rdb-pc_36b.dts51 0x3 0x0 0xf 0xffa00000 0x00020000>;
Dxcalibur1501.dts426 reg = <0x3>;
679 0x0 0x0 0x0 0x3 &mpic 0x2 0x1
680 0x0 0x0 0x0 0x4 &mpic 0x3 0x1
Darches.dts167 /*SERR*/ 0x3 0x4
253 interrupts = <0x3 0x4>;
Dmpc8379_rdb.dts63 0x3 0x0 0xfa000000 0x00008000>;
421 0xE000 0x0 0x0 0x3 &ipic 22 0x8>;
Dp2020rdb-pc_36b.dts52 0x3 0x0 0xf 0xffa00000 0x00020000>;
Dp1022ds_36b.dts48 0x3 0x0 0xf 0xffdf0000 0x00008000>;
Dp1022ds_32b.dts48 0x3 0x0 0x0 0xffdf0000 0x00008000>;
/linux-4.1.27/arch/sparc/include/asm/
Dsfp-machine_32.h108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
120 : "%rJ" ((USItype)(x3)), \
133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
145 : "%rJ" ((USItype)(x3)), \
160 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument
162 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
167 : "=&r" (x3), \
172 "0" ((USItype)(x3)), \
/linux-4.1.27/arch/arm64/lib/
Dcopy_from_user.S35 USER(9f, ldr x3, [x1], #8 )
37 str x3, [x0], #8
60 mov x3, x2
62 subs x3, x3, #1
Dbitops.S33 lsl x3, x2, x3 // Create mask
35 \instr x2, x2, x3
48 lsl x4, x2, x3 // Create mask
50 lsr x0, x2, x3 // Save old value of bit
Dstrrchr.S33 mov x3, #0
39 sub x3, x0, #1
41 2: mov x0, x3
Dcopy_page.S32 1: ldp x2, x3, [x1]
38 stnp x2, x3, [x0]
Dcopy_to_user.S35 ldr x3, [x1], #8
37 USER(9f, str x3, [x0], #8 )
Dcopy_in_user.S37 USER(9f, ldr x3, [x1], #8 )
39 USER(9f, str x3, [x0], #8 )
Dstrlen.S44 data2 .req x3
Dstrnlen.S45 data1 .req x3
Dmemcpy.S42 tmp1 .req x3
Dmemmove.S43 tmp1 .req x3
Dmemset.S43 tmp1 .req x3
Dstrcmp.S52 data2 .req x3
Dmemcmp.S47 data1 .req x3
/linux-4.1.27/arch/sparc/lib/
DNG2memcpy.S82 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument
85 faligndata %x2, %x3, %f4; \
86 faligndata %x3, %x4, %f6; \
101 #define FREG_MOVE_4(x0, x1, x2, x3) \ argument
105 fsrc2 %x3, %f6;
106 #define FREG_MOVE_5(x0, x1, x2, x3, x4) \ argument
110 fsrc2 %x3, %f6; \
112 #define FREG_MOVE_6(x0, x1, x2, x3, x4, x5) \ argument
116 fsrc2 %x3, %f6; \
119 #define FREG_MOVE_7(x0, x1, x2, x3, x4, x5, x6) \ argument
[all …]
/linux-4.1.27/arch/arm/boot/dts/
Dimx25-pdk.dts276 MATRIX_KEY(0x0, 0x3, KEY_HOME)
280 MATRIX_KEY(0x1, 0x3, KEY_VOLUMEUP)
284 MATRIX_KEY(0x2, 0x3, KEY_F10)
285 MATRIX_KEY(0x3, 0x0, KEY_F1)
286 MATRIX_KEY(0x3, 0x1, KEY_F2)
287 MATRIX_KEY(0x3, 0x2, KEY_F3)
288 MATRIX_KEY(0x3, 0x2, KEY_POWER)
Darmada-380.dtsi94 0x82000000 0x3 0 MBUS_ID(0x04, 0xd8) 0 1 0 /* Port 2 MEM */
95 0x81000000 0x3 0 MBUS_ID(0x04, 0xd0) 0 1 0 /* Port 2 IO */>;
141 ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
142 0x81000000 0 0 0x81000000 0x3 0 1 0>;
Dzynq-parallella.dts52 marvell,reg-init = <0x3 0x10 0xff00 0x1e>,
53 <0x3 0x11 0xfff0 0xa>;
Dls1021a-qds.dts119 reg = <0x3>;
145 0x3 0x0 0x0 0x7fb00000 0x00000100>;
161 reg = <0x3 0x0 0x0000100>;
198 reg = <0x3>;
Darmada-385.dtsi99 0x82000000 0x3 0 MBUS_ID(0x04, 0xd8) 0 1 0 /* Port 2 MEM */
100 0x81000000 0x3 0 MBUS_ID(0x04, 0xd0) 0 1 0 /* Port 2 IO */
152 ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
153 0x81000000 0 0 0x81000000 0x3 0 1 0>;
Darmada-xp-mv78230.dtsi110 0x82000000 0x3 0 MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 0.2 MEM */
111 0x81000000 0x3 0 MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 0.2 IO */
158 ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
159 0x81000000 0 0 0x81000000 0x3 0 1 0>;
Darmada-xp-mv78460.dtsi133 0x82000000 0x3 0 MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 0.2 MEM */
134 0x81000000 0x3 0 MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 0.2 IO */
194 ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
195 0x81000000 0 0 0x81000000 0x3 0 1 0>;
Darmada-xp-mv78260.dtsi115 0x82000000 0x3 0 MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 0.2 MEM */
116 0x81000000 0x3 0 MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 0.2 IO */
173 ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
174 0x81000000 0 0 0x81000000 0x3 0 1 0>;
Darmada-39x.dtsi414 0x82000000 0x3 0 MBUS_ID(0x04, 0xd8) 0 1 0 /* Port 2 MEM */
415 0x81000000 0x3 0 MBUS_ID(0x04, 0xd0) 0 1 0 /* Port 2 IO */
467 ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
468 0x81000000 0 0 0x81000000 0x3 0 1 0>;
Dmt6592.dtsi45 reg = <0x3>;
Dmt8127.dtsi45 reg = <0x3>;
Dmt6589.dtsi46 reg = <0x3>;
Dpxa910.dtsi31 marvell,tauros2-cache-features = <0x3>;
Dr8a7779-marzen.dts126 x3_clk: x3-clock {
/linux-4.1.27/arch/arm64/xen/
Dhypercall.S89 mov x2, x3
90 mov x3, x4
/linux-4.1.27/Documentation/frv/
Dclock.txt40 PM-Controls: cmode=0xd31f, cm=0x3, p0=0x3, suspend=0x9
53 PM-Controls: cm=0x3, p0=0x3, suspend=0x9
Dgdbinit10 …: L:%08lx P:%08lx\n",__debug_mmu.damr[0x3].L,__debug_mmu.damr[0x3].P,__debug_mmu.iamr[0x3].L,__deb…
28 …lx %08lx %08lx\n",__debug_mmu.tlb[0x3].L,__debug_mmu.tlb[0x3].P,__debug_mmu.tlb[0x40+0x3].L,__deb…
93 p (pgd_t[0x40])*(pgd_t*)(__debug_mmu.damr[0x3].L)
/linux-4.1.27/drivers/misc/
Dbmp085.c234 s32 x1, x2, x3, b3; in bmp085_get_pressure() local
258 x3 = x1 + x2; in bmp085_get_pressure()
260 b3 = (((((s32)cali->AC1) * 4 + x3) << data->oversampling_setting) + 2); in bmp085_get_pressure()
265 x3 = (x1 + x2 + 2) >> 2; in bmp085_get_pressure()
266 b4 = (cali->AC4 * (u32)(x3 + 32768)) >> 15; in bmp085_get_pressure()
/linux-4.1.27/Documentation/devicetree/bindings/pci/
D83xx-512x-pci.txt18 0x7000 0x0 0x0 0x3 &ipic 18 0x8
24 0x7800 0x0 0x0 0x3 &ipic 17 0x8
Dmvebu-pci.txt111 0x82000000 0x3 0 MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 0.2 MEM */
112 0x81000000 0x3 0 MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 0.2 IO */
176 ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
177 0x81000000 0 0 0x81000000 0x3 0 1 0>;
Dxgene-pci.txt47 0x0 0x0 0x0 0x3 &gic 0x0 0xc4 0x1
/linux-4.1.27/Documentation/input/
Dalps.txt105 byte 1: 0 x6 x5 x4 x3 x2 x1 x0
115 byte 1: 0 x6 x5 x4 x3 x2 x1 x0
131 byte 1: 0 x6 x5 x4 x3 x2 x1 x0
158 byte 4: 0 mt x3 x2 y3 y2 y1 y0
171 byte 1: 0 x8 x7 x6 x5 x4 x3 x2
184 byte 1: 0 x6 x5 x4 x3 x2 x1 x0
198 byte 3: 0 1 x3 x2 y3 y2 y1 y0
208 byte 0: 0 1 x7 x6 x5 x4 x3 x2
244 byte 1: 0 x6 x5 x4 x3 x2 x1 x0
256 byte 4: 0 x9 x8 x7 x6 x5 x4 x3
[all …]
Delantech.txt342 x7 x6 x5 x4 x3 x2 x1 x0
440 x7 x6 x5 x4 x3 x2 x1 x0
583 x7 x6 x5 x4 x3 x2 x1 x0
704 x7 x6 x5 x4 x3 x2 x1 x0
745 x7 x6 x5 x4 x3 x2 x1 x0
766 x7 x6 x5 x4 x3 x2 x1 x0
806 x7 x6 x5 x4 x3 x2 x1 x0
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Demifa.txt37 0x3 0x0 0xb0000000 0x00400000
52 reg = <0x3 0x0 0x400000>;
/linux-4.1.27/arch/arm64/crypto/
Daes-ce-ccm-core.S21 ldr w8, [x3] /* leftover from prev round? */
83 10: str w8, [x3]
139 ld1 {v3.2d}, [x3] /* load first round key */
140 add x10, x3, #16
Dghash-ce-core.S32 ld1 {SHASH.16b}, [x3]
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dmpc8544si-post.dtsi76 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
104 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
105 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
132 0000 0x0 0x0 0x3 &mpic 0xa 0x1 0x0 0x0
Dp2020si-post.dtsi64 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
65 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
93 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
122 0000 0x0 0x0 0x3 &mpic 0xa 0x1 0x0 0x0
Dmpc8572si-post.dtsi65 0000 0x0 0x0 0x3 &mpic 0xa 0x1 0x0 0x0
94 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
122 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
123 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
Dmpc8536si-post.dtsi76 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
104 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
105 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
132 0000 0x0 0x0 0x3 &mpic 0xa 0x1 0x0 0x0
Dp1022si-post.dtsi69 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
98 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
99 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
127 0000 0x0 0x0 0x3 &mpic 0xa 0x1 0x0 0x0
Dp1020si-post.dtsi65 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
94 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
95 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
Dp1010si-post.dtsi64 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
93 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
94 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
Dp1021si-post.dtsi65 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
94 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
95 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
Dmpc8548si-post.dtsi86 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
87 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
Dc293si-post.dtsi64 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
65 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
Dmpc8568si-post.dtsi78 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
79 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
Dmpc8569si-post.dtsi66 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
67 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
/linux-4.1.27/include/math-emu/
Dop-4.h530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
543 r3 = x3 + y3 + _c3; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
575 r3 = x3 - y3 - _c3; \
589 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \ argument
592 _t0 = x0, _t1 = x1, _t2 = x2, _t3 = x3; \
593 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \
598 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
604 x3 += _t; \
/linux-4.1.27/Documentation/arm/sti/
Dstih416-overview.txt12 - SATA2x2,USB 2.0x3, PCIe, Gbit Ethernet MACx2
Dstih415-overview.txt12 - SATA2x2,USB 2.0x3, PCIe, Gbit Ethernet MACx2
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/fsl/
Difc.txt41 0x3 0x0 0x0 0xffb00000 0x00020000>;
77 reg = <0x3 0x0 0x000001f>;
/linux-4.1.27/Documentation/devicetree/bindings/arm/mrvl/
Dtauros2.txt16 marvell,tauros2-cache-features = <0x3>;
/linux-4.1.27/Documentation/zh_CN/arm64/
Dbooting.txt141 x3 = 0 (保留,将来可能使用)
219 x3 = 0 (保留,将来可能使用)
/linux-4.1.27/Documentation/powerpc/
Dptrace.txt58 #define PPC_BREAKPOINT_MODE_MASK 0x3
61 #define PPC_BREAKPOINT_CONDITION_MODE 0x3
66 #define PPC_BREAKPOINT_CONDITION_AND_OR 0x3
/linux-4.1.27/arch/arm64/boot/dts/apm/
Dapm-storm.dtsi186 csr-mask = <0x3>;
206 csr-mask = <0x3>;
394 0x0 0x0 0x0 0x3 &gic 0x0 0xc4 0x1
417 0x0 0x0 0x0 0x3 &gic 0x0 0xca 0x1
440 0x0 0x0 0x0 0x3 &gic 0x0 0xd0 0x1
463 0x0 0x0 0x0 0x3 &gic 0x0 0xd6 0x1
486 0x0 0x0 0x0 0x3 &gic 0x0 0xdc 0x1
638 reg = <0x3>;
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h252 #define SET_WF_OFFS(x0,x1,x2,x3) (SET_WF0_OFF((x0))|SET_WF1_OFF((x1))|SET_WF2_OFF((x2))|SET_WF3_OFF… argument
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h245 #define SET_WF_OFFS(x0,x1,x2,x3) (SET_WF0_OFF((x0))|SET_WF1_OFF((x1))|SET_WF2_OFF((x2))|SET_WF3_OF… argument
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h253 #define SET_WF_OFFS(x0,x1,x2,x3) (SET_WF0_OFF((x0))|SET_WF1_OFF((x1))|SET_WF2_OFF((x2))|SET_WF3_OFF… argument
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-iio-mpu60508 is a 3x3 unitary matrix. A typical mounting matrix would look like
Dsysfs-class-extcon87 {0x3, 0x5, 0xC, 0x0}, then the output is:
89 0x3
/linux-4.1.27/arch/c6x/boot/dts/
Ddsk6455.dts43 reg = <0x3 0x0 0x400000>;
Dtms320c6455.dtsi52 0x3 0x0 0xb0000000 0x00400000
/linux-4.1.27/arch/mips/boot/dts/cavium-octeon/
Docteon_68xx.dts286 reg = <0x3>; /* Port */
296 reg = <0x3>; /* interface */
318 reg = <0x3>; /* Port */
350 reg = <0x3>; /* Port */
395 reg = <0x3>; /* Port */
/linux-4.1.27/Documentation/pcmcia/
Ddriver.txt27 echo "0x3 manf_id card_id 0 0 0 0 0 0 0" > \
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dgpio-regulator.txt34 states = <1800000 0x3
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Drcar_can.txt20 <0x3> : Externally input clock
Dsja1000.txt28 <0x3> : clock output mode
/linux-4.1.27/drivers/media/pci/pt1/
Dva1j5jf8007s.c58 s32 word, x1, x2, x3, x4, x5, y; in va1j5jf8007s_read_snr() local
90 x3 = (s64)x2 * x1 >> 31; in va1j5jf8007s_read_snr()
97 y -= (s64)x3 * ((50259ll << 25) / 1000) >> 27; in va1j5jf8007s_read_snr()
/linux-4.1.27/arch/mips/boot/dts/lantiq/
Deasy50712.dts100 lantiq,groups = <0x3>;
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-stp-xway.txt38 lantiq,dsl = <0x3>;
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Djz4780-dma.txt34 ingenic,reserved-channels = <0x3>;
/linux-4.1.27/lib/
DKconfig.kasan17 ~x3 performance slowdown.
/linux-4.1.27/arch/arm64/boot/dts/sprd/
Dsc9836.dtsi43 reg = <0x0 0x3>;
/linux-4.1.27/arch/arm64/boot/dts/arm/
Drtsm_ve-aemv8a.dts61 reg = <0x0 0x3>;
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Datmel-usart.txt57 dmas = <&dma0 2 0x3>,
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dcavium-pip.txt74 reg = <0x3>; /* Port */
Dapm-xgene-enet.txt67 reg = <0x3>;
/linux-4.1.27/arch/arm/crypto/
Dbsaes-armv7.pl202 $x2,$x3,$y2,$y3,$t1)=@_;
209 veor $x2, $x2, $x3
211 vand $x3, $x3, $y2
215 veor $x2, $x2, $x3
217 veor $x3, $x3, $t1
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/
Dat91_adc.txt78 trigger-value = <0x3>;
/linux-4.1.27/arch/arm64/boot/dts/amd/
Damd-seattle-soc.dtsi158 <0x1000 0x0 0x0 0x3 &gic0 0x0 0x0 0x0 0x122 0x1>,
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt81 st,output-conf = /bits/ 8 <0x3>; // set output to 2-channel
/linux-4.1.27/arch/arm64/boot/dts/qcom/
Dmsm8916.dtsi62 reg = <0x3>;

12