Searched refs:p2 (Results 1 - 191 of 191) sorted by relevance

/linux-4.1.27/include/asm-generic/
H A Dxor.h19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_8regs_2() argument
24 p1[0] ^= p2[0]; xor_8regs_2()
25 p1[1] ^= p2[1]; xor_8regs_2()
26 p1[2] ^= p2[2]; xor_8regs_2()
27 p1[3] ^= p2[3]; xor_8regs_2()
28 p1[4] ^= p2[4]; xor_8regs_2()
29 p1[5] ^= p2[5]; xor_8regs_2()
30 p1[6] ^= p2[6]; xor_8regs_2()
31 p1[7] ^= p2[7]; xor_8regs_2()
33 p2 += 8; xor_8regs_2()
38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_8regs_3() argument
44 p1[0] ^= p2[0] ^ p3[0]; xor_8regs_3()
45 p1[1] ^= p2[1] ^ p3[1]; xor_8regs_3()
46 p1[2] ^= p2[2] ^ p3[2]; xor_8regs_3()
47 p1[3] ^= p2[3] ^ p3[3]; xor_8regs_3()
48 p1[4] ^= p2[4] ^ p3[4]; xor_8regs_3()
49 p1[5] ^= p2[5] ^ p3[5]; xor_8regs_3()
50 p1[6] ^= p2[6] ^ p3[6]; xor_8regs_3()
51 p1[7] ^= p2[7] ^ p3[7]; xor_8regs_3()
53 p2 += 8; xor_8regs_3()
59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_8regs_4() argument
65 p1[0] ^= p2[0] ^ p3[0] ^ p4[0]; xor_8regs_4()
66 p1[1] ^= p2[1] ^ p3[1] ^ p4[1]; xor_8regs_4()
67 p1[2] ^= p2[2] ^ p3[2] ^ p4[2]; xor_8regs_4()
68 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; xor_8regs_4()
69 p1[4] ^= p2[4] ^ p3[4] ^ p4[4]; xor_8regs_4()
70 p1[5] ^= p2[5] ^ p3[5] ^ p4[5]; xor_8regs_4()
71 p1[6] ^= p2[6] ^ p3[6] ^ p4[6]; xor_8regs_4()
72 p1[7] ^= p2[7] ^ p3[7] ^ p4[7]; xor_8regs_4()
74 p2 += 8; xor_8regs_4()
81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_8regs_5() argument
87 p1[0] ^= p2[0] ^ p3[0] ^ p4[0] ^ p5[0]; xor_8regs_5()
88 p1[1] ^= p2[1] ^ p3[1] ^ p4[1] ^ p5[1]; xor_8regs_5()
89 p1[2] ^= p2[2] ^ p3[2] ^ p4[2] ^ p5[2]; xor_8regs_5()
90 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; xor_8regs_5()
91 p1[4] ^= p2[4] ^ p3[4] ^ p4[4] ^ p5[4]; xor_8regs_5()
92 p1[5] ^= p2[5] ^ p3[5] ^ p4[5] ^ p5[5]; xor_8regs_5()
93 p1[6] ^= p2[6] ^ p3[6] ^ p4[6] ^ p5[6]; xor_8regs_5()
94 p1[7] ^= p2[7] ^ p3[7] ^ p4[7] ^ p5[7]; xor_8regs_5()
96 p2 += 8; xor_8regs_5()
104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_32regs_2() argument
118 d0 ^= p2[0]; xor_32regs_2()
119 d1 ^= p2[1]; xor_32regs_2()
120 d2 ^= p2[2]; xor_32regs_2()
121 d3 ^= p2[3]; xor_32regs_2()
122 d4 ^= p2[4]; xor_32regs_2()
123 d5 ^= p2[5]; xor_32regs_2()
124 d6 ^= p2[6]; xor_32regs_2()
125 d7 ^= p2[7]; xor_32regs_2()
135 p2 += 8; xor_32regs_2()
140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_32regs_3() argument
155 d0 ^= p2[0]; xor_32regs_3()
156 d1 ^= p2[1]; xor_32regs_3()
157 d2 ^= p2[2]; xor_32regs_3()
158 d3 ^= p2[3]; xor_32regs_3()
159 d4 ^= p2[4]; xor_32regs_3()
160 d5 ^= p2[5]; xor_32regs_3()
161 d6 ^= p2[6]; xor_32regs_3()
162 d7 ^= p2[7]; xor_32regs_3()
180 p2 += 8; xor_32regs_3()
186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_32regs_4() argument
201 d0 ^= p2[0]; xor_32regs_4()
202 d1 ^= p2[1]; xor_32regs_4()
203 d2 ^= p2[2]; xor_32regs_4()
204 d3 ^= p2[3]; xor_32regs_4()
205 d4 ^= p2[4]; xor_32regs_4()
206 d5 ^= p2[5]; xor_32regs_4()
207 d6 ^= p2[6]; xor_32regs_4()
208 d7 ^= p2[7]; xor_32regs_4()
234 p2 += 8; xor_32regs_4()
241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_32regs_5() argument
256 d0 ^= p2[0]; xor_32regs_5()
257 d1 ^= p2[1]; xor_32regs_5()
258 d2 ^= p2[2]; xor_32regs_5()
259 d3 ^= p2[3]; xor_32regs_5()
260 d4 ^= p2[4]; xor_32regs_5()
261 d5 ^= p2[5]; xor_32regs_5()
262 d6 ^= p2[6]; xor_32regs_5()
263 d7 ^= p2[7]; xor_32regs_5()
297 p2 += 8; xor_32regs_5()
305 xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_8regs_p_2() argument
309 prefetch(p2); xor_8regs_p_2()
313 prefetch(p2+8); xor_8regs_p_2()
315 p1[0] ^= p2[0]; xor_8regs_p_2()
316 p1[1] ^= p2[1]; xor_8regs_p_2()
317 p1[2] ^= p2[2]; xor_8regs_p_2()
318 p1[3] ^= p2[3]; xor_8regs_p_2()
319 p1[4] ^= p2[4]; xor_8regs_p_2()
320 p1[5] ^= p2[5]; xor_8regs_p_2()
321 p1[6] ^= p2[6]; xor_8regs_p_2()
322 p1[7] ^= p2[7]; xor_8regs_p_2()
324 p2 += 8; xor_8regs_p_2()
331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_8regs_p_3() argument
336 prefetch(p2); xor_8regs_p_3()
341 prefetch(p2+8); xor_8regs_p_3()
344 p1[0] ^= p2[0] ^ p3[0]; xor_8regs_p_3()
345 p1[1] ^= p2[1] ^ p3[1]; xor_8regs_p_3()
346 p1[2] ^= p2[2] ^ p3[2]; xor_8regs_p_3()
347 p1[3] ^= p2[3] ^ p3[3]; xor_8regs_p_3()
348 p1[4] ^= p2[4] ^ p3[4]; xor_8regs_p_3()
349 p1[5] ^= p2[5] ^ p3[5]; xor_8regs_p_3()
350 p1[6] ^= p2[6] ^ p3[6]; xor_8regs_p_3()
351 p1[7] ^= p2[7] ^ p3[7]; xor_8regs_p_3()
353 p2 += 8; xor_8regs_p_3()
361 xor_8regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_8regs_p_4() argument
367 prefetch(p2); xor_8regs_p_4()
373 prefetch(p2+8); xor_8regs_p_4()
377 p1[0] ^= p2[0] ^ p3[0] ^ p4[0]; xor_8regs_p_4()
378 p1[1] ^= p2[1] ^ p3[1] ^ p4[1]; xor_8regs_p_4()
379 p1[2] ^= p2[2] ^ p3[2] ^ p4[2]; xor_8regs_p_4()
380 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; xor_8regs_p_4()
381 p1[4] ^= p2[4] ^ p3[4] ^ p4[4]; xor_8regs_p_4()
382 p1[5] ^= p2[5] ^ p3[5] ^ p4[5]; xor_8regs_p_4()
383 p1[6] ^= p2[6] ^ p3[6] ^ p4[6]; xor_8regs_p_4()
384 p1[7] ^= p2[7] ^ p3[7] ^ p4[7]; xor_8regs_p_4()
386 p2 += 8; xor_8regs_p_4()
395 xor_8regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_8regs_p_5() argument
401 prefetch(p2); xor_8regs_p_5()
408 prefetch(p2+8); xor_8regs_p_5()
413 p1[0] ^= p2[0] ^ p3[0] ^ p4[0] ^ p5[0]; xor_8regs_p_5()
414 p1[1] ^= p2[1] ^ p3[1] ^ p4[1] ^ p5[1]; xor_8regs_p_5()
415 p1[2] ^= p2[2] ^ p3[2] ^ p4[2] ^ p5[2]; xor_8regs_p_5()
416 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; xor_8regs_p_5()
417 p1[4] ^= p2[4] ^ p3[4] ^ p4[4] ^ p5[4]; xor_8regs_p_5()
418 p1[5] ^= p2[5] ^ p3[5] ^ p4[5] ^ p5[5]; xor_8regs_p_5()
419 p1[6] ^= p2[6] ^ p3[6] ^ p4[6] ^ p5[6]; xor_8regs_p_5()
420 p1[7] ^= p2[7] ^ p3[7] ^ p4[7] ^ p5[7]; xor_8regs_p_5()
422 p2 += 8; xor_8regs_p_5()
432 xor_32regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_32regs_p_2() argument
437 prefetch(p2); xor_32regs_p_2()
443 prefetch(p2+8); xor_32regs_p_2()
453 d0 ^= p2[0]; xor_32regs_p_2()
454 d1 ^= p2[1]; xor_32regs_p_2()
455 d2 ^= p2[2]; xor_32regs_p_2()
456 d3 ^= p2[3]; xor_32regs_p_2()
457 d4 ^= p2[4]; xor_32regs_p_2()
458 d5 ^= p2[5]; xor_32regs_p_2()
459 d6 ^= p2[6]; xor_32regs_p_2()
460 d7 ^= p2[7]; xor_32regs_p_2()
470 p2 += 8; xor_32regs_p_2()
477 xor_32regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_32regs_p_3() argument
483 prefetch(p2); xor_32regs_p_3()
490 prefetch(p2+8); xor_32regs_p_3()
501 d0 ^= p2[0]; xor_32regs_p_3()
502 d1 ^= p2[1]; xor_32regs_p_3()
503 d2 ^= p2[2]; xor_32regs_p_3()
504 d3 ^= p2[3]; xor_32regs_p_3()
505 d4 ^= p2[4]; xor_32regs_p_3()
506 d5 ^= p2[5]; xor_32regs_p_3()
507 d6 ^= p2[6]; xor_32regs_p_3()
508 d7 ^= p2[7]; xor_32regs_p_3()
526 p2 += 8; xor_32regs_p_3()
534 xor_32regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_32regs_p_4() argument
540 prefetch(p2); xor_32regs_p_4()
548 prefetch(p2+8); xor_32regs_p_4()
560 d0 ^= p2[0]; xor_32regs_p_4()
561 d1 ^= p2[1]; xor_32regs_p_4()
562 d2 ^= p2[2]; xor_32regs_p_4()
563 d3 ^= p2[3]; xor_32regs_p_4()
564 d4 ^= p2[4]; xor_32regs_p_4()
565 d5 ^= p2[5]; xor_32regs_p_4()
566 d6 ^= p2[6]; xor_32regs_p_4()
567 d7 ^= p2[7]; xor_32regs_p_4()
593 p2 += 8; xor_32regs_p_4()
602 xor_32regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_32regs_p_5() argument
608 prefetch(p2); xor_32regs_p_5()
617 prefetch(p2+8); xor_32regs_p_5()
630 d0 ^= p2[0]; xor_32regs_p_5()
631 d1 ^= p2[1]; xor_32regs_p_5()
632 d2 ^= p2[2]; xor_32regs_p_5()
633 d3 ^= p2[3]; xor_32regs_p_5()
634 d4 ^= p2[4]; xor_32regs_p_5()
635 d5 ^= p2[5]; xor_32regs_p_5()
636 d6 ^= p2[6]; xor_32regs_p_5()
637 d7 ^= p2[7]; xor_32regs_p_5()
671 p2 += 8; xor_32regs_p_5()
/linux-4.1.27/arch/s390/include/asm/
H A Dcmpxchg.h37 #define __cmpxchg_double_op(p1, p2, o1, o2, n1, n2, insn) \
40 register __typeof__(*(p2)) __old2 asm("3") = (o2); \
42 register __typeof__(*(p2)) __new2 asm("5") = (n2); \
50 [ptr] "Q" (*(p1)), "Q" (*(p2)) \
55 #define __cmpxchg_double_4(p1, p2, o1, o2, n1, n2) \
56 __cmpxchg_double_op(p1, p2, o1, o2, n1, n2, "cds")
58 #define __cmpxchg_double_8(p1, p2, o1, o2, n1, n2) \
59 __cmpxchg_double_op(p1, p2, o1, o2, n1, n2, "cdsg")
63 #define __cmpxchg_double(p1, p2, o1, o2, n1, n2) \
68 __ret = __cmpxchg_double_4(p1, p2, o1, o2, n1, n2); \
71 __ret = __cmpxchg_double_8(p1, p2, o1, o2, n1, n2); \
79 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \
82 __typeof__(p2) __p2 = (p2); \
84 BUILD_BUG_ON(sizeof(*(p2)) != sizeof(long)); \
H A Dkvm_para.h55 unsigned long p2) kvm_hypercall2()
59 register unsigned long __p2 asm("3") = p2; kvm_hypercall2()
69 unsigned long p2, unsigned long p3) kvm_hypercall3()
73 register unsigned long __p2 asm("3") = p2; kvm_hypercall3()
85 unsigned long p2, unsigned long p3, kvm_hypercall4()
90 register unsigned long __p2 asm("3") = p2; kvm_hypercall4()
102 unsigned long p2, unsigned long p3, kvm_hypercall5()
107 register unsigned long __p2 asm("3") = p2; kvm_hypercall5()
120 unsigned long p2, unsigned long p3, kvm_hypercall6()
126 register unsigned long __p2 asm("3") = p2; kvm_hypercall6()
54 kvm_hypercall2(unsigned long nr, unsigned long p1, unsigned long p2) kvm_hypercall2() argument
68 kvm_hypercall3(unsigned long nr, unsigned long p1, unsigned long p2, unsigned long p3) kvm_hypercall3() argument
84 kvm_hypercall4(unsigned long nr, unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4) kvm_hypercall4() argument
101 kvm_hypercall5(unsigned long nr, unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4, unsigned long p5) kvm_hypercall5() argument
119 kvm_hypercall6(unsigned long nr, unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4, unsigned long p5, unsigned long p6) kvm_hypercall6() argument
/linux-4.1.27/arch/x86/include/asm/
H A Dxor.h53 #define PF1(x) " prefetchnta "PF_OFFS(x)"(%[p2]) ;\n"
57 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n"
71 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_sse_2() argument
110 " add %[inc], %[p2] ;\n" xor_sse_2()
114 [p1] "+r" (p1), [p2] "+r" (p2) xor_sse_2()
122 xor_sse_2_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_sse_2_pf64() argument
144 " add %[inc], %[p2] ;\n" xor_sse_2_pf64()
148 [p1] "+r" (p1), [p2] "+r" (p2) xor_sse_2_pf64()
156 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_sse_3() argument
202 " add %[inc], %[p2] ;\n" xor_sse_3()
207 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) xor_sse_3()
215 xor_sse_3_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_sse_3_pf64() argument
239 " add %[inc], %[p2] ;\n" xor_sse_3_pf64()
244 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) xor_sse_3_pf64()
252 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_sse_4() argument
304 " add %[inc], %[p2] ;\n" xor_sse_4()
310 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) xor_sse_4()
318 xor_sse_4_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_sse_4_pf64() argument
343 " add %[inc], %[p2] ;\n" xor_sse_4_pf64()
349 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) xor_sse_4_pf64()
357 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_sse_5() argument
415 " add %[inc], %[p2] ;\n" xor_sse_5()
421 : [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2), xor_sse_5()
430 xor_sse_5_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_sse_5_pf64() argument
456 " add %[inc], %[p2] ;\n" xor_sse_5_pf64()
462 : [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2), xor_sse_5_pf64()
H A Dxor_avx.h62 unsigned long *p2) xor_avx_3()
72 asm volatile("vmovdqa %0, %%ymm" #reg : : "m" (p2[i / sizeof(*p2)])); \ xor_avx_3()
85 p2 = (unsigned long *)((uintptr_t)p2 + 512); xor_avx_3()
92 unsigned long *p2, unsigned long *p3) xor_avx_4()
104 "m" (p2[i / sizeof(*p2)])); \ xor_avx_4()
117 p2 = (unsigned long *)((uintptr_t)p2 + 512); xor_avx_4()
125 unsigned long *p2, unsigned long *p3, unsigned long *p4) xor_avx_5()
139 "m" (p2[i / sizeof(*p2)])); \ xor_avx_5()
152 p2 = (unsigned long *)((uintptr_t)p2 + 512); xor_avx_5()
61 xor_avx_3(unsigned long bytes, unsigned long *p0, unsigned long *p1, unsigned long *p2) xor_avx_3() argument
91 xor_avx_4(unsigned long bytes, unsigned long *p0, unsigned long *p1, unsigned long *p2, unsigned long *p3) xor_avx_4() argument
124 xor_avx_5(unsigned long bytes, unsigned long *p0, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) xor_avx_5() argument
H A Dkvm_para.h61 unsigned long p2) kvm_hypercall2()
66 : "a"(nr), "b"(p1), "c"(p2) kvm_hypercall2()
72 unsigned long p2, unsigned long p3) kvm_hypercall3()
77 : "a"(nr), "b"(p1), "c"(p2), "d"(p3) kvm_hypercall3()
83 unsigned long p2, unsigned long p3, kvm_hypercall4()
89 : "a"(nr), "b"(p1), "c"(p2), "d"(p3), "S"(p4) kvm_hypercall4()
60 kvm_hypercall2(unsigned int nr, unsigned long p1, unsigned long p2) kvm_hypercall2() argument
71 kvm_hypercall3(unsigned int nr, unsigned long p1, unsigned long p2, unsigned long p3) kvm_hypercall3() argument
82 kvm_hypercall4(unsigned int nr, unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4) kvm_hypercall4() argument
H A Dxor_32.h32 xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_pII_mmx_2() argument
67 "+r" (p1), "+r" (p2) xor_pII_mmx_2()
75 xor_pII_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_pII_mmx_3() argument
116 "+r" (p1), "+r" (p2), "+r" (p3) xor_pII_mmx_3()
124 xor_pII_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_pII_mmx_4() argument
170 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) xor_pII_mmx_4()
179 xor_pII_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_pII_mmx_5() argument
238 "+r" (p1), "+r" (p2), "+r" (p3) xor_pII_mmx_5()
259 xor_p5_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_p5_mmx_2() argument
298 "+r" (p1), "+r" (p2) xor_p5_mmx_2()
306 xor_p5_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_p5_mmx_3() argument
355 "+r" (p1), "+r" (p2), "+r" (p3) xor_p5_mmx_3()
363 xor_p5_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_p5_mmx_4() argument
421 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) xor_p5_mmx_4()
429 xor_p5_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_p5_mmx_5() argument
504 "+r" (p1), "+r" (p2), "+r" (p3) xor_p5_mmx_5()
H A Dmicrocode_intel.h54 #define sigmatch(s1, s2, p1, p2) \
55 (((s1) == (s2)) && (((p1) & (p2)) || (((p1) == 0) && ((p2) == 0))))
H A Dcmpxchg.h210 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \
214 __typeof__(*(p2)) __old2 = (o2), __new2 = (n2); \
216 BUILD_BUG_ON(sizeof(*(p2)) != sizeof(long)); \
218 VM_BUG_ON((unsigned long)((p1) + 1) != (unsigned long)(p2)); \
221 "+m" (*(p1)), "+m" (*(p2)) \
227 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \
228 __cmpxchg_double(LOCK_PREFIX, p1, p2, o1, o2, n1, n2)
230 #define cmpxchg_double_local(p1, p2, o1, o2, n1, n2) \
231 __cmpxchg_double(, p1, p2, o1, o2, n1, n2)
/linux-4.1.27/arch/arm/include/asm/
H A Dxor.h50 xor_arm4regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_arm4regs_2() argument
64 XOR_BLOCK_4(p2); xor_arm4regs_2()
70 xor_arm4regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_arm4regs_3() argument
85 XOR_BLOCK_4(p2); xor_arm4regs_3()
92 xor_arm4regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_arm4regs_4() argument
103 XOR_BLOCK_2(p2); xor_arm4regs_4()
111 xor_arm4regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_arm4regs_5() argument
122 XOR_BLOCK_2(p2); xor_arm4regs_5()
152 xor_neon_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) xor_neon_2() argument
155 xor_arm4regs_2(bytes, p1, p2); xor_neon_2()
158 xor_block_neon_inner.do_2(bytes, p1, p2); xor_neon_2()
164 xor_neon_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_neon_3() argument
168 xor_arm4regs_3(bytes, p1, p2, p3); xor_neon_3()
171 xor_block_neon_inner.do_3(bytes, p1, p2, p3); xor_neon_3()
177 xor_neon_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_neon_4() argument
181 xor_arm4regs_4(bytes, p1, p2, p3, p4); xor_neon_4()
184 xor_block_neon_inner.do_4(bytes, p1, p2, p3, p4); xor_neon_4()
190 xor_neon_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, xor_neon_5() argument
194 xor_arm4regs_5(bytes, p1, p2, p3, p4, p5); xor_neon_5()
197 xor_block_neon_inner.do_5(bytes, p1, p2, p3, p4, p5); xor_neon_5()
/linux-4.1.27/arch/hexagon/include/asm/
H A Dfutex.h17 "2: memw_locked(%3,p2) = %1;\n" \
18 " if !p2 jump 1b;\n" \
30 : "p2", "memory")
115 " p2 = cmp.eq(%1,%4)\n" futex_atomic_cmpxchg_inatomic()
116 " if !p2.new jump:NT 3f\n" futex_atomic_cmpxchg_inatomic()
118 "2: memw_locked(%3,p2) = %5\n" futex_atomic_cmpxchg_inatomic()
119 " if !p2 jump 1b\n" futex_atomic_cmpxchg_inatomic()
130 : "p2", "memory"); futex_atomic_cmpxchg_inatomic()
/linux-4.1.27/lib/raid6/test/
H A Dtest.c94 int i, j, p1, p2; main() local
129 for (p2 = p1; p2 < NDISKS-2; p2++) { main()
132 raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE, main()
134 makedata(p1, p2); main()
135 raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE, main()
/linux-4.1.27/include/media/
H A Dmt9t112.h19 u8 p1, p2, p3, p4, p5, p6, p7; member in struct:mt9t112_pll_divider
/linux-4.1.27/arch/sparc/include/asm/
H A Dxor_32.h24 sparc_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) sparc_2() argument
51 : "r" (p1), "r" (p2) sparc_2()
56 p2 += 8; sparc_2()
61 sparc_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, sparc_3() argument
101 : "r" (p1), "r" (p2), "r" (p3) sparc_3()
106 p2 += 8; sparc_3()
112 sparc_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, sparc_4() argument
164 : "r" (p1), "r" (p2), "r" (p3), "r" (p4) sparc_4()
169 p2 += 8; sparc_4()
176 sparc_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, sparc_5() argument
240 : "r" (p1), "r" (p2), "r" (p3), "r" (p4), "r" (p5) sparc_5()
245 p2 += 8; sparc_5()
/linux-4.1.27/drivers/gpio/
H A Dgpio-lpc32xx.c99 "p2.0", "p2.1", "p2.2", "p2.3",
100 "p2.4", "p2.5", "p2.6", "p2.7",
101 "p2.8", "p2.9", "p2.10", "p2.11",
102 "p2.12"
/linux-4.1.27/include/uapi/linux/
H A Dultrasound.h75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
H A Dsoundcard.h1153 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) \
1160 _seqbuf[_seqbufptr+5] = (p2);\
/linux-4.1.27/security/tomoyo/
H A Denviron.c79 const struct tomoyo_env_acl *p2 = container_of(b, typeof(*p2), head); tomoyo_same_env_acl() local
81 return p1->env == p2->env; tomoyo_same_env_acl()
H A Dfile.c339 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head); tomoyo_same_path_acl() local
340 return tomoyo_same_name_union(&p1->name, &p2->name); tomoyo_same_path_acl()
408 const struct tomoyo_mkdev_acl *p2 = container_of(b, typeof(*p2), head); tomoyo_same_mkdev_acl() local
409 return tomoyo_same_name_union(&p1->name, &p2->name) && tomoyo_same_mkdev_acl()
410 tomoyo_same_number_union(&p1->mode, &p2->mode) && tomoyo_same_mkdev_acl()
411 tomoyo_same_number_union(&p1->major, &p2->major) && tomoyo_same_mkdev_acl()
412 tomoyo_same_number_union(&p1->minor, &p2->minor); tomoyo_same_mkdev_acl()
487 const struct tomoyo_path2_acl *p2 = container_of(b, typeof(*p2), head); tomoyo_same_path2_acl() local
488 return tomoyo_same_name_union(&p1->name1, &p2->name1) && tomoyo_same_path2_acl()
489 tomoyo_same_name_union(&p1->name2, &p2->name2); tomoyo_same_path2_acl()
621 const struct tomoyo_path_number_acl *p2 = container_of(b, typeof(*p2), tomoyo_same_path_number_acl() local
623 return tomoyo_same_name_union(&p1->name, &p2->name) && tomoyo_same_path_number_acl()
624 tomoyo_same_number_union(&p1->number, &p2->number); tomoyo_same_path_number_acl()
948 const struct tomoyo_mount_acl *p2 = container_of(b, typeof(*p2), head); tomoyo_same_mount_acl() local
949 return tomoyo_same_name_union(&p1->dev_name, &p2->dev_name) && tomoyo_same_mount_acl()
950 tomoyo_same_name_union(&p1->dir_name, &p2->dir_name) && tomoyo_same_mount_acl()
951 tomoyo_same_name_union(&p1->fs_type, &p2->fs_type) && tomoyo_same_mount_acl()
952 tomoyo_same_number_union(&p1->flags, &p2->flags); tomoyo_same_mount_acl()
H A Dgroup.c57 const struct tomoyo_address_group *p2 = container_of(b, typeof(*p2), tomoyo_same_address_group() local
60 return tomoyo_same_ipaddr_union(&p1->address, &p2->address); tomoyo_same_address_group()
H A Ddomain.c217 const struct tomoyo_transition_control *p2 = container_of(b, tomoyo_same_transition_control() local
218 typeof(*p2), tomoyo_same_transition_control()
220 return p1->type == p2->type && p1->is_last_name == p2->is_last_name tomoyo_same_transition_control()
221 && p1->domainname == p2->domainname tomoyo_same_transition_control()
222 && p1->program == p2->program; tomoyo_same_transition_control()
373 const struct tomoyo_aggregator *p2 = container_of(b, typeof(*p2), tomoyo_same_aggregator() local
375 return p1->original_name == p2->original_name && tomoyo_same_aggregator()
376 p1->aggregated_name == p2->aggregated_name; tomoyo_same_aggregator()
H A Dnetwork.c195 const struct tomoyo_inet_acl *p2 = container_of(b, typeof(*p2), head); tomoyo_same_inet_acl() local
197 return p1->protocol == p2->protocol && tomoyo_same_inet_acl()
198 tomoyo_same_ipaddr_union(&p1->address, &p2->address) && tomoyo_same_inet_acl()
199 tomoyo_same_number_union(&p1->port, &p2->port); tomoyo_same_inet_acl()
214 const struct tomoyo_unix_acl *p2 = container_of(b, typeof(*p2), head); tomoyo_same_unix_acl() local
216 return p1->protocol == p2->protocol && tomoyo_same_unix_acl()
217 tomoyo_same_name_union(&p1->name, &p2->name); tomoyo_same_unix_acl()
H A Dcommon.c1025 const struct tomoyo_task_acl *p2 = container_of(b, typeof(*p2), head); tomoyo_same_task_acl() local
1026 return p1->domainname == p2->domainname; tomoyo_same_task_acl()
/linux-4.1.27/tools/vm/
H A Dpage_owner_sort.c44 static int compare_txt(const void *p1, const void *p2) compare_txt() argument
46 const struct block_list *l1 = p1, *l2 = p2; compare_txt()
51 static int compare_num(const void *p1, const void *p2) compare_num() argument
53 const struct block_list *l1 = p1, *l2 = p2; compare_num()
/linux-4.1.27/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c664 static int calc_vclock(int index, int m1, int m2, int n, int p1, int p2, calc_vclock() argument
675 p = ((p1 + 2) * (1 << (p2 + 1))); calc_vclock()
677 p = ((p1) * (p2 ? 5 : 10)); calc_vclock()
685 int p1, p2; intelfbhw_get_p1p2() local
695 p2 = (dpll >> DPLL_I9XX_P2_SHIFT) & DPLL_P2_MASK; intelfbhw_get_p1p2()
701 p2 = (dpll >> DPLL_P2_SHIFT) & DPLL_P2_MASK; intelfbhw_get_p1p2()
705 *o_p2 = p2; intelfbhw_get_p1p2()
714 int i, m1, m2, n, p1, p2; intelfbhw_print_hw_state() local
729 intelfbhw_get_p1p2(dinfo, hw->vga_pd, &p1, &p2); intelfbhw_print_hw_state()
731 printk(" VGA0: (m1, m2, n, p1, p2) = (%d, %d, %d, %d, %d)\n", intelfbhw_print_hw_state()
732 m1, m2, n, p1, p2); intelfbhw_print_hw_state()
734 calc_vclock(index, m1, m2, n, p1, p2, 0)); intelfbhw_print_hw_state()
740 intelfbhw_get_p1p2(dinfo, hw->vga_pd, &p1, &p2); intelfbhw_print_hw_state()
741 printk(" VGA1: (m1, m2, n, p1, p2) = (%d, %d, %d, %d, %d)\n", intelfbhw_print_hw_state()
742 m1, m2, n, p1, p2); intelfbhw_print_hw_state()
744 calc_vclock(index, m1, m2, n, p1, p2, 0)); intelfbhw_print_hw_state()
757 intelfbhw_get_p1p2(dinfo, hw->dpll_a, &p1, &p2); intelfbhw_print_hw_state()
759 printk(" PLLA0: (m1, m2, n, p1, p2) = (%d, %d, %d, %d, %d)\n", intelfbhw_print_hw_state()
760 m1, m2, n, p1, p2); intelfbhw_print_hw_state()
762 calc_vclock(index, m1, m2, n, p1, p2, 0)); intelfbhw_print_hw_state()
768 intelfbhw_get_p1p2(dinfo, hw->dpll_a, &p1, &p2); intelfbhw_print_hw_state()
770 printk(" PLLA1: (m1, m2, n, p1, p2) = (%d, %d, %d, %d, %d)\n", intelfbhw_print_hw_state()
771 m1, m2, n, p1, p2); intelfbhw_print_hw_state()
773 calc_vclock(index, m1, m2, n, p1, p2, 0)); intelfbhw_print_hw_state()
903 int p1, p2; splitp() local
907 p2 = (p % 10) ? 1 : 0; splitp()
909 p1 = p / (p2 ? 5 : 10); splitp()
912 *retp2 = (unsigned int)p2; splitp()
917 p2 = 1; splitp()
919 p2 = 0; splitp()
920 p1 = (p / (1 << (p2 + 1))) - 2; splitp()
922 p2 = 0; splitp()
923 p1 = (p / (1 << (p2 + 1))) - 2; splitp()
926 (p1 + 2) * (1 << (p2 + 1)) != p) { splitp()
930 *retp2 = (unsigned int)p2; splitp()
938 u32 m1, m2, n, p1, p2, n1, testm; calc_pll_params() local
965 if (splitp(index, p, &p1, &p2)) { calc_pll_params()
1012 splitp(index, p, &p1, &p2); calc_pll_params()
1017 m, m1, m2, n, n1, p, p1, p2, calc_pll_params()
1019 calc_vclock(index, m1, m2, n1, p1, p2, 0), calc_pll_params()
1025 *retp2 = p2; calc_pll_params()
1026 *retclock = calc_vclock(index, m1, m2, n1, p1, p2, 0); calc_pll_params()
1049 u32 m1, m2, n, p1, p2, clock_target, clock; intelfbhw_mode_to_hw() local
1119 &n, &p1, &p2, &clock)) { intelfbhw_mode_to_hw()
1127 if (check_overflow(p2, DPLL_P2_MASK, "PLL P2 parameter")) intelfbhw_mode_to_hw()
1141 *dpll |= (p2 << DPLL_I9XX_P2_SHIFT); intelfbhw_mode_to_hw()
1144 *dpll |= (p2 << DPLL_P2_SHIFT) | (p1 << DPLL_P1_SHIFT); intelfbhw_mode_to_hw()
/linux-4.1.27/drivers/tty/vt/
H A Dconsolemap.c214 u16 **p1, *p2; set_inverse_trans_unicode() local
232 p2 = p1[j]; set_inverse_trans_unicode()
233 if (!p2) set_inverse_trans_unicode()
236 glyph = p2[k]; set_inverse_trans_unicode()
474 u16 **p1, *p2; con_insert_unipair() local
483 if (!(p2 = p1[n = (unicode >> 6) & 0x1f])) { con_insert_unipair()
484 p2 = p1[n] = kmalloc(64*sizeof(u16), GFP_KERNEL); con_insert_unipair()
485 if (!p2) return -ENOMEM; con_insert_unipair()
486 memset(p2, 0xff, 64*sizeof(u16)); /* No glyphs for the characters (yet) */ con_insert_unipair()
489 p2[unicode & 0x3f] = fontpos; con_insert_unipair()
551 u16 **p1, *p2, l; con_set_unimap() local
575 if ((p2 = p1[j])) { con_set_unimap()
577 if (p2[k] != 0xffff) { con_set_unimap()
580 * l with fontpos value p2[k]. con_set_unimap()
582 err1 = con_insert_unipair(q, l, p2[k]); con_set_unimap()
730 u16 **p1, *p2; con_get_unimap() local
741 if ((p2 = *(p1++))) con_get_unimap()
743 if (*p2 < MAX_GLYPH && ect++ < ct) { con_get_unimap()
746 __put_user((u_short) *p2, con_get_unimap()
750 p2++; con_get_unimap()
789 u16 **p1, *p2; conv_uni_to_pc() local
812 (p2 = p1[(ucs >> 6) & 0x1f]) && conv_uni_to_pc()
813 (h = p2[ucs & 0x3f]) < MAX_GLYPH) conv_uni_to_pc()
/linux-4.1.27/net/caif/
H A Dcfctrl.c75 const struct cfctrl_link_param *p2) param_eq()
78 p1->linktype == p2->linktype && param_eq()
79 p1->priority == p2->priority && param_eq()
80 p1->phyid == p2->phyid && param_eq()
81 p1->endpoint == p2->endpoint && p1->chtype == p2->chtype; param_eq()
90 return p1->u.datagram.connid == p2->u.datagram.connid; param_eq()
93 p1->u.rfm.connid == p2->u.rfm.connid && param_eq()
94 strcmp(p1->u.rfm.volume, p2->u.rfm.volume) == 0; param_eq()
97 p1->u.utility.fifosize_kb == p2->u.utility.fifosize_kb param_eq()
99 p2->u.utility.fifosize_bufs param_eq()
100 && strcmp(p1->u.utility.name, p2->u.utility.name) == 0 param_eq()
101 && p1->u.utility.paramlen == p2->u.utility.paramlen param_eq()
102 && memcmp(p1->u.utility.params, p2->u.utility.params, param_eq()
106 return p1->u.video.connid == p2->u.video.connid; param_eq()
74 param_eq(const struct cfctrl_link_param *p1, const struct cfctrl_link_param *p2) param_eq() argument
/linux-4.1.27/drivers/staging/skein/
H A Dskein_block.c59 #define ROUND256(p0, p1, p2, p3, ROT, r_num) \
64 X##p2 += X##p3; \
66 X##p3 ^= X##p2; \
70 #define R256(p0, p1, p2, p3, ROT, r_num) /* fully unrolled */ \
71 ROUND256(p0, p1, p2, p3, ROT, r_num)
83 #define R256(p0, p1, p2, p3, ROT, r_num) ROUND256(p0, p1, p2, p3, ROT, r_num)
136 #define ROUND512(p0, p1, p2, p3, p4, p5, p6, p7, ROT, r_num) \
141 X##p2 += X##p3; \
143 X##p3 ^= X##p2; \
152 #define R512(p0, p1, p2, p3, p4, p5, p6, p7, ROT, r_num) /* unrolled */ \
153 ROUND512(p0, p1, p2, p3, p4, p5, p6, p7, ROT, r_num)
169 #define R512(p0, p1, p2, p3, p4, p5, p6, p7, ROT, r_num) \
170 ROUND512(p0, p1, p2, p3, p4, p5, p6, p7, ROT, r_num) \
225 #define ROUND1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, \
231 X##p2 += X##p3; \
233 X##p3 ^= X##p2; \
255 #define R1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, pF, \
257 ROUND1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, \
281 #define R1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, pF, \
283 ROUND1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, \
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c340 struct pvr2_channel *p2; pvr2_channel_limit_inputs() local
358 for (p2 = cp->mc_head->mc_first; p2; p2 = p2->mc_next) { pvr2_channel_limit_inputs()
359 if (p2 == cp) continue; pvr2_channel_limit_inputs()
360 if (!p2->input_mask) continue; pvr2_channel_limit_inputs()
361 tmsk &= p2->input_mask; pvr2_channel_limit_inputs()
H A Dpvrusb2-ctrl.c376 char *p2; parse_token() local
395 *valptr = simple_strtol(buf,&p2,0); parse_token()
397 if (*p2) return -EINVAL; parse_token()
409 char *p2; parse_mtoken() local
425 *valptr = simple_strtol(buf,&p2,0); parse_mtoken()
426 if (*p2) return -EINVAL; parse_mtoken()
/linux-4.1.27/crypto/
H A Dxor.c33 unsigned long *p1, *p2, *p3, *p4; xor_blocks() local
41 p2 = (unsigned long *) srcs[1]; xor_blocks()
43 active_template->do_3(bytes, dest, p1, p2); xor_blocks()
49 active_template->do_4(bytes, dest, p1, p2, p3); xor_blocks()
54 active_template->do_5(bytes, dest, p1, p2, p3, p4); xor_blocks()
H A Dvmac.c328 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) l3hash() argument
332 /* fully reduce (p1,p2)+(len,0) mod p127 */ l3hash()
335 ADD128(p1, p2, len, t); l3hash()
336 /* At this point, (p1,p2) is at most 2^127+(len<<64) */ l3hash()
337 t = (p1 > m63) + ((p1 == m63) && (p2 == m64)); l3hash()
338 ADD128(p1, p2, z, t); l3hash()
341 /* compute (p1,p2)/(2^64-2^32) and (p1,p2)%(2^64-2^32) */ l3hash()
342 t = p1 + (p2 >> 32); l3hash()
346 p2 += (p1 << 32); l3hash()
348 /* compute (p1+k1)%p64 and (p2+k2)%p64 */ l3hash()
351 p2 += k2; l3hash()
352 p2 += (0 - (p2 < k2)) & 257; l3hash()
354 /* compute (p1+k1)*(p2+k2)%p64 */ l3hash()
355 MUL64(rh, rl, p1, p2); l3hash()
/linux-4.1.27/arch/hexagon/lib/
H A Dmemcpy.S168 #define align p2 /* alignment of input rel to 8byte boundary */
199 p2 = cmp.eq(len, #0); /* =0 */ define
205 p1 = or(p2, p1);
212 p2 = bitsclr(align888, #7); /* %8 < 97 */ define
216 p2 = and(p2,!p3); /* %8 < 97 */ define
217 if (p2.new) len = add(len, #-8); /* %8 < 97 */
218 if (p2.new) jump:NT .Ldwordaligned; /* %8 < 97 */
290 p2 = cmp.eq(kernel, #1); /* skip ovr if kernel == 0 */ define
295 if(!p2) ptr_out_p_32 = add(ptr_out_p_32, #32);
324 p2 = cmp.gtu(offset, #7); define
328 if(p2) data70 = dataF8;
329 if(p2) dataF8 = memd(ptr_in++#8); /* another 8 bytes */
/linux-4.1.27/arch/blackfin/mach-common/
H A Dinterrupt.S130 pseudo_long_call _do_irq, p2;
139 pseudo_long_call _return_from_int, p2;
181 p2.l = lo(IPEND);
182 p2.h = hi(IPEND);
183 r0 = [p2];
206 pseudo_long_call _ret_from_exception, p2;
266 pseudo_long_call _system_call, p2;
H A Dentry.S535 p2.l = lo(IPEND);
536 p2.h = hi(IPEND);
538 r0 = [p2];
549 p2 = r7; define
550 p2 = [p2]; define
552 [p2+(TASK_THREAD+THREAD_KSP)] = sp;
572 p2 = r7; define
573 r7 = [p2+TI_FLAGS];
724 p2 = usp; define
725 [p0+(TASK_THREAD+THREAD_USP)] = p2;
764 p2.l = _ipipe_percpu_domain;
765 p2.h = _ipipe_percpu_domain;
768 r2 = [p2];
772 p2.l = lo(IPEND);
773 p2.h = hi(IPEND);
776 r0 = [p2];
792 p2.l = lo(ILAT);
793 p2.h = hi(ILAT);
794 r0 = [p2];
965 p2.l = lo(ILAT);
966 p2.h = hi(ILAT);
967 r0 = [p2];
972 p2.l = lo(IPEND);
973 p2.h = hi(IPEND);
974 r0 = [p2];
H A Dcache.S87 p2 = r3; define
90 p0 = p0 + (p2 << 2);
H A Dhead.S24 p2 = r2; define
25 lsetup (1f, 1f) lc0 = p2;
/linux-4.1.27/arch/arm/mm/
H A Dfault-armv.c216 static int __init check_writebuffer(unsigned long *p1, unsigned long *p2) check_writebuffer() argument
224 *p2 = zero; check_writebuffer()
242 unsigned long *p1, *p2; check_writebuffer_bugs() local
247 p2 = vmap(&page, 1, VM_IOREMAP, prot); check_writebuffer_bugs()
249 if (p1 && p2) { check_writebuffer_bugs()
250 v = check_writebuffer(p1, p2); check_writebuffer_bugs()
257 vunmap(p2); check_writebuffer_bugs()
/linux-4.1.27/kernel/trace/
H A Dtrace_stat.h18 int (*stat_cmp)(void *p1, void *p2);
H A Dtrace_branch.c303 static int annotated_branch_stat_cmp(void *p1, void *p2) annotated_branch_stat_cmp() argument
306 struct ftrace_branch_data *b = p2; annotated_branch_stat_cmp()
H A Dtrace_stat.c114 static int dummy_cmp(void *p1, void *p2) dummy_cmp() argument
H A Dftrace.c573 static int function_stat_cmp(void *p1, void *p2) function_stat_cmp() argument
576 struct ftrace_profile *b = p2; function_stat_cmp()
587 static int function_stat_cmp(void *p1, void *p2) function_stat_cmp() argument
590 struct ftrace_profile *b = p2; function_stat_cmp()
/linux-4.1.27/scripts/
H A Dkallsyms.c476 unsigned char *p1, *p2; compress_symbols() local
484 p2 = find_token(p1, len, str); compress_symbols()
485 if (!p2) continue; compress_symbols()
493 *p2 = idx; compress_symbols()
494 p2++; compress_symbols()
495 size -= (p2 - p1); compress_symbols()
496 memmove(p2, p2 + 1, size); compress_symbols()
497 p1 = p2; compress_symbols()
503 p2 = find_token(p1, size, str); compress_symbols()
505 } while (p2); compress_symbols()
/linux-4.1.27/fs/hfsplus/
H A Dunicode.c35 const hfsplus_unichr *p1, *p2; hfsplus_strcasecmp() local
40 p2 = s2->unicode; hfsplus_strcasecmp()
51 c2 = case_fold(be16_to_cpu(*p2)); hfsplus_strcasecmp()
52 p2++; hfsplus_strcasecmp()
68 const hfsplus_unichr *p1, *p2; hfsplus_strcmp() local
74 p2 = s2->unicode; hfsplus_strcmp()
78 c2 = be16_to_cpu(*p2); hfsplus_strcmp()
82 p2++; hfsplus_strcmp()
/linux-4.1.27/sound/synth/emux/
H A Demux_oss.c340 short p2; emuspec_control() local
351 p2 = *(short *) &event[6]; emuspec_control()
361 snd_emux_send_effect_oss(port, chan, p1, p2); emuspec_control()
383 if (p2) { emuspec_control()
411 port->ctrls[p1] = p2; emuspec_control()
418 emu->ops.oss_ioctl(emu, cmd, p1, p2); emuspec_control()
435 short p2; gusspec_control() local
450 p2 = *(short *) &event[6]; gusspec_control()
/linux-4.1.27/arch/powerpc/kvm/
H A Dtrace_pr.h124 unsigned long long p2),
125 TP_ARGS(type, vcpu, p1, p2),
130 __field( unsigned long long, p2 )
137 __entry->p2 = p2;
142 __entry->count, __entry->type, __entry->p1, __entry->p2)
/linux-4.1.27/drivers/clk/
H A Dclk-si5351.c41 unsigned long p2; member in struct:si5351_parameters
143 params->p2 = 0; si5351_read_parameters()
149 params->p2 = ((buf[5] & 0x0f) << 16) | (buf[6] << 8) | buf[7]; si5351_read_parameters()
175 ((params->p2 & 0xf0000) >> 16); si5351_write_parameters()
176 buf[6] = ((params->p2 & 0x0ff00) >> 8) & 0xff; si5351_write_parameters()
177 buf[7] = params->p2 & 0xff; si5351_write_parameters()
436 rate += hwdata->params.p2; si5351_pll_recalc_rate()
441 "%s - %s: p1 = %lu, p2 = %lu, p3 = %lu, parent_rate = %lu, rate = %lu\n", si5351_pll_recalc_rate()
443 hwdata->params.p1, hwdata->params.p2, hwdata->params.p3, si5351_pll_recalc_rate()
485 hwdata->params.p2 = (128 * b) % c; si5351_pll_round_rate()
520 (hwdata->params.p2 == 0) ? SI5351_CLK_INTEGER_MODE : 0); si5351_pll_set_rate()
523 "%s - %s: p1 = %lu, p2 = %lu, p3 = %lu, parent_rate = %lu, rate = %lu\n", si5351_pll_set_rate()
525 hwdata->params.p1, hwdata->params.p2, hwdata->params.p3, si5351_pll_set_rate()
625 m += hwdata->params.p2; si5351_msynth_recalc_rate()
634 "%s - %s: p1 = %lu, p2 = %lu, p3 = %lu, m = %lu, parent_rate = %lu, rate = %lu\n", si5351_msynth_recalc_rate()
636 hwdata->params.p1, hwdata->params.p2, hwdata->params.p3, si5351_msynth_recalc_rate()
724 hwdata->params.p2 = 0; si5351_msynth_round_rate()
728 hwdata->params.p2 = (128 * b) % c; si5351_msynth_round_rate()
763 (hwdata->params.p2 == 0) ? SI5351_CLK_INTEGER_MODE : 0); si5351_msynth_set_rate()
767 "%s - %s: p1 = %lu, p2 = %lu, p3 = %lu, divby4 = %d, parent_rate = %lu, rate = %lu\n", si5351_msynth_set_rate()
769 hwdata->params.p1, hwdata->params.p2, hwdata->params.p3, si5351_msynth_set_rate()
H A Dclk-cdce706.c110 "p0", "p1", "p2", "p3", "p4", "p5",
/linux-4.1.27/scripts/kconfig/
H A Dconfdata.c128 char *p2; conf_set_sym_val() local
155 for (p2 = p; *p2 && !isspace(*p2); p2++) conf_set_sym_val()
164 for (p2 = p; (p2 = strpbrk(p2, "\"\\")); p2++) { conf_set_sym_val()
165 if (*p2 == '"') { conf_set_sym_val()
166 *p2 = 0; conf_set_sym_val()
169 memmove(p2, p2 + 1, strlen(p2)); conf_set_sym_val()
171 if (!p2) { conf_set_sym_val()
256 char *p, *p2; conf_read_simple() local
357 p2 = strchr(p, '\n');
358 if (p2) {
359 *p2-- = 0;
360 if (*p2 == '\r')
361 *p2 = 0;
/linux-4.1.27/lib/lz4/
H A Dlz4hc_compress.c86 static inline size_t lz4hc_commonlength(const u8 *p1, const u8 *p2, lz4hc_commonlength() argument
93 u64 diff = A64(p2) ^ A64(p1t); lz4hc_commonlength()
95 u32 diff = A32(p2) ^ A32(p1t); lz4hc_commonlength()
99 p2 += STEPSIZE; lz4hc_commonlength()
106 if ((p1t < (matchlimit-3)) && (A32(p2) == A32(p1t))) { lz4hc_commonlength()
108 p2 += 4; lz4hc_commonlength()
112 if ((p1t < (matchlimit - 1)) && (A16(p2) == A16(p1t))) { lz4hc_commonlength()
114 p2 += 2; lz4hc_commonlength()
116 if ((p1t < matchlimit) && (*p2 == *p1t)) lz4hc_commonlength()
/linux-4.1.27/drivers/staging/unisys/include/
H A Dtimskmod.h73 #define SWAPPOINTERS(p1, p2) \
76 (void *)(p1) = (void *)(p2); \
77 (void *)(p2) = SWAPPOINTERS_TEMP; \
/linux-4.1.27/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c228 struct pulse_elem *p2; pseq_handler_create_sequences() local
250 p2 = p; pseq_handler_create_sequences()
254 list_for_each_entry_continue(p2, &pde->pulses, head) { pseq_handler_create_sequences()
256 if (p2->ts < min_valid_ts) pseq_handler_create_sequences()
260 factor = pde_get_multiple(ps.last_ts - p2->ts, ps.pri, pseq_handler_create_sequences()
264 ps.first_ts = p2->ts; pseq_handler_create_sequences()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c54 .p2 = {.dot_limit = 200000, .p2_slow = 14, .p2_fast = 14},
69 .p2 = {.dot_limit = 200000, .p2_slow = 14, .p2_fast = 14},
81 .p2 = {.dot_limit = 225000, .p2_slow = 10, .p2_fast = 5},
93 .p2 = {.dot_limit = 225000, .p2_slow = 10, .p2_fast = 5},
105 .p2 = {.dot_limit = 225000, .p2_slow = 10, .p2_fast = 10},
117 .p2 = {.dot_limit = 225000, .p2_slow = 10, .p2_fast = 10},
322 switch (clock->p2) { cdv_dpll_set_clock_cdv()
336 DRM_ERROR("Bad P2 clock: %d\n", clock->p2); cdv_dpll_set_clock_cdv()
405 clock->p = clock->p1 * clock->p2; cdv_intel_clock()
422 clock.p2 = 10; cdv_intel_find_dp_pll()
428 clock.p2 = 10; cdv_intel_find_dp_pll()
438 clock.p2 = 10; cdv_intel_find_dp_pll()
444 clock.p2 = 10; cdv_intel_find_dp_pll()
758 if (clock.p2 == 7) cdv_intel_crtc_mode_set()
843 clock->p = clock->p1 * clock->p2; i8xx_clock()
894 clock.p2 = 14; cdv_intel_crtc_clock_get()
912 clock.p2 = 4; cdv_intel_crtc_clock_get()
914 clock.p2 = 2; cdv_intel_crtc_clock_get()
H A Dgma_display.h31 int p1, p2; member in struct:gma_clock_t
50 struct gma_p2_t p2; member in struct:gma_limit_t
H A Dpsb_intel_display.c45 .p2 = {.dot_limit = 200000, .p2_slow = 10, .p2_fast = 5},
60 .p2 = {.dot_limit = 112000, .p2_slow = 14, .p2_fast = 7},
80 clock->p = clock->p1 * clock->p2; psb_intel_clock()
179 switch (clock.p2) { psb_intel_crtc_mode_set()
247 if (clock.p2 == 7) psb_intel_crtc_mode_set()
350 clock.p2 = 14; psb_intel_crtc_clock_get()
368 clock.p2 = 4; psb_intel_crtc_clock_get()
370 clock.p2 = 2; psb_intel_crtc_clock_get()
H A Dgma_display.c750 clock.p2 = limit->p2.p2_fast; gma_find_best_pll()
752 clock.p2 = limit->p2.p2_slow; gma_find_best_pll()
754 if (target < limit->p2.dot_limit) gma_find_best_pll()
755 clock.p2 = limit->p2.p2_slow; gma_find_best_pll()
757 clock.p2 = limit->p2.p2_fast; gma_find_best_pll()
H A Doaktrail_crtc.c78 .p2 = {.dot_limit = 200000, .p2_slow = 10, .p2_fast = 10},
128 DRM_DEBUG_DRIVER("dotclock=%d, m=%d, m1=%d, m2=%d, n=%d, p1=%d, p2=%d\n", mrst_print_pll()
130 clock->p1, clock->p2); mrst_print_pll()
148 /* p2 value always stored in p2_slow on SDVO */ mrst_sdvo_find_best_pll()
149 clock.p = clock.p1 * limit->p2.p2_slow; mrst_sdvo_find_best_pll()
H A Dpsb_intel_reg.h483 * Controls the B0-B3 data pairs. This must be set to match the DPLL p2
/linux-4.1.27/arch/x86/crypto/
H A Dsha256-avx-asm.S60 .macro addm p1 p2
61 add \p1, \p2
62 mov \p2, \p1
66 .macro MY_ROR p1 p2
67 shld $(32-(\p1)), \p2, \p2
74 .macro COPY_XMM_AND_BSWAP p1 p2 p3
75 VMOVDQ \p2, \p1
H A Dsha256-ssse3-asm.S58 .macro addm p1 p2
59 add \p1, \p2
60 mov \p2, \p1
67 .macro COPY_XMM_AND_BSWAP p1 p2 p3
68 MOVDQ \p2, \p1
H A Dsha512-avx2-asm.S122 .macro addm p1 p2
123 add \p1, \p2
124 mov \p2, \p1
130 .macro COPY_YMM_AND_BSWAP p1 p2 p3
131 VMOVDQ \p2, \p1
H A Dsha256-avx2-asm.S61 .macro addm p1 p2
62 add \p1, \p2
63 mov \p2, \p1
H A Dsha512-avx-asm.S121 .macro RORQ p1 p2
123 shld $(64-\p2), \p1, \p1
/linux-4.1.27/sound/core/seq/oss/
H A Dseq_oss_event.h61 unsigned char p1, p2, p3, p4; member in struct:evrec_extended
70 unsigned char p1, p2; member in struct:evrec_long
H A Dseq_oss_event.c139 return note_off_event(dp, q->e.dev, q->e.chn, q->e.p1, q->e.p2, ev); extended_event()
142 return note_on_event(dp, q->e.dev, q->e.chn, q->e.p1, q->e.p2, ev); extended_event()
160 val = ((short)q->e.p3 << 8) | (short)q->e.p2; extended_event()
/linux-4.1.27/tools/perf/tests/
H A Ddwarf-unwind.c99 static int compare(void *p1, void *p2) compare() argument
107 return p1 - p2; compare()
/linux-4.1.27/include/linux/sunrpc/
H A Dmsg_prot.h176 * h1.h2.h3.h4.p1.p2
182 * Assuming big-endian ordering, p1 and p2 are, respectively, the first
193 * x1:x2:x3:x4:x5:x6:x7:x8.p1.p2
195 * The suffix "p1.p2" is the service port, and is computed the same way
/linux-4.1.27/arch/cris/include/uapi/arch-v10/arch/
H A Duser.h26 unsigned long p2; /* Reserved. */ member in struct:user_regs_struct
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c431 u16 p1, p2, h_inc; radeon_legacy_tv_init_restarts() local
465 p2 = hor_timing_NTSC[H_TABLE_POS2]; radeon_legacy_tv_init_restarts()
468 p2 = hor_timing_PAL[H_TABLE_POS2]; radeon_legacy_tv_init_restarts()
472 p2 = (u16)((int)p2 - h_offset); radeon_legacy_tv_init_restarts()
475 p2 != tv_dac->tv.h_code_timing[H_TABLE_POS2]); radeon_legacy_tv_init_restarts()
478 tv_dac->tv.h_code_timing[H_TABLE_POS2] = p2; radeon_legacy_tv_init_restarts()
499 DRM_DEBUG_KMS("compute_restarts: def = %u h = %d v = %d, p1 = %04x, p2 = %04x, restart = %d\n", radeon_legacy_tv_init_restarts()
500 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart); radeon_legacy_tv_init_restarts()
/linux-4.1.27/drivers/md/bcache/
H A Ddebug.c124 void *p2 = page_address(check->bi_io_vec[iter.bi_idx].bv_page); bio_for_each_segment() local
127 p2 + bv.bv_offset, bio_for_each_segment()
/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_event.c56 struct vmci_subscription *cur, *p2; vmci_event_exit() local
57 list_for_each_entry_safe(cur, p2, &subscriber_array[e], node) { vmci_event_exit()
/linux-4.1.27/drivers/net/wireless/libertas/
H A Dcmd.h112 int8_t p1, int8_t p2);
115 int8_t p2, int usesnr);
H A Ddebugfs.c61 int p1, p2, p3, p4, p5, p6; lbs_sleepparams_write() local
72 ret = sscanf(buf, "%d %d %d %d %d %d", &p1, &p2, &p3, &p4, &p5, &p6); lbs_sleepparams_write()
78 sp.sp_offset = p2; lbs_sleepparams_write()
912 char *p2; lbs_debugfs_write() local
939 p2 = strchr(p, '='); lbs_debugfs_write()
940 if (!p2) lbs_debugfs_write()
942 p2++; lbs_debugfs_write()
943 r = simple_strtoul(p2, NULL, 0); lbs_debugfs_write()
H A Dcmd.c113 * USB dongle firmware 5.110.17p2: cap 0x00000303 lbs_update_hw_spec()
1561 * @p2: Power level when link quality is poor (dBm).
1567 int8_t p2, int usesnr) lbs_set_tpc_cfg()
1579 cmd.P2 = p2; lbs_set_tpc_cfg()
1593 * @p2: Power level for 48 and 54 Mbps (dBm).
1599 int8_t p1, int8_t p2) lbs_set_power_adapt_cfg()
1610 cmd.P2 = p2; lbs_set_power_adapt_cfg()
1566 lbs_set_tpc_cfg(struct lbs_private *priv, int enable, int8_t p0, int8_t p1, int8_t p2, int usesnr) lbs_set_tpc_cfg() argument
1598 lbs_set_power_adapt_cfg(struct lbs_private *priv, int enable, int8_t p0, int8_t p1, int8_t p2) lbs_set_power_adapt_cfg() argument
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Delf.h64 pr_reg[18] = 0; /* p2 */ \
/linux-4.1.27/arch/mips/bcm63xx/
H A Dcpu.c227 unsigned int tmp, p1, p2, ndiv, m1; detect_cpu_clock() local
235 p2 = (tmp & DMIPSPLLCFG_6368_P2_MASK) >> detect_cpu_clock()
245 return (((64 * 1000000) / p1) * p2 * ndiv) / m1; detect_cpu_clock()
/linux-4.1.27/drivers/isdn/mISDN/
H A Dhwchannel.c176 memset(bch->fill, cq->p2 & 0xff, MISDN_BCH_FILL_SIZE); mISDN_ctrl_bchannel()
184 cq->p2 = bch->dropcnt; mISDN_ctrl_bchannel()
192 if (cq->p2 > MISDN_CTRL_RX_SIZE_IGNORE) mISDN_ctrl_bchannel()
193 bch->next_maxlen = cq->p2; mISDN_ctrl_bchannel()
198 cq->p2 = bch->maxlen; mISDN_ctrl_bchannel()
H A Dl1oip_core.c87 p2 = bytes 1-2 : remote port in network order (high byte first)
89 p2 = bytes 3-4 : local port in network order (high byte first)
961 hc->remoteport = cq->p2 & 0xffff; channel_dctrl()
962 hc->localport = cq->p2 >> 16; channel_dctrl()
982 cq->p2 = hc->remoteport | (hc->localport << 16); channel_dctrl()
H A Ddsp_core.c271 cq.p2 = dsp_silence; dsp_fill_empty()
H A Ddsp_cmx.c369 cq.p2 = param3 | (param4 << 8); dsp_cmx_hw_message()
/linux-4.1.27/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-375.c90 MPP_FUNCTION(0x3, "led", "p2"),
170 MPP_FUNCTION(0x1, "led", "p2"),
226 MPP_FUNCTION(0x5, "led", "p2")),
297 MPP_FUNCTION(0x1, "led", "p2"),
381 MPP_FUNCTION(0x4, "led", "p2"),
/linux-4.1.27/net/sched/
H A Dsch_sfb.c114 static u32 prob_plus(u32 p1, u32 p2) prob_plus() argument
116 u32 res = p1 + p2; prob_plus()
121 static u32 prob_minus(u32 p1, u32 p2) prob_minus() argument
123 return p1 > p2 ? p1 - p2 : 0; prob_minus()
/linux-4.1.27/drivers/net/ethernet/sgi/
H A Dmeth.c137 unsigned long p2, p3, flags; mdio_probe() local
144 p2=mdio_read(priv,2); mdio_probe()
147 switch ((p2<<12)|(p3>>4)){ mdio_probe()
162 if(p2!=0xffff&&p2!=0x0000){ mdio_probe()
163 DPRINTK("PHY code: %x\n",(p2<<12)|(p3>>4)); mdio_probe()
H A Dioc3-eth.c1486 desc->p2 = cpu_to_be64(ioc3_map((void *) b2, 1)); ioc3_start_xmit()
/linux-4.1.27/arch/powerpc/include/asm/
H A Depapr_hcalls.h539 unsigned long p2) epapr_hypercall2()
545 in[1] = p2; epapr_hypercall2()
550 unsigned long p2, unsigned long p3) epapr_hypercall3()
556 in[1] = p2; epapr_hypercall3()
562 unsigned long p2, unsigned long p3, epapr_hypercall4()
569 in[1] = p2; epapr_hypercall4()
538 epapr_hypercall2(unsigned int nr, unsigned long p1, unsigned long p2) epapr_hypercall2() argument
549 epapr_hypercall3(unsigned int nr, unsigned long p1, unsigned long p2, unsigned long p3) epapr_hypercall3() argument
561 epapr_hypercall4(unsigned int nr, unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4) epapr_hypercall4() argument
/linux-4.1.27/net/wireless/
H A Dmlme.c248 u8 *p1, *p2; cfg80211_oper_and_ht_capa() local
255 p2 = (u8*)(ht_capa_mask); cfg80211_oper_and_ht_capa()
257 p1[i] &= p2[i]; cfg80211_oper_and_ht_capa()
265 u8 *p1, *p2; cfg80211_oper_and_vht_capa() local
272 p2 = (u8*)(vht_capa_mask); cfg80211_oper_and_vht_capa()
274 p1[i] &= p2[i]; cfg80211_oper_and_vht_capa()
/linux-4.1.27/sound/firewire/
H A Dfcp.c316 const u8 *p1, *p2; is_matching_response() local
320 p2 = transaction->response_buffer; is_matching_response()
324 if ((mask & 1) && p1[i] != p2[i]) is_matching_response()
/linux-4.1.27/arch/blackfin/include/uapi/asm/
H A Dptrace.h74 long p2; member in struct:pt_regs
/linux-4.1.27/arch/ia64/include/asm/
H A Dkprobes.h46 unsigned long long p2 : 6; member in struct:cmp_inst::__anon1480
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_display.c127 intel_p2_t p2; member in struct:intel_limit
159 .p2 = { .dot_limit = 165000,
172 .p2 = { .dot_limit = 165000,
185 .p2 = { .dot_limit = 165000,
198 .p2 = { .dot_limit = 200000,
211 .p2 = { .dot_limit = 112000,
225 .p2 = { .dot_limit = 270000,
240 .p2 = { .dot_limit = 165000,
253 .p2 = { .dot_limit = 0,
267 .p2 = { .dot_limit = 0,
283 .p2 = { .dot_limit = 200000,
296 .p2 = { .dot_limit = 112000,
314 .p2 = { .dot_limit = 225000,
327 .p2 = { .dot_limit = 225000,
340 .p2 = { .dot_limit = 225000,
354 .p2 = { .dot_limit = 225000,
367 .p2 = { .dot_limit = 225000,
384 .p2 = { .p2_slow = 2, .p2_fast = 20 }, /* slow=min, fast=max */
400 .p2 = { .p2_slow = 1, .p2_fast = 14 },
406 clock->p = clock->p1 * clock->p2; vlv_clock()
547 clock->p = clock->p1 * clock->p2; pineview_clock()
562 clock->p = clock->p1 * clock->p2; i9xx_clock()
572 clock->p = clock->p1 * clock->p2; chv_clock()
639 clock.p2 = limit->p2.p2_fast; i9xx_find_best_dpll()
641 clock.p2 = limit->p2.p2_slow; i9xx_find_best_dpll()
643 if (target < limit->p2.dot_limit) i9xx_find_best_dpll()
644 clock.p2 = limit->p2.p2_slow; i9xx_find_best_dpll()
646 clock.p2 = limit->p2.p2_fast; i9xx_find_best_dpll()
702 clock.p2 = limit->p2.p2_fast; pnv_find_best_dpll()
704 clock.p2 = limit->p2.p2_slow; pnv_find_best_dpll()
706 if (target < limit->p2.dot_limit) pnv_find_best_dpll()
707 clock.p2 = limit->p2.p2_slow; pnv_find_best_dpll()
709 clock.p2 = limit->p2.p2_fast; pnv_find_best_dpll()
762 clock.p2 = limit->p2.p2_fast; g4x_find_best_dpll()
764 clock.p2 = limit->p2.p2_slow; g4x_find_best_dpll()
766 if (target < limit->p2.dot_limit) g4x_find_best_dpll()
767 clock.p2 = limit->p2.p2_slow; g4x_find_best_dpll()
769 clock.p2 = limit->p2.p2_fast; g4x_find_best_dpll()
865 for (clock.p2 = limit->p2.p2_fast; clock.p2 >= limit->p2.p2_slow; vlv_find_best_dpll()
866 clock.p2 -= clock.p2 > 10 ? 2 : 1) { vlv_find_best_dpll()
867 clock.p = clock.p1 * clock.p2; vlv_find_best_dpll()
923 for (clock.p2 = limit->p2.p2_fast; chv_find_best_dpll()
924 clock.p2 >= limit->p2.p2_slow; chv_find_best_dpll()
925 clock.p2 -= clock.p2 > 10 ? 2 : 1) { chv_find_best_dpll()
928 clock.p = clock.p1 * clock.p2; chv_find_best_dpll()
6232 bestp2 = pipe_config->dpll.p2; vlv_prepare_pll()
6338 bestp2 = pipe_config->dpll.p2; chv_prepare_pll()
6351 /* p1 and p2 divider */ chv_prepare_pll()
6515 switch (clock->p2) { i9xx_update_pll()
6571 if (clock->p2 == 4) i8xx_update_pll()
6830 * 2) / p1 / p2. i9xx_crtc_compute_clock()
6859 crtc_state->dpll.p2 = clock.p2; i9xx_crtc_compute_clock()
6931 clock.p2 = (mdiv >> DPIO_P2_SHIFT) & 0x1f; vlv_crtc_clock_get()
7030 clock.p2 = (cmn_dw13 >> DPIO_CHV_P2_DIV_SHIFT) & 0x1f; chv_crtc_clock_get()
7696 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2. ironlake_compute_clocks()
7814 switch (crtc_state->dpll.p2) { ironlake_compute_dpll()
7864 crtc_state->dpll.p2 = clock.p2; ironlake_crtc_compute_clock()
9255 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ? i9xx_crtc_clock_get()
9259 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ? i9xx_crtc_clock_get()
9281 clock.p2 = 7; i9xx_crtc_clock_get()
9283 clock.p2 = 14; i9xx_crtc_clock_get()
9292 clock.p2 = 4; i9xx_crtc_clock_get()
9294 clock.p2 = 2; i9xx_crtc_clock_get()
H A Dintel_ddi.c716 uint32_t p0, p1, p2, dco_freq; skl_calc_wrpll_link() local
725 p2 = cfgcr2_val & DPLL_CFGCR2_KDIV_MASK; skl_calc_wrpll_link()
748 switch (p2) { skl_calc_wrpll_link()
750 p2 = 5; skl_calc_wrpll_link()
753 p2 = 2; skl_calc_wrpll_link()
756 p2 = 3; skl_calc_wrpll_link()
759 p2 = 1; skl_calc_wrpll_link()
768 return dco_freq / (p0 * p1 * p2 * 5); skl_calc_wrpll_link()
H A Dintel_dp.c51 { .p1 = 2, .p2 = 10, .n = 2, .m1 = 23, .m2 = 8 } },
53 { .p1 = 1, .p2 = 10, .n = 1, .m1 = 14, .m2 = 2 } }
58 { .p1 = 2, .p2 = 10, .n = 1, .m1 = 12, .m2 = 9 } },
60 { .p1 = 1, .p2 = 10, .n = 2, .m1 = 14, .m2 = 8 } }
65 { .p1 = 3, .p2 = 2, .n = 5, .m1 = 3, .m2 = 81 } },
67 { .p1 = 2, .p2 = 2, .n = 1, .m1 = 2, .m2 = 27 } }
81 { .p1 = 4, .p2 = 2, .n = 1, .m1 = 2, .m2 = 0x819999a } },
83 { .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 } },
85 { .p1 = 2, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 } }
H A Dintel_sdvo.c1098 clock->p2 = 10; i9xx_adjust_sdvo_tv_clock()
1104 clock->p2 = 10; i9xx_adjust_sdvo_tv_clock()
H A Dintel_drv.h236 int p1, p2; member in struct:dpll
H A Di915_reg.h3050 * Controls the B0-B3 data pairs. This must be set to match the DPLL p2
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_mb_mgr_datastruct.S164 .macro RES_int p1 p2 p3
166 size = \p2
H A Dsha1_mb_mgr_submit_avx2.S72 #define p2 arg2 define
/linux-4.1.27/arch/blackfin/kernel/
H A Dsignal.c54 RESTORE(p0); RESTORE(p1); RESTORE(p2); RESTORE(p3); rt_restore_sigcontext()
116 SETUP(p0); SETUP(p1); SETUP(p2); SETUP(p3); rt_setup_sigcontext()
H A Dkgdb.c26 gdb_regs[BFIN_P2] = regs->p2; pt_regs_to_gdb_regs()
103 regs->p2 = gdb_regs[BFIN_P2]; gdb_regs_to_pt_regs()
H A Dasm-offsets.c66 DEFINE(PT_P2, offsetof(struct pt_regs, p2)); main()
H A Dtrace.c964 fp->p0, fp->p1, fp->p2, fp->p3); show_regs()
/linux-4.1.27/tools/perf/util/
H A Dhelp.c249 static int levenshtein_compare(const void *p1, const void *p2) levenshtein_compare() argument
251 const struct cmdname *const *c1 = p1, *const *c2 = p2; levenshtein_compare()
H A Dparse-events.c871 comp_pmu(const void *p1, const void *p2) comp_pmu() argument
874 struct perf_pmu_event_symbol *pmu2 = (struct perf_pmu_event_symbol *) p2; comp_pmu()
/linux-4.1.27/drivers/of/
H A Dunittest.c467 #define propcmp(p1, p2) (((p1)->length == (p2)->length) && \
468 (p1)->value && (p2)->value && \
469 !memcmp((p1)->value, (p2)->value, (p1)->length) && \
470 !strcmp((p1)->name, (p2)->name)) of_unittest_property_copy()
475 struct property p2 = { .name = "p2", .length = 5, .value = "abcd" }; of_unittest_property_copy() local
484 new = __of_prop_dup(&p2, GFP_KERNEL); of_unittest_property_copy()
485 unittest(new && propcmp(&p2, new), "non-empty property didn't copy correctly\n"); of_unittest_property_copy()
/linux-4.1.27/drivers/bcma/
H A Ddriver_chipcommon_pmu.c341 u32 tmp, div, ndiv, p1, p2, fc; bcma_pmu_pll_clock() local
358 p2 = (tmp & BCMA_CC_PPL_P2_MASK) >> BCMA_CC_PPL_P2_SHIFT; bcma_pmu_pll_clock()
369 fc = (p1 * ndiv * fc) / p2; bcma_pmu_pll_clock()
/linux-4.1.27/drivers/atm/
H A Dfirestream.c639 u32 cmd, u32 p1, u32 p2, u32 p3) submit_queue()
646 qe->p1 = p2; submit_queue()
647 qe->p2 = p3; submit_queue()
653 pq[qp].p1 = p2; submit_queue()
654 pq[qp].p2 = p3; submit_queue()
666 u32 cmd, u32 p1, u32 p2, u32 p3) submit_command()
670 write_fs (dev, CMDR2, p2); submit_command()
688 qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe)); process_return_queue()
716 qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe)); process_txdone_queue()
720 qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe)); process_txdone_queue()
787 qe->cmd, qe->p0, qe->p1, qe->p2); process_incoming()
1950 i, pq[qp].cmd, pq[qp].p0, pq[qp].p1, pq[qp].p2); firestream_remove_one()
638 submit_queue(struct fs_dev *dev, struct queue *q, u32 cmd, u32 p1, u32 p2, u32 p3) submit_queue() argument
665 submit_command(struct fs_dev *dev, struct queue *q, u32 cmd, u32 p1, u32 p2, u32 p3) submit_command() argument
H A Dfirestream.h47 u32 p0, p1, p2; member in struct:FS_QENTRY
/linux-4.1.27/sound/isa/sb/
H A Demu8000_callback.c40 static int oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2);
485 oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2) oss_ioctl() argument
508 hw->treble_level = p2; oss_ioctl()
/linux-4.1.27/fs/ncpfs/
H A Dncp_fs_sb.h126 __u16 p2 __packed;
/linux-4.1.27/include/math-emu/
H A Dop-4.h341 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \
345 umul_ppmm(p2,_t,m,n1); \
346 __FP_FRAC_ADDI_2(p2,p1,_t); \
348 __FP_FRAC_ADDI_2(p3,p2,_t); \
/linux-4.1.27/arch/blackfin/include/asm/
H A Delf.h58 _regs->p2 = _dynamic_addr; \
/linux-4.1.27/drivers/scsi/aacraid/
H A Dsa.c158 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, sa_sync_cmd()
171 sa_writel(dev, Mailbox2, p2); sa_sync_cmd()
157 sa_sync_cmd(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *ret, u32 *r1, u32 *r2, u32 *r3, u32 *r4) sa_sync_cmd() argument
H A Drx.c167 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, rx_sync_cmd()
180 writel(p2, &dev->IndexRegs->Mailbox[2]); rx_sync_cmd()
166 rx_sync_cmd(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *status, u32 * r1, u32 * r2, u32 * r3, u32 * r4) rx_sync_cmd() argument
H A Dsrc.c203 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, src_sync_cmd()
218 writel(p2, &dev->IndexRegs->Mailbox[2]); src_sync_cmd()
202 src_sync_cmd(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *status, u32 * r1, u32 * r2, u32 * r3, u32 * r4) src_sync_cmd() argument
H A Daacraid.h548 int (*adapter_sync_cmd)(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *status, u32 *r1, u32 *r2, u32 *r3, u32 *r4);
1243 #define aac_adapter_sync_cmd(dev, command, p1, p2, p3, p4, p5, p6, status, r1, r2, r3, r4) \
1244 (dev)->a_ops.adapter_sync_cmd(dev, command, p1, p2, p3, p4, p5, p6, status, r1, r2, r3, r4)
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dp80211types.h320 /* message data item for UNK 1025, namely p2 pdas */
328 /* message data item for UNK 4096, namely p2 download chunks */
/linux-4.1.27/drivers/input/mouse/
H A Delantech.c246 * byte 0: D U p1 p2 1 p3 R L elantech_report_absolute_v1()
253 * byte 0: n1 n0 p2 p1 1 p3 R L elantech_report_absolute_v1()
681 unsigned char p1, p2, p3; elantech_packet_check_v1() local
685 /* byte 0: D U p1 p2 1 p3 R L */ elantech_packet_check_v1()
687 p2 = (packet[0] & 0x10) >> 4; elantech_packet_check_v1()
689 /* byte 0: n1 n0 p2 p1 1 p3 R L */ elantech_packet_check_v1()
691 p2 = (packet[0] & 0x20) >> 5; elantech_packet_check_v1()
697 etd->parity[packet[2]] == p2 && elantech_packet_check_v1()
/linux-4.1.27/drivers/media/i2c/soc_camera/
H A Dmt9t112.c279 int m, n, p1, p2, p3, p4, p5, p6, p7; mt9t112_clock_info() local
288 p2 = n & 0x000f; mt9t112_clock_info()
313 clk = vco / (p1+1) / (p2+1); mt9t112_clock_info()
381 u8 p1, u8 p2, u8 p3, mt9t112_set_pll_dividers()
395 ((p2 & 0x0F) << 4) | mt9t112_set_pll_dividers()
429 priv->info->divider.p2, mt9t112_init_pll()
379 mt9t112_set_pll_dividers(const struct i2c_client *client, u8 m, u8 n, u8 p1, u8 p2, u8 p3, u8 p4, u8 p5, u8 p6, u8 p7) mt9t112_set_pll_dividers() argument
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c636 int p1, p2, p3; wil_write_back() local
648 rc = sscanf(kbuf, "%8s %d %d %d", cmd, &p1, &p2, &p3); wil_write_back()
663 wmi_addba(wil, p1, p2, p3); wil_write_back()
666 p2 = WLAN_REASON_QSTA_LEAVE_QBSS; wil_write_back()
667 wmi_delba_tx(wil, p1, p2); wil_write_back()
676 wmi_delba_rx(wil, mk_cidxtid(p1, p2), p3); wil_write_back()
/linux-4.1.27/drivers/crypto/
H A Dsahara.c137 dma_addr_t p2; member in struct:sahara_hw_desc
451 dev_dbg(dev->device, "\tp2 = 0x%08x\n", dev->hw_desc[i]->p2); sahara_dump_descriptors()
497 dev->hw_desc[idx]->p2 = dev->key_phys_base; sahara_hw_descriptor_create()
541 dev->hw_desc[idx]->p2 = dev->hw_phys_link[i]; sahara_hw_descriptor_create()
896 dev->hw_desc[index]->p2 = dev->hw_phys_link[i]; sahara_sha_hw_data_descriptor_create()
916 * p2: NULL
929 dev->hw_desc[index]->p2 = 0; sahara_sha_hw_context_descriptor_create()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-ibm_iic.c544 const struct i2c_msg* p2) iic_address_neq()
546 return (p1->addr != p2->addr) iic_address_neq()
547 || ((p1->flags & I2C_M_TEN) != (p2->flags & I2C_M_TEN)); iic_address_neq()
543 iic_address_neq(const struct i2c_msg* p1, const struct i2c_msg* p2) iic_address_neq() argument
/linux-4.1.27/drivers/hid/
H A Dhid-sensor-custom.c146 static int usage_id_cmp(const void *p1, const void *p2) usage_id_cmp() argument
148 if (*(int *)p1 < *(int *)p2) usage_id_cmp()
151 if (*(int *)p1 > *(int *)p2) usage_id_cmp()
/linux-4.1.27/drivers/isdn/hisax/
H A Dconfig.c33 * { type, protocol, p0, p1, p2, NULL }
36 * 1 Teles 16.0 p0=irq p1=membase p2=iobase
39 * 4 Creatix PNP p0=irq p1=IO0 (ISAC) p2=IO1 (HSCX)
56 * 19 Compaq ISDN S0 ISA card p0=irq p1=IO0 (HSCX) p2=IO1 (ISAC) p3=IO2
61 * 24 Dr Neuhaus Niccy PnP/PCI card p0=irq p1=IO0 p2=IO1 (PnP only)
66 * 29 Siemens I-Surf p0=irq p1=iobase p2=memory (from isapnp setup)
/linux-4.1.27/include/linux/
H A DmISDNif.h392 * buffer size request.p2 the maximum. Using MISDN_CTRL_RX_SIZE_IGNORE will
404 int p2; member in struct:mISDN_ctrl_req
H A Dvgaarb.h207 static inline int vga_conflicts(struct pci_dev *p1, struct pci_dev *p2) vga_conflicts() argument
H A Dsched.h2586 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) same_thread_group() argument
2588 return p1->signal == p2->signal; same_thread_group()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dhydra.c8 /* Peter De Schrijver (p2@mind.be) */
/linux-4.1.27/fs/ufs/
H A Dinode.c183 void *p, *p2; ufs_inode_getfrag() local
230 p2 = ufs_get_direct_data_ptr(uspi, ufsi, lastblock); ufs_inode_getfrag()
231 tmp = ufs_new_fragments(inode, p2, lastfrag, ufs_inode_getfrag()
232 ufs_data_ptr_to_cpu(sb, p2), ufs_inode_getfrag()
/linux-4.1.27/drivers/video/fbdev/
H A Dcontrolfb.c796 unsigned long p0, p1, p2, k, l, m, n, min; calc_clock_params() local
801 p2 = ((clk << 4) < CONTROL_PIXCLOCK_BASE)? 3: 2; calc_clock_params()
802 l = clk << p2; calc_clock_params()
822 param[2] = p2; calc_clock_params()
H A Dpm2fb.c204 #define PACKPP(p0, p1, p2) (((p2) << 6) | ((p1) << 3) | (p0))
/linux-4.1.27/include/sound/
H A Demux_synth.h70 int (*oss_ioctl)(struct snd_emux *emu, int cmd, int p1, int p2);
/linux-4.1.27/arch/ia64/kernel/
H A Dminstate.h41 * predicate registers (other than p2, p3, and p15), b6, r3, r14, r15:
H A Dmca_asm.S459 cmp.eq p1,p2=IA64_MCA_CPU_MCA_STACK_OFFSET, r3
502 (p2) mov r12=IA64_INIT_WARM_BOOT
H A Dkprobes.c149 * (qp) cmpx.crel.ctype p1,p2=r2,r3
H A Dhead.S292 #define isAP p2 // are we an Application Processor?
/linux-4.1.27/arch/arm/mach-omap1/
H A Dboard-fsample.c41 /* fsample is pretty close to p2-sample */
/linux-4.1.27/arch/arc/kernel/
H A Dunwind.c222 static int cmp_eh_frame_hdr_table_entries(const void *p1, const void *p2) cmp_eh_frame_hdr_table_entries() argument
225 const struct eh_frame_hdr_table_entry *e2 = p2; cmp_eh_frame_hdr_table_entries()
230 static void swap_eh_frame_hdr_table_entries(void *p1, void *p2, int size) swap_eh_frame_hdr_table_entries() argument
233 struct eh_frame_hdr_table_entry *e2 = p2; swap_eh_frame_hdr_table_entries()
/linux-4.1.27/lib/
H A Dbch.c195 const uint32_t *pdata, *p0, *p1, *p2, *p3; encode_bch() local
236 p2 = tab2 + (l+1)*((w >> 16) & 0xff); encode_bch()
240 r[i] = r[i+1]^p0[i]^p1[i]^p2[i]^p3[i]; encode_bch()
242 r[l] = p0[l]^p1[l]^p2[l]^p3[l]; encode_bch()
/linux-4.1.27/drivers/scsi/
H A Ddpt_i2o.c1078 adpt_hba* p2; adpt_i2o_delete_hba() local
1093 p2 = NULL; adpt_i2o_delete_hba()
1094 for( p1 = hba_chain; p1; p2 = p1,p1=p1->next){ adpt_i2o_delete_hba()
1096 if(p2) { adpt_i2o_delete_hba()
1097 p2->next = p1->next; adpt_i2o_delete_hba()
1203 struct adpt_i2o_post_wait_data *p1, *p2; adpt_i2o_post_wait() local
1259 p2 = NULL; adpt_i2o_post_wait()
1261 for(p1 = adpt_post_wait_queue; p1; p2 = p1, p1 = p1->next) { adpt_i2o_post_wait()
1266 if(p2) { adpt_i2o_post_wait()
1267 p2->next = p1->next; adpt_i2o_post_wait()
H A Din2000.c1821 char *p1, *p2; in2000_setup() local
1827 p2 = strchr(p1, ','); in2000_setup()
1828 if (p2) { in2000_setup()
1829 *p2 = '\0'; in2000_setup()
1830 if (p1 != p2) in2000_setup()
1832 p1 = p2 + 1; in2000_setup()
H A Dwd33c93.c1771 char *p1, *p2; wd33c93_setup() local
1790 p2 = strchr(p1, ','); wd33c93_setup()
1791 if (p2) { wd33c93_setup()
1792 *p2 = '\0'; wd33c93_setup()
1793 if (p1 != p2) wd33c93_setup()
1795 p1 = p2 + 1; wd33c93_setup()
H A Dgdth.c175 u32 p1, u64 p2,u64 p3);
1474 u32 p1, u64 p2, u64 p3) gdth_internal_cmd()
1498 cmd_ptr->u.ioctl.channel = (u32)p2; gdth_internal_cmd()
1504 cmd_ptr->u.cache64.BlockNo = p2; gdth_internal_cmd()
1507 cmd_ptr->u.cache.BlockNo = (u32)p2; gdth_internal_cmd()
1513 cmd_ptr->u.raw64.bus = (u8)p2; gdth_internal_cmd()
1518 cmd_ptr->u.raw.bus = (u8)p2; gdth_internal_cmd()
1525 *(u32 *)&cmd_ptr->u.screen.su.data[4] = (u32)p2; gdth_internal_cmd()
1473 gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode, u32 p1, u64 p2, u64 p3) gdth_internal_cmd() argument
/linux-4.1.27/drivers/s390/cio/
H A Ddevice_pgid.c289 static int pgid_cmp(struct pgid *p1, struct pgid *p2) pgid_cmp() argument
291 return memcmp((char *) p1 + 1, (char *) p2 + 1, pgid_cmp()
/linux-4.1.27/drivers/usb/wusbcore/
H A Dwa-nep.c30 * bytes plus 3 bytes header (WUSB1.0[7.6p2]), plus 3 bytes HWA
H A Drh.c255 /* According to USB2.0[11.24.2.13]p2, these features wusbhc_rh_set_port_feat()
/linux-4.1.27/drivers/misc/cxl/
H A Dpci.c90 /* This works a little different than the p1/p2 register accesses to make it
206 dev_info(&dev->dev, "p2 regs: %#llx, len: %#llx\n", dump_cxl_config_space()
802 pr_devel("cxl_map_adapter_regs: p1: %#.16llx %#llx, p2: %#.16llx %#llx", cxl_map_adapter_regs()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Dlib-move.c1090 lnet_peer_t *p2 = r2->lr_gateway; lnet_compare_routes() local
1104 if (p1->lp_txqnob < p2->lp_txqnob) lnet_compare_routes()
1107 if (p1->lp_txqnob > p2->lp_txqnob) lnet_compare_routes()
1110 if (p1->lp_txcredits > p2->lp_txcredits) lnet_compare_routes()
1113 if (p1->lp_txcredits < p2->lp_txcredits) lnet_compare_routes()
/linux-4.1.27/sound/pci/asihpi/
H A Dhpifunc.c33 static u16 hpi_handle_indexes(const u32 h, u16 *p1, u16 *p2) hpi_handle_indexes() argument
42 if (p2) hpi_handle_indexes()
43 *p2 = (u16)uhandle.h.obj_index; hpi_handle_indexes()
1366 #define hpi_control_param2_get(h, a, p1, p2) \
1367 hpi_control_param_get(h, a, 0, 0, p1, p2)
H A Dhpi_internal.h711 u32 p2; member in struct:hpi_adapterx_res::__anon14398
H A Dhpi6000.c619 phr->u.ax.assert.p2 = 0; adapter_get_asserts()
/linux-4.1.27/fs/
H A Dnamei.c2540 * p1 and p2 should be directories on the same fs.
2542 struct dentry *lock_rename(struct dentry *p1, struct dentry *p2) lock_rename() argument
2546 if (p1 == p2) { lock_rename()
2553 p = d_ancestor(p2, p1); lock_rename()
2555 mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT); lock_rename()
2560 p = d_ancestor(p1, p2); lock_rename()
2563 mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_CHILD); lock_rename()
2568 mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT2); lock_rename()
2573 void unlock_rename(struct dentry *p1, struct dentry *p2) unlock_rename() argument
2576 if (p1 != p2) { unlock_rename()
2577 mutex_unlock(&p2->d_inode->i_mutex); unlock_rename()
H A Deventpoll.c327 struct epoll_filefd *p2) ep_cmp_ffd()
329 return (p1->file > p2->file ? +1: ep_cmp_ffd()
330 (p1->file < p2->file ? -1 : p1->fd - p2->fd)); ep_cmp_ffd()
326 ep_cmp_ffd(struct epoll_filefd *p1, struct epoll_filefd *p2) ep_cmp_ffd() argument
H A Ddcache.c2691 * @p2: child dentry
2693 * Returns the ancestor dentry of p2 which is a child of p1, if p1 is
2694 * an ancestor of p2, else NULL.
2696 struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2) d_ancestor() argument
2700 for (p = p2; !IS_ROOT(p); p = p->d_parent) { d_ancestor()
/linux-4.1.27/net/bluetooth/
H A Dsmp.c410 u8 p1[16], p2[16]; smp_c1() local
421 /* p2 = padding || ia || ra */ smp_c1()
422 memcpy(p2, ra, 6); smp_c1()
423 memcpy(p2 + 6, ia, 6); smp_c1()
424 memset(p2 + 12, 0, 4); smp_c1()
436 /* res = res XOR p2 */ smp_c1()
437 u128_xor((u128 *) res, (u128 *) res, (u128 *) p2); smp_c1()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c1165 static inline int can_merge_pages(struct brw_page *p1, struct brw_page *p2) can_merge_pages() argument
1167 if (p1->flag != p2->flag) { can_merge_pages()
1173 if (unlikely((p1->flag & mask) != (p2->flag & mask))) { can_merge_pages()
1175 p1->flag, p2->flag); can_merge_pages()
1180 return (p1->off + p1->count == p2->off); can_merge_pages()
3032 * connect p1 disconnect p2 osc_disconnect()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dcpia1.c992 int ret, p1, p2; command_setlights() local
995 p2 = (sd->params.qx3.toplight == 0) << 3; command_setlights()
1003 p1 | p2 | 0xe0, 0); command_setlights()
/linux-4.1.27/drivers/video/fbdev/nvidia/
H A Dnv_hw.c426 int m2us, us_pipe_min, p1clk, p2; nv10CalcArbitration() local
577 p2 = p1clk * bpp / 8; /* bytes drained. */ nv10CalcArbitration()
579 if ((p2 < m1) && (m1 > 0)) { nv10CalcArbitration()
/linux-4.1.27/drivers/net/usb/
H A Dsr9700.c383 * p0 p1 p2 ...... pm sr9700_rx_fixup()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c449 /* p2. set Class A/B for all modes */ atl1e_phy_init()
/linux-4.1.27/arch/powerpc/xmon/
H A Dxmon.c2366 memdiffs(unsigned char *p1, unsigned char *p2, unsigned nb, unsigned maxpr) memdiffs() argument
2372 if( *p1++ != *p2++ ) memdiffs()
2375 p1[-1], p2 - 1, p2[-1]); memdiffs()
/linux-4.1.27/arch/arm/mach-davinci/
H A Dboard-dm644x-evm.c425 /* p2 = VLYNQ_EN */ evm_u35_setup()
/linux-4.1.27/net/atm/
H A Dmpoa_caches.c224 /* Call this every MPC-p2 seconds... Not exactly correct solution,
/linux-4.1.27/sound/usb/
H A Dmidi.c523 uint8_t p1, uint8_t p2, snd_usbmidi_output_standard_packet()
531 buf[2] = p2; snd_usbmidi_output_standard_packet()
540 uint8_t p1, uint8_t p2, snd_usbmidi_output_midiman_packet()
547 buf[1] = p2; snd_usbmidi_output_midiman_packet()
522 snd_usbmidi_output_standard_packet(struct urb *urb, uint8_t p0, uint8_t p1, uint8_t p2, uint8_t p3) snd_usbmidi_output_standard_packet() argument
539 snd_usbmidi_output_midiman_packet(struct urb *urb, uint8_t p0, uint8_t p1, uint8_t p2, uint8_t p3) snd_usbmidi_output_midiman_packet() argument
/linux-4.1.27/drivers/mtd/
H A Dmtdswap.c930 unsigned char *p2 = (unsigned char *)d->oob_buf; mtdswap_eblk_passes() local
968 if (p2[j] != (unsigned char)patt) mtdswap_eblk_passes()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dtx.c798 #define PTR_DIFF(p1, p2) ((u8 *)(p1) - (u8 *)(p2))
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_verbs.h862 u16 p2 = pkey2 & 0x7FFF; qib_pkey_ok() local
868 return p1 && p1 == p2 && ((__s16)pkey1 < 0 || (__s16)pkey2 < 0); qib_pkey_ok()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_midi.c398 uint8_t p1, uint8_t p2, uint8_t p3) f_midi_transmit_packet()
405 buf[2] = p2; f_midi_transmit_packet()
397 f_midi_transmit_packet(struct usb_request *req, uint8_t p0, uint8_t p1, uint8_t p2, uint8_t p3) f_midi_transmit_packet() argument
/linux-4.1.27/fs/hpfs/
H A Ddnode.c72 loff_t p1, loff_t p2) for_all_poss()
78 for (i = hpfs_inode->i_rddir_off; *i; i++) (*f)(*i, p1, p2); for_all_poss()
71 for_all_poss(struct inode *inode, void (*f)(loff_t *, loff_t, loff_t), loff_t p1, loff_t p2) for_all_poss() argument
/linux-4.1.27/tools/power/x86/turbostat/
H A Dturbostat.c797 struct core_data *c2, struct pkg_data *p2) delta_cpu()
808 delta_package(p, p2); delta_cpu()
1557 struct pkg_data *p, *p2; for_all_cpus_2() local
1570 p2 = GET_PKG(pkg_base2, pkg_no); for_all_cpus_2()
1572 retval = func(t, c, p, t2, c2, p2); for_all_cpus_2()
795 delta_cpu(struct thread_data *t, struct core_data *c, struct pkg_data *p, struct thread_data *t2, struct core_data *c2, struct pkg_data *p2) delta_cpu() argument
/linux-4.1.27/drivers/video/fbdev/riva/
H A Driva_hw.c854 int craw, m2us, us_pipe, us_pipe_min, vus_pipe, p1clk, p2; nv10CalcArbitration() local
1025 p2 = p1clk * bpp / 8; /* bytes drained. */ nv10CalcArbitration()
1027 if((p2 < m1) && (m1 > 0)) { nv10CalcArbitration()
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dariadne.c5 * Peter De Schrijver (p2@mind.be)
/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c310 unsigned short p0, p1, p2; matrox_pan_var() local
328 p2 = minfo->hw.CRTCEXT[0] = (minfo->hw.CRTCEXT[0] & 0xB0) | ((pos >> 16) & 0x0F) | ((pos >> 14) & 0x40); matrox_pan_var()
342 minfo->crtc1.panpos = p2; matrox_pan_var()
346 mga_setr(M_EXTVGA_INDEX, 0x00, p2); matrox_pan_var()
/linux-4.1.27/arch/powerpc/perf/
H A Dpower8-pmu.c199 * EBB -* | | p1, p2, p3, p4, p5, p6.
/linux-4.1.27/arch/mips/include/asm/sn/
H A Dioc3.h216 u64 p2; /* buffer pointer 2 */ member in struct:ioc3_etxd
/linux-4.1.27/arch/arm/mach-ixp4xx/
H A Dixp4xx_npe.c357 /* REGMAP = d0->p0, d8->p2, d16->p4 */ npe_reset()
/linux-4.1.27/fs/btrfs/
H A Dsend.c436 static int fs_path_add_path(struct fs_path *p, struct fs_path *p2) fs_path_add_path() argument
441 ret = fs_path_prepare_for_add(p, p2->end - p2->start, &prepared); fs_path_add_path()
444 memcpy(prepared, p2->start, p2->end - p2->start); fs_path_add_path()
/linux-4.1.27/drivers/block/
H A Dataflop.c570 ulong *p1 = (ulong *)from, *p2 = (ulong *)to; copy_buffer() local
574 *p2++ = *p1++; copy_buffer()
/linux-4.1.27/drivers/usb/host/
H A Dehci-dbg.c115 ehci_dbg(ehci, " p1=%08x p2=%08x p3=%08x p4=%08x\n", dbg_qtd()
H A Dfotg210-hcd.c147 fotg210_dbg(fotg210, " p1=%08x p2=%08x p3=%08x p4=%08x\n", dbg_qtd()
H A Dfusbh200-hcd.c146 fusbh200_dbg(fusbh200, " p1=%08x p2=%08x p3=%08x p4=%08x\n", dbg_qtd()
/linux-4.1.27/fs/ntfs/
H A Dinode.c472 u8 *p, *p2; ntfs_is_extended_system_file() local
505 p2 = (u8*)attr + le32_to_cpu(attr->data.resident.value_length); ntfs_is_extended_system_file()
506 if (p2 < (u8*)attr || p2 > p) ntfs_is_extended_system_file()
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmmaster.c1195 unsigned long p1, p2; dlm_bitmap_diff_iter_init() local
1204 p2 = *(iter->cur_bm + i); dlm_bitmap_diff_iter_init()
1205 iter->diff_bm[i] = (p1 & ~p2) | (p2 & ~p1); dlm_bitmap_diff_iter_init()
/linux-4.1.27/sound/oss/
H A Dsequencer.c531 /* unsigned char p2 = event_rec[5]; */ seq_chn_common_event()
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt61pci.c711 const int p1, const int p2) rt61pci_config_antenna_2529_rx()
721 rt2x00_set_field32(&reg, MAC_CSR13_VAL3, !p2); rt61pci_config_antenna_2529_rx()
710 rt61pci_config_antenna_2529_rx(struct rt2x00_dev *rt2x00dev, const int p1, const int p2) rt61pci_config_antenna_2529_rx() argument
/linux-4.1.27/drivers/nfc/
H A Dpn533.c453 u8 p2; member in struct:pn533_acr122_apdu_hdr
488 frame->apdu.p2 = 0; pn533_acr122_tx_frame_init()
/linux-4.1.27/kernel/power/
H A Dsnapshot.c2565 swap_two_pages_data(struct page *p1, struct page *p2, void *buf) swap_two_pages_data() argument
2570 kaddr2 = kmap_atomic(p2); swap_two_pages_data()
/linux-4.1.27/net/xfrm/
H A Dxfrm_policy.c693 u32 *p2 = (u32 *) s2; selector_cmp() local
698 if (p1[i] != p2[i]) selector_cmp()
/linux-4.1.27/virt/kvm/
H A Dkvm_main.c2961 static int kvm_io_bus_sort_cmp(const void *p1, const void *p2) kvm_io_bus_sort_cmp() argument
2963 return kvm_io_bus_cmp(p1, p2); kvm_io_bus_sort_cmp()
/linux-4.1.27/arch/arm/mach-omap2/
H A Dmux34xx.c807 _OMAP3_BALLENTRY(GPMC_D11, "u2", "p2"),
/linux-4.1.27/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c3624 slot_rx = cq->p2 & 0xff; channel_bctrl()
3625 bank_rx = cq->p2 >> 8; channel_bctrl()
/linux-4.1.27/kernel/sched/
H A Dfair.c2500 * p0 p1 p2

Completed in 6729 milliseconds