p1                235 arch/arc/kernel/unwind.c static int cmp_eh_frame_hdr_table_entries(const void *p1, const void *p2)
p1                237 arch/arc/kernel/unwind.c 	const struct eh_frame_hdr_table_entry *e1 = p1;
p1                243 arch/arc/kernel/unwind.c static void swap_eh_frame_hdr_table_entries(void *p1, void *p2, int size)
p1                245 arch/arc/kernel/unwind.c 	struct eh_frame_hdr_table_entry *e1 = p1;
p1                 47 arch/arm/include/asm/xor.h xor_arm4regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                 60 arch/arm/include/asm/xor.h 		GET_BLOCK_4(p1);
p1                 62 arch/arm/include/asm/xor.h 		PUT_BLOCK_4(p1);
p1                 67 arch/arm/include/asm/xor.h xor_arm4regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 81 arch/arm/include/asm/xor.h 		GET_BLOCK_4(p1);
p1                 84 arch/arm/include/asm/xor.h 		PUT_BLOCK_4(p1);
p1                 89 arch/arm/include/asm/xor.h xor_arm4regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 99 arch/arm/include/asm/xor.h 		GET_BLOCK_2(p1);
p1                103 arch/arm/include/asm/xor.h 		PUT_BLOCK_2(p1);
p1                108 arch/arm/include/asm/xor.h xor_arm4regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                118 arch/arm/include/asm/xor.h 		GET_BLOCK_2(p1);
p1                123 arch/arm/include/asm/xor.h 		PUT_BLOCK_2(p1);
p1                149 arch/arm/include/asm/xor.h xor_neon_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                152 arch/arm/include/asm/xor.h 		xor_arm4regs_2(bytes, p1, p2);
p1                155 arch/arm/include/asm/xor.h 		xor_block_neon_inner.do_2(bytes, p1, p2);
p1                161 arch/arm/include/asm/xor.h xor_neon_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                165 arch/arm/include/asm/xor.h 		xor_arm4regs_3(bytes, p1, p2, p3);
p1                168 arch/arm/include/asm/xor.h 		xor_block_neon_inner.do_3(bytes, p1, p2, p3);
p1                174 arch/arm/include/asm/xor.h xor_neon_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                178 arch/arm/include/asm/xor.h 		xor_arm4regs_4(bytes, p1, p2, p3, p4);
p1                181 arch/arm/include/asm/xor.h 		xor_block_neon_inner.do_4(bytes, p1, p2, p3, p4);
p1                187 arch/arm/include/asm/xor.h xor_neon_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                191 arch/arm/include/asm/xor.h 		xor_arm4regs_5(bytes, p1, p2, p3, p4, p5);
p1                194 arch/arm/include/asm/xor.h 		xor_block_neon_inner.do_5(bytes, p1, p2, p3, p4, p5);
p1                213 arch/arm/mm/fault-armv.c static int __init check_writebuffer(unsigned long *p1, unsigned long *p2)
p1                219 arch/arm/mm/fault-armv.c 	*p1 = one;
p1                223 arch/arm/mm/fault-armv.c 	val = *p1;
p1                239 arch/arm/mm/fault-armv.c 		unsigned long *p1, *p2;
p1                243 arch/arm/mm/fault-armv.c 		p1 = vmap(&page, 1, VM_IOREMAP, prot);
p1                246 arch/arm/mm/fault-armv.c 		if (p1 && p2) {
p1                247 arch/arm/mm/fault-armv.c 			v = check_writebuffer(p1, p2);
p1                253 arch/arm/mm/fault-armv.c 		vunmap(p1);
p1                 19 arch/arm64/include/asm/xor.h xor_neon_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                 22 arch/arm64/include/asm/xor.h 	xor_block_inner_neon.do_2(bytes, p1, p2);
p1                 27 arch/arm64/include/asm/xor.h xor_neon_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 31 arch/arm64/include/asm/xor.h 	xor_block_inner_neon.do_3(bytes, p1, p2, p3);
p1                 36 arch/arm64/include/asm/xor.h xor_neon_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 40 arch/arm64/include/asm/xor.h 	xor_block_inner_neon.do_4(bytes, p1, p2, p3, p4);
p1                 45 arch/arm64/include/asm/xor.h xor_neon_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 49 arch/arm64/include/asm/xor.h 	xor_block_inner_neon.do_5(bytes, p1, p2, p3, p4, p5);
p1                 13 arch/arm64/lib/xor-neon.c void xor_arm64_neon_2(unsigned long bytes, unsigned long *p1,
p1                 16 arch/arm64/lib/xor-neon.c 	uint64_t *dp1 = (uint64_t *)p1;
p1                 40 arch/arm64/lib/xor-neon.c void xor_arm64_neon_3(unsigned long bytes, unsigned long *p1,
p1                 43 arch/arm64/lib/xor-neon.c 	uint64_t *dp1 = (uint64_t *)p1;
p1                 75 arch/arm64/lib/xor-neon.c void xor_arm64_neon_4(unsigned long bytes, unsigned long *p1,
p1                 78 arch/arm64/lib/xor-neon.c 	uint64_t *dp1 = (uint64_t *)p1;
p1                118 arch/arm64/lib/xor-neon.c void xor_arm64_neon_5(unsigned long bytes, unsigned long *p1,
p1                122 arch/arm64/lib/xor-neon.c 	uint64_t *dp1 = (uint64_t *)p1;
p1                 34 arch/ia64/include/asm/kprobes.h 	unsigned long long p1 : 6;
p1                226 arch/ia64/kernel/minstate.h 	cmp.leu p1,p0=r16,r17;			\
p1                227 arch/ia64/kernel/minstate.h (p1)	br.cond.sptk.many 1f;			\
p1                227 arch/mips/bcm63xx/cpu.c 		unsigned int tmp, p1, p2, ndiv, m1;
p1                232 arch/mips/bcm63xx/cpu.c 		p1 = (tmp & DMIPSPLLCFG_6368_P1_MASK) >>
p1                245 arch/mips/bcm63xx/cpu.c 		return (((64 * 1000000) / p1) * p2 * ndiv) / m1;
p1                222 arch/mips/include/asm/sn/ioc3.h 	u64	p1;				/* buffer pointer 1 */
p1                466 arch/parisc/kernel/irq.c void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);
p1                485 arch/parisc/kernel/irq.c 		void (*direct_call)(unsigned long p1) = func;
p1                529 arch/powerpc/include/asm/epapr_hcalls.h static inline long epapr_hypercall1(unsigned int nr, unsigned long p1)
p1                534 arch/powerpc/include/asm/epapr_hcalls.h 	in[0] = p1;
p1                538 arch/powerpc/include/asm/epapr_hcalls.h static inline long epapr_hypercall2(unsigned int nr, unsigned long p1,
p1                544 arch/powerpc/include/asm/epapr_hcalls.h 	in[0] = p1;
p1                549 arch/powerpc/include/asm/epapr_hcalls.h static inline long epapr_hypercall3(unsigned int nr, unsigned long p1,
p1                555 arch/powerpc/include/asm/epapr_hcalls.h 	in[0] = p1;
p1                561 arch/powerpc/include/asm/epapr_hcalls.h static inline long epapr_hypercall4(unsigned int nr, unsigned long p1,
p1                568 arch/powerpc/include/asm/epapr_hcalls.h 	in[0] = p1;
p1                122 arch/powerpc/kvm/trace_pr.h 	TP_PROTO(const char *type, struct kvm_vcpu *vcpu, unsigned long long p1,
p1                124 arch/powerpc/kvm/trace_pr.h 	TP_ARGS(type, vcpu, p1, p2),
p1                128 arch/powerpc/kvm/trace_pr.h 		__field(	unsigned long long,	p1		)
p1                135 arch/powerpc/kvm/trace_pr.h 		__entry->p1		= p1;
p1                141 arch/powerpc/kvm/trace_pr.h 		  __entry->count, __entry->type, __entry->p1, __entry->p2)
p1               3000 arch/powerpc/xmon/xmon.c memdiffs(unsigned char *p1, unsigned char *p2, unsigned nb, unsigned maxpr)
p1               3006 arch/powerpc/xmon/xmon.c 		if( *p1++ != *p2++ )
p1               3008 arch/powerpc/xmon/xmon.c 				printf("%px %.2x # %px %.2x\n", p1 - 1,
p1               3009 arch/powerpc/xmon/xmon.c 					p1[-1], p2 - 1, p2[-1]);
p1                 36 arch/s390/include/asm/cmpxchg.h #define __cmpxchg_double(p1, p2, o1, o2, n1, n2)			\
p1                 38 arch/s390/include/asm/cmpxchg.h 	register __typeof__(*(p1)) __old1 asm("2") = (o1);		\
p1                 40 arch/s390/include/asm/cmpxchg.h 	register __typeof__(*(p1)) __new1 asm("4") = (n1);		\
p1                 49 arch/s390/include/asm/cmpxchg.h 		  [ptr] "Q" (*(p1)), "Q" (*(p2))			\
p1                 54 arch/s390/include/asm/cmpxchg.h #define cmpxchg_double(p1, p2, o1, o2, n1, n2)				\
p1                 56 arch/s390/include/asm/cmpxchg.h 	__typeof__(p1) __p1 = (p1);					\
p1                 58 arch/s390/include/asm/cmpxchg.h 	BUILD_BUG_ON(sizeof(*(p1)) != sizeof(long));			\
p1                 43 arch/s390/include/asm/kvm_para.h static inline long __kvm_hypercall1(unsigned long nr, unsigned long p1)
p1                 46 arch/s390/include/asm/kvm_para.h 	register unsigned long __p1 asm("2") = p1;
p1                 54 arch/s390/include/asm/kvm_para.h static inline long kvm_hypercall1(unsigned long nr, unsigned long p1)
p1                 57 arch/s390/include/asm/kvm_para.h 	return __kvm_hypercall1(nr, p1);
p1                 60 arch/s390/include/asm/kvm_para.h static inline long __kvm_hypercall2(unsigned long nr, unsigned long p1,
p1                 64 arch/s390/include/asm/kvm_para.h 	register unsigned long __p1 asm("2") = p1;
p1                 74 arch/s390/include/asm/kvm_para.h static inline long kvm_hypercall2(unsigned long nr, unsigned long p1,
p1                 78 arch/s390/include/asm/kvm_para.h 	return __kvm_hypercall2(nr, p1, p2);
p1                 81 arch/s390/include/asm/kvm_para.h static inline long __kvm_hypercall3(unsigned long nr, unsigned long p1,
p1                 85 arch/s390/include/asm/kvm_para.h 	register unsigned long __p1 asm("2") = p1;
p1                 96 arch/s390/include/asm/kvm_para.h static inline long kvm_hypercall3(unsigned long nr, unsigned long p1,
p1                100 arch/s390/include/asm/kvm_para.h 	return __kvm_hypercall3(nr, p1, p2, p3);
p1                103 arch/s390/include/asm/kvm_para.h static inline long __kvm_hypercall4(unsigned long nr, unsigned long p1,
p1                108 arch/s390/include/asm/kvm_para.h 	register unsigned long __p1 asm("2") = p1;
p1                120 arch/s390/include/asm/kvm_para.h static inline long kvm_hypercall4(unsigned long nr, unsigned long p1,
p1                125 arch/s390/include/asm/kvm_para.h 	return __kvm_hypercall4(nr, p1, p2, p3, p4);
p1                128 arch/s390/include/asm/kvm_para.h static inline long __kvm_hypercall5(unsigned long nr, unsigned long p1,
p1                133 arch/s390/include/asm/kvm_para.h 	register unsigned long __p1 asm("2") = p1;
p1                146 arch/s390/include/asm/kvm_para.h static inline long kvm_hypercall5(unsigned long nr, unsigned long p1,
p1                151 arch/s390/include/asm/kvm_para.h 	return __kvm_hypercall5(nr, p1, p2, p3, p4, p5);
p1                154 arch/s390/include/asm/kvm_para.h static inline long __kvm_hypercall6(unsigned long nr, unsigned long p1,
p1                160 arch/s390/include/asm/kvm_para.h 	register unsigned long __p1 asm("2") = p1;
p1                175 arch/s390/include/asm/kvm_para.h static inline long kvm_hypercall6(unsigned long nr, unsigned long p1,
p1                181 arch/s390/include/asm/kvm_para.h 	return __kvm_hypercall6(nr, p1, p2, p3, p4, p5, p6);
p1                 14 arch/s390/lib/xor.c static void xor_xc_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                 31 arch/s390/lib/xor.c 		: : "d" (bytes), "a" (p1), "a" (p2)
p1                 35 arch/s390/lib/xor.c static void xor_xc_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 57 arch/s390/lib/xor.c 		: "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3)
p1                 61 arch/s390/lib/xor.c static void xor_xc_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 87 arch/s390/lib/xor.c 		: "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3), "+a" (p4)
p1                 91 arch/s390/lib/xor.c static void xor_xc_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                124 arch/s390/lib/xor.c 		: "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3), "+a" (p4),
p1                 16 arch/sparc/include/asm/xor_32.h sparc_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                 43 arch/sparc/include/asm/xor_32.h 		: "r" (p1), "r" (p2)
p1                 47 arch/sparc/include/asm/xor_32.h 		p1 += 8;
p1                 53 arch/sparc/include/asm/xor_32.h sparc_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 93 arch/sparc/include/asm/xor_32.h 		: "r" (p1), "r" (p2), "r" (p3)
p1                 97 arch/sparc/include/asm/xor_32.h 		p1 += 8;
p1                104 arch/sparc/include/asm/xor_32.h sparc_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                156 arch/sparc/include/asm/xor_32.h 		: "r" (p1), "r" (p2), "r" (p3), "r" (p4)
p1                160 arch/sparc/include/asm/xor_32.h 		p1 += 8;
p1                168 arch/sparc/include/asm/xor_32.h sparc_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                232 arch/sparc/include/asm/xor_32.h 		: "r" (p1), "r" (p2), "r" (p3), "r" (p4), "r" (p5)
p1                236 arch/sparc/include/asm/xor_32.h 		p1 += 8;
p1                236 arch/x86/include/asm/cmpxchg.h #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2)			\
p1                239 arch/x86/include/asm/cmpxchg.h 	__typeof__(*(p1)) __old1 = (o1), __new1 = (n1);			\
p1                241 arch/x86/include/asm/cmpxchg.h 	BUILD_BUG_ON(sizeof(*(p1)) != sizeof(long));			\
p1                243 arch/x86/include/asm/cmpxchg.h 	VM_BUG_ON((unsigned long)(p1) % (2 * sizeof(long)));		\
p1                244 arch/x86/include/asm/cmpxchg.h 	VM_BUG_ON((unsigned long)((p1) + 1) != (unsigned long)(p2));	\
p1                248 arch/x86/include/asm/cmpxchg.h 		       "+m" (*(p1)), "+m" (*(p2)),			\
p1                255 arch/x86/include/asm/cmpxchg.h #define arch_cmpxchg_double(p1, p2, o1, o2, n1, n2) \
p1                256 arch/x86/include/asm/cmpxchg.h 	__cmpxchg_double(LOCK_PREFIX, p1, p2, o1, o2, n1, n2)
p1                258 arch/x86/include/asm/cmpxchg.h #define arch_cmpxchg_double_local(p1, p2, o1, o2, n1, n2) \
p1                259 arch/x86/include/asm/cmpxchg.h 	__cmpxchg_double(, p1, p2, o1, o2, n1, n2)
p1                 43 arch/x86/include/asm/kvm_para.h static inline long kvm_hypercall1(unsigned int nr, unsigned long p1)
p1                 48 arch/x86/include/asm/kvm_para.h 		     : "a"(nr), "b"(p1)
p1                 53 arch/x86/include/asm/kvm_para.h static inline long kvm_hypercall2(unsigned int nr, unsigned long p1,
p1                 59 arch/x86/include/asm/kvm_para.h 		     : "a"(nr), "b"(p1), "c"(p2)
p1                 64 arch/x86/include/asm/kvm_para.h static inline long kvm_hypercall3(unsigned int nr, unsigned long p1,
p1                 70 arch/x86/include/asm/kvm_para.h 		     : "a"(nr), "b"(p1), "c"(p2), "d"(p3)
p1                 75 arch/x86/include/asm/kvm_para.h static inline long kvm_hypercall4(unsigned int nr, unsigned long p1,
p1                 82 arch/x86/include/asm/kvm_para.h 		     : "a"(nr), "b"(p1), "c"(p2), "d"(p3), "S"(p4)
p1                 60 arch/x86/include/asm/xor.h xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                103 arch/x86/include/asm/xor.h 	  [p1] "+r" (p1), [p2] "+r" (p2)
p1                111 arch/x86/include/asm/xor.h xor_sse_2_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                137 arch/x86/include/asm/xor.h 	  [p1] "+r" (p1), [p2] "+r" (p2)
p1                145 arch/x86/include/asm/xor.h xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                196 arch/x86/include/asm/xor.h 	  [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3)
p1                204 arch/x86/include/asm/xor.h xor_sse_3_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                233 arch/x86/include/asm/xor.h 	  [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3)
p1                241 arch/x86/include/asm/xor.h xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                298 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines), [p1] "+r" (p1),
p1                307 arch/x86/include/asm/xor.h xor_sse_4_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                337 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines), [p1] "+r" (p1),
p1                346 arch/x86/include/asm/xor.h xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                410 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2),
p1                419 arch/x86/include/asm/xor.h xor_sse_5_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                451 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2),
p1                 24 arch/x86/include/asm/xor_32.h xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                 59 arch/x86/include/asm/xor_32.h 	  "+r" (p1), "+r" (p2)
p1                 67 arch/x86/include/asm/xor_32.h xor_pII_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                108 arch/x86/include/asm/xor_32.h 	  "+r" (p1), "+r" (p2), "+r" (p3)
p1                116 arch/x86/include/asm/xor_32.h xor_pII_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                162 arch/x86/include/asm/xor_32.h 	  "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4)
p1                171 arch/x86/include/asm/xor_32.h xor_pII_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                230 arch/x86/include/asm/xor_32.h 	  "+r" (p1), "+r" (p2), "+r" (p3)
p1                251 arch/x86/include/asm/xor_32.h xor_p5_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                290 arch/x86/include/asm/xor_32.h 	  "+r" (p1), "+r" (p2)
p1                298 arch/x86/include/asm/xor_32.h xor_p5_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                347 arch/x86/include/asm/xor_32.h 	  "+r" (p1), "+r" (p2), "+r" (p3)
p1                355 arch/x86/include/asm/xor_32.h xor_p5_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                413 arch/x86/include/asm/xor_32.h 	  "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4)
p1                421 arch/x86/include/asm/xor_32.h xor_p5_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                496 arch/x86/include/asm/xor_32.h 	  "+r" (p1), "+r" (p2), "+r" (p3)
p1                 31 arch/x86/include/asm/xor_avx.h static void xor_avx_2(unsigned long bytes, unsigned long *p0, unsigned long *p1)
p1                 41 arch/x86/include/asm/xor_avx.h 	asm volatile("vmovdqa %0, %%ymm" #reg : : "m" (p1[i / sizeof(*p1)])); \
p1                 51 arch/x86/include/asm/xor_avx.h 		p1 = (unsigned long *)((uintptr_t)p1 + 512);
p1                 57 arch/x86/include/asm/xor_avx.h static void xor_avx_3(unsigned long bytes, unsigned long *p0, unsigned long *p1,
p1                 70 arch/x86/include/asm/xor_avx.h 		"m" (p1[i / sizeof(*p1)])); \
p1                 80 arch/x86/include/asm/xor_avx.h 		p1 = (unsigned long *)((uintptr_t)p1 + 512);
p1                 87 arch/x86/include/asm/xor_avx.h static void xor_avx_4(unsigned long bytes, unsigned long *p0, unsigned long *p1,
p1                102 arch/x86/include/asm/xor_avx.h 		"m" (p1[i / sizeof(*p1)])); \
p1                112 arch/x86/include/asm/xor_avx.h 		p1 = (unsigned long *)((uintptr_t)p1 + 512);
p1                120 arch/x86/include/asm/xor_avx.h static void xor_avx_5(unsigned long bytes, unsigned long *p0, unsigned long *p1,
p1                137 arch/x86/include/asm/xor_avx.h 		"m" (p1[i / sizeof(*p1)])); \
p1                147 arch/x86/include/asm/xor_avx.h 		p1 = (unsigned long *)((uintptr_t)p1 + 512);
p1                 48 arch/x86/kernel/cpu/microcode/intel.c static inline bool cpu_signatures_match(unsigned int s1, unsigned int p1,
p1                 55 arch/x86/kernel/cpu/microcode/intel.c 	if (!p1 && !p2)
p1                 59 arch/x86/kernel/cpu/microcode/intel.c 	return p1 & p2;
p1                 65 crypto/sm3_generic.c 		w[i] = p1(tmp) ^ (rol32(w[i - 13], 7)) ^ w[i - 6];
p1                358 crypto/vmac.c  static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len)
p1                363 crypto/vmac.c  	t = p1 >> 63;
p1                364 crypto/vmac.c  	p1 &= m63;
p1                365 crypto/vmac.c  	ADD128(p1, p2, len, t);
p1                367 crypto/vmac.c  	t = (p1 > m63) + ((p1 == m63) && (p2 == m64));
p1                368 crypto/vmac.c  	ADD128(p1, p2, z, t);
p1                369 crypto/vmac.c  	p1 &= m63;
p1                372 crypto/vmac.c  	t = p1 + (p2 >> 32);
p1                375 crypto/vmac.c  	p1 += (t >> 32);
p1                376 crypto/vmac.c  	p2 += (p1 << 32);
p1                379 crypto/vmac.c  	p1 += k1;
p1                380 crypto/vmac.c  	p1 += (0 - (p1 < k1)) & 257;
p1                385 crypto/vmac.c  	MUL64(rh, rl, p1, p2);
p1                 29 crypto/xor.c   	unsigned long *p1, *p2, *p3, *p4;
p1                 31 crypto/xor.c   	p1 = (unsigned long *) srcs[0];
p1                 33 crypto/xor.c   		active_template->do_2(bytes, dest, p1);
p1                 39 crypto/xor.c   		active_template->do_3(bytes, dest, p1, p2);
p1                 45 crypto/xor.c   		active_template->do_4(bytes, dest, p1, p2, p3);
p1                 50 crypto/xor.c   	active_template->do_5(bytes, dest, p1, p2, p3, p4);
p1                628 drivers/atm/firestream.c 			  u32 cmd, u32 p1, u32 p2, u32 p3)
p1                634 drivers/atm/firestream.c 	qe->p0 = p1;
p1                635 drivers/atm/firestream.c 	qe->p1 = p2;
p1                641 drivers/atm/firestream.c 	pq[qp].p0 = p1;
p1                642 drivers/atm/firestream.c 	pq[qp].p1 = p2;
p1                655 drivers/atm/firestream.c 			    u32 cmd, u32 p1, u32 p2, u32 p3)
p1                658 drivers/atm/firestream.c 	write_fs (dev, CMDR1, p1);
p1                677 drivers/atm/firestream.c 			    qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe));
p1                705 drivers/atm/firestream.c 			    qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe));
p1                709 drivers/atm/firestream.c 				    qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe));
p1                776 drivers/atm/firestream.c 			    qe->cmd, qe->p0, qe->p1, qe->p2);
p1                806 drivers/atm/firestream.c 				skb_put (skb, qe->p1 & 0xffff); 
p1                820 drivers/atm/firestream.c 			if (qe->p1 & 0xffff) {
p1               1940 drivers/atm/firestream.c 			i, pq[qp].cmd, pq[qp].p0, pq[qp].p1, pq[qp].p2);
p1                 32 drivers/atm/firestream.h 	u32 p0, p1, p2;
p1                134 drivers/auxdisplay/ht16k33.c 	uint8_t *p1, *p2;
p1                137 drivers/auxdisplay/ht16k33.c 	p1 = fbdev->cache;
p1                142 drivers/auxdisplay/ht16k33.c 		if (*(p1++) - *(p2++))
p1                152 drivers/auxdisplay/ht16k33.c 	p1 = fbdev->cache + HT16K33_FB_SIZE - 1;
p1                157 drivers/auxdisplay/ht16k33.c 		if (*(p1--) - *(p2--))
p1                162 drivers/auxdisplay/ht16k33.c 	p1 = fbdev->cache + first;
p1                165 drivers/auxdisplay/ht16k33.c 		memcpy(p1, p2, len);
p1                351 drivers/bcma/driver_chipcommon_pmu.c 	u32 tmp, div, ndiv, p1, p2, fc;
p1                367 drivers/bcma/driver_chipcommon_pmu.c 	p1 = (tmp & BCMA_CC_PPL_P1_MASK) >> BCMA_CC_PPL_P1_SHIFT;
p1                379 drivers/bcma/driver_chipcommon_pmu.c 	fc = (p1 * ndiv * fc) / p2;
p1                649 drivers/block/ataflop.c 	ulong *p1 = (ulong *)from, *p2 = (ulong *)to;
p1                653 drivers/block/ataflop.c 		*p2++ = *p1++;
p1                 36 drivers/clk/clk-si5351.c 	unsigned long	p1;
p1                138 drivers/clk/clk-si5351.c 		params->p1 = buf[0];
p1                144 drivers/clk/clk-si5351.c 		params->p1 = ((buf[2] & 0x03) << 16) | (buf[3] << 8) | buf[4];
p1                159 drivers/clk/clk-si5351.c 		buf[0] = params->p1 & 0xff;
p1                167 drivers/clk/clk-si5351.c 		buf[2] |= ((params->p1 & 0x30000) >> 16) & 0x03;
p1                168 drivers/clk/clk-si5351.c 		buf[3] = ((params->p1 & 0x0ff00) >> 8) & 0xff;
p1                169 drivers/clk/clk-si5351.c 		buf[4] = params->p1 & 0xff;
p1                430 drivers/clk/clk-si5351.c 	rate  = hwdata->params.p1 * hwdata->params.p3;
p1                439 drivers/clk/clk-si5351.c 		hwdata->params.p1, hwdata->params.p2, hwdata->params.p3,
p1                482 drivers/clk/clk-si5351.c 	hwdata->params.p1  = 128 * a;
p1                483 drivers/clk/clk-si5351.c 	hwdata->params.p1 += (128 * b / c);
p1                484 drivers/clk/clk-si5351.c 	hwdata->params.p1 -= 512;
p1                526 drivers/clk/clk-si5351.c 		hwdata->params.p1, hwdata->params.p2, hwdata->params.p3,
p1                617 drivers/clk/clk-si5351.c 		m = hwdata->params.p1;
p1                625 drivers/clk/clk-si5351.c 		m = hwdata->params.p1 * hwdata->params.p3;
p1                637 drivers/clk/clk-si5351.c 		hwdata->params.p1, hwdata->params.p2, hwdata->params.p3,
p1                734 drivers/clk/clk-si5351.c 		hwdata->params.p1 = 0;
p1                738 drivers/clk/clk-si5351.c 		hwdata->params.p1 = a;
p1                742 drivers/clk/clk-si5351.c 		hwdata->params.p1  = 128 * a;
p1                743 drivers/clk/clk-si5351.c 		hwdata->params.p1 += (128 * b / c);
p1                744 drivers/clk/clk-si5351.c 		hwdata->params.p1 -= 512;
p1                782 drivers/clk/clk-si5351.c 		hwdata->params.p1, hwdata->params.p2, hwdata->params.p3,
p1                 27 drivers/clk/renesas/r7s9210-cpg-mssr.c 	unsigned int p1;
p1                150 drivers/clk/renesas/r7s9210-cpg-mssr.c 			r7s9210_core_clks[i].div = ratio_tab[index].p1;
p1                628 drivers/clk/st/clkgen-fsyn.c 	uint64_t p, p1, p2;	/* pe value */
p1                637 drivers/clk/st/clkgen-fsyn.c 				input, output, &p1, fs);
p1                642 drivers/clk/st/clkgen-fsyn.c 		if (r1 && r2 && (p1 > p2))
p1                169 drivers/cpufreq/brcmstb-avs-cpufreq.c 	unsigned int p1;
p1                318 drivers/cpufreq/brcmstb-avs-cpufreq.c static void brcm_avs_parse_p1(u32 p1, unsigned int *mdiv_p0, unsigned int *pdiv,
p1                321 drivers/cpufreq/brcmstb-avs-cpufreq.c 	*mdiv_p0 = (p1 >> MDIV_P0_SHIFT) & MDIV_P0_MASK;
p1                322 drivers/cpufreq/brcmstb-avs-cpufreq.c 	*pdiv = (p1 >> PDIV_SHIFT) & PDIV_MASK;
p1                323 drivers/cpufreq/brcmstb-avs-cpufreq.c 	*ndiv = (p1 >> NDIV_INT_SHIFT) & NDIV_INT_MASK;
p1                346 drivers/cpufreq/brcmstb-avs-cpufreq.c 	pmap->p1 = args[1];
p1                358 drivers/cpufreq/brcmstb-avs-cpufreq.c 	args[1] = pmap->p1;
p1                644 drivers/cpufreq/brcmstb-avs-cpufreq.c 	brcm_avs_parse_p1(pmap.p1, &mdiv_p0, &pdiv, &ndiv);
p1                648 drivers/cpufreq/brcmstb-avs-cpufreq.c 		pmap.p1, pmap.p2, ndiv, pdiv, mdiv_p0, mdiv_p1, mdiv_p2,
p1                131 drivers/crypto/sahara.c 	u32	p1;
p1                414 drivers/crypto/sahara.c 		dev_dbg(dev->device, "\tp1 = 0x%08x\n", dev->hw_desc[i]->p1);
p1                456 drivers/crypto/sahara.c 			dev->hw_desc[idx]->p1 = dev->iv_phys_base;
p1                459 drivers/crypto/sahara.c 			dev->hw_desc[idx]->p1 = 0;
p1                500 drivers/crypto/sahara.c 	dev->hw_desc[idx]->p1 = dev->hw_phys_link[0];
p1                852 drivers/crypto/sahara.c 		dev->hw_desc[index]->p1 = 0;
p1                856 drivers/crypto/sahara.c 		dev->hw_desc[index]->p1 = dev->hw_phys_link[index];
p1                895 drivers/crypto/sahara.c 	dev->hw_desc[index]->p1 = dev->hw_phys_link[index];
p1                275 drivers/gpio/gpio-crystalcove.c 	unsigned int p0, p1;
p1                280 drivers/gpio/gpio-crystalcove.c 	    regmap_read(cg->regmap, GPIO1IRQ, &p1))
p1                284 drivers/gpio/gpio-crystalcove.c 	regmap_write(cg->regmap, GPIO1IRQ, p1);
p1                286 drivers/gpio/gpio-crystalcove.c 	pending = p0 | p1 << 8;
p1                 43 drivers/gpu/drm/gma500/cdv_intel_display.c 	 .p1 = {.min = 2, .max = 10},
p1                 55 drivers/gpu/drm/gma500/cdv_intel_display.c 	 .p1 = {.min = 2, .max = 10},
p1                 70 drivers/gpu/drm/gma500/cdv_intel_display.c 	 .p1 = {.min = 1, .max = 9},
p1                 82 drivers/gpu/drm/gma500/cdv_intel_display.c 	 .p1 = {.min = 1, .max = 10},
p1                 94 drivers/gpu/drm/gma500/cdv_intel_display.c 	 .p1 = {.min = 1, .max = 9},
p1                106 drivers/gpu/drm/gma500/cdv_intel_display.c 	 .p1 = {.min = 1, .max = 10},
p1                311 drivers/gpu/drm/gma500/cdv_intel_display.c 	p |= SET_FIELD(clock->p1, SB_P1_DIVIDER);
p1                395 drivers/gpu/drm/gma500/cdv_intel_display.c 	clock->p = clock->p1 * clock->p2;
p1                411 drivers/gpu/drm/gma500/cdv_intel_display.c 			clock.p1 = 2;
p1                417 drivers/gpu/drm/gma500/cdv_intel_display.c 			clock.p1 = 1;
p1                427 drivers/gpu/drm/gma500/cdv_intel_display.c 			clock.p1 = 2;
p1                433 drivers/gpu/drm/gma500/cdv_intel_display.c 			clock.p1 = 1;
p1                833 drivers/gpu/drm/gma500/cdv_intel_display.c 	clock->p = clock->p1 * clock->p2;
p1                876 drivers/gpu/drm/gma500/cdv_intel_display.c 		clock.p1 =
p1                880 drivers/gpu/drm/gma500/cdv_intel_display.c 		if (clock.p1 == 0) {
p1                881 drivers/gpu/drm/gma500/cdv_intel_display.c 			clock.p1 = 4;
p1                894 drivers/gpu/drm/gma500/cdv_intel_display.c 			clock.p1 = 2;
p1                896 drivers/gpu/drm/gma500/cdv_intel_display.c 			clock.p1 =
p1                672 drivers/gpu/drm/gma500/gma_display.c 	if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
p1                738 drivers/gpu/drm/gma500/gma_display.c 				for (clock.p1 = limit->p1.min;
p1                739 drivers/gpu/drm/gma500/gma_display.c 				     clock.p1 <= limit->p1.max;
p1                740 drivers/gpu/drm/gma500/gma_display.c 				     clock.p1++) {
p1                 22 drivers/gpu/drm/gma500/gma_display.h 	int p1, p2;
p1                 40 drivers/gpu/drm/gma500/gma_display.h 	struct gma_range_t dot, vco, n, m, m1, m2, p, p1;
p1                 30 drivers/gpu/drm/gma500/mdfld_intel_display.c 	struct psb_intel_range_t dot, m, p1;
p1                 37 drivers/gpu/drm/gma500/mdfld_intel_display.c 	int p1;
p1                519 drivers/gpu/drm/gma500/mdfld_intel_display.c 	 .p1 = {.min = MDFLD_DPLL_P1_MIN_19, .max = MDFLD_DPLL_P1_MAX_19},
p1                524 drivers/gpu/drm/gma500/mdfld_intel_display.c 	 .p1 = {.min = MDFLD_DPLL_P1_MIN_25, .max = MDFLD_DPLL_P1_MAX_25},
p1                529 drivers/gpu/drm/gma500/mdfld_intel_display.c 	 .p1 = {.min = MDFLD_DPLL_P1_MIN_83, .max = MDFLD_DPLL_P1_MAX_83},
p1                534 drivers/gpu/drm/gma500/mdfld_intel_display.c 	 .p1 = {.min = MDFLD_DPLL_P1_MIN_100, .max = MDFLD_DPLL_P1_MAX_100},
p1                539 drivers/gpu/drm/gma500/mdfld_intel_display.c 	 .p1 = {.min = MDFLD_DSIPLL_P1_MIN_19, .max = MDFLD_DSIPLL_P1_MAX_19},
p1                544 drivers/gpu/drm/gma500/mdfld_intel_display.c 	 .p1 = {.min = MDFLD_DSIPLL_P1_MIN_25, .max = MDFLD_DSIPLL_P1_MAX_25},
p1                549 drivers/gpu/drm/gma500/mdfld_intel_display.c 	 .p1 = {.min = MDFLD_DSIPLL_P1_MIN_83, .max = MDFLD_DSIPLL_P1_MAX_83},
p1                554 drivers/gpu/drm/gma500/mdfld_intel_display.c 	 .p1 = {.min = MDFLD_DSIPLL_P1_MIN_100, .max = MDFLD_DSIPLL_P1_MAX_100},
p1                622 drivers/gpu/drm/gma500/mdfld_intel_display.c 	clock->dot = (refclk * clock->m) / clock->p1;
p1                640 drivers/gpu/drm/gma500/mdfld_intel_display.c 		for (clock.p1 = limit->p1.min; clock.p1 <= limit->p1.max;
p1                641 drivers/gpu/drm/gma500/mdfld_intel_display.c 		     clock.p1++) {
p1                912 drivers/gpu/drm/gma500/mdfld_intel_display.c 					clock.p1, m_conv);
p1                959 drivers/gpu/drm/gma500/mdfld_intel_display.c 		dpll |= (1 << (clock.p1 - 2)) << 17;
p1                 48 drivers/gpu/drm/gma500/oaktrail_crtc.c 	 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_1},
p1                 54 drivers/gpu/drm/gma500/oaktrail_crtc.c 	 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_0},
p1                 60 drivers/gpu/drm/gma500/oaktrail_crtc.c 	 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_1},
p1                 67 drivers/gpu/drm/gma500/oaktrail_crtc.c 	 .p1 = {.min = 1, .max = 2},
p1                113 drivers/gpu/drm/gma500/oaktrail_crtc.c 	clock->dot = (refclk * clock->m) / (14 * clock->p1);
p1                120 drivers/gpu/drm/gma500/oaktrail_crtc.c 			 clock->p1, clock->p2);
p1                137 drivers/gpu/drm/gma500/oaktrail_crtc.c 			for (clock.p1 = limit->p1.min;
p1                138 drivers/gpu/drm/gma500/oaktrail_crtc.c 			     clock.p1 <= limit->p1.max; clock.p1++) {
p1                140 drivers/gpu/drm/gma500/oaktrail_crtc.c 				clock.p = clock.p1 * limit->p2.p2_slow;
p1                192 drivers/gpu/drm/gma500/oaktrail_crtc.c 		for (clock.p1 = limit->p1.min; clock.p1 <= limit->p1.max;
p1                193 drivers/gpu/drm/gma500/oaktrail_crtc.c 		     clock.p1++) {
p1                508 drivers/gpu/drm/gma500/oaktrail_crtc.c 		clock.p1 = (1L << (clock.p1 - 1));
p1                546 drivers/gpu/drm/gma500/oaktrail_crtc.c 		dpll |= clock.p1 << 16; // dpll |= (1 << (clock.p1 - 1)) << 16;
p1                548 drivers/gpu/drm/gma500/oaktrail_crtc.c 		dpll |= (1 << (clock.p1 - 2)) << 17;
p1                 33 drivers/gpu/drm/gma500/psb_intel_display.c 	 .p1 = {.min = 1, .max = 8},
p1                 45 drivers/gpu/drm/gma500/psb_intel_display.c 	 .p1 = {.min = 1, .max = 8},
p1                 69 drivers/gpu/drm/gma500/psb_intel_display.c 	clock->p = clock->p1 * clock->p2;
p1                167 drivers/gpu/drm/gma500/psb_intel_display.c 	dpll |= (1 << (clock.p1 - 1)) << 16;
p1                335 drivers/gpu/drm/gma500/psb_intel_display.c 		clock.p1 =
p1                349 drivers/gpu/drm/gma500/psb_intel_display.c 			clock.p1 = 2;
p1                351 drivers/gpu/drm/gma500/psb_intel_display.c 			clock.p1 =
p1               1277 drivers/gpu/drm/i915/display/intel_ddi.c 	u32 p0, p1, p2, dco_freq;
p1               1283 drivers/gpu/drm/i915/display/intel_ddi.c 		p1 = (pll_state->cfgcr2 & DPLL_CFGCR2_QDIV_RATIO_MASK) >> 8;
p1               1285 drivers/gpu/drm/i915/display/intel_ddi.c 		p1 = 1;
p1               1324 drivers/gpu/drm/i915/display/intel_ddi.c 	if (WARN_ON(p0 == 0 || p1 == 0 || p2 == 0))
p1               1327 drivers/gpu/drm/i915/display/intel_ddi.c 	return dco_freq / (p0 * p1 * p2 * 5);
p1               1333 drivers/gpu/drm/i915/display/intel_ddi.c 	u32 p0, p1, p2, dco_freq, ref_clock;
p1               1339 drivers/gpu/drm/i915/display/intel_ddi.c 		p1 = (pll_state->cfgcr1 & DPLL_CFGCR1_QDIV_RATIO_MASK) >>
p1               1342 drivers/gpu/drm/i915/display/intel_ddi.c 		p1 = 1;
p1               1380 drivers/gpu/drm/i915/display/intel_ddi.c 	if (WARN_ON(p0 == 0 || p1 == 0 || p2 == 0))
p1               1383 drivers/gpu/drm/i915/display/intel_ddi.c 	return dco_freq / (p0 * p1 * p2 * 5);
p1               1663 drivers/gpu/drm/i915/display/intel_ddi.c 	clock.p1 = (pll_state->ebb0 & PORT_PLL_P1_MASK) >> PORT_PLL_P1_SHIFT;
p1                152 drivers/gpu/drm/i915/display/intel_display.c 	} dot, vco, n, m, m1, m2, p, p1;
p1                234 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 33 },
p1                247 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 33 },
p1                260 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 1, .max = 6 },
p1                273 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 1, .max = 8 },
p1                286 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 1, .max = 8 },
p1                300 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 1, .max = 3},
p1                315 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 1, .max = 8},
p1                328 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 8 },
p1                342 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 6 },
p1                358 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 1, .max = 8 },
p1                371 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 1, .max = 8 },
p1                389 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 1, .max = 8 },
p1                402 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 8 },
p1                415 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 8 },
p1                429 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 8 },
p1                442 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 6 },
p1                459 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 3 },
p1                475 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 4 },
p1                487 drivers/gpu/drm/i915/display/intel_display.c 	.p1 = { .min = 2, .max = 4 },
p1                536 drivers/gpu/drm/i915/display/intel_display.c 	clock->p = clock->p1 * clock->p2;
p1                553 drivers/gpu/drm/i915/display/intel_display.c 	clock->p = clock->p1 * clock->p2;
p1                565 drivers/gpu/drm/i915/display/intel_display.c 	clock->p = clock->p1 * clock->p2;
p1                577 drivers/gpu/drm/i915/display/intel_display.c 	clock->p = clock->p1 * clock->p2;
p1                599 drivers/gpu/drm/i915/display/intel_display.c 	if (clock->p1  < limit->p1.min  || limit->p1.max  < clock->p1)
p1                687 drivers/gpu/drm/i915/display/intel_display.c 				for (clock.p1 = limit->p1.min;
p1                688 drivers/gpu/drm/i915/display/intel_display.c 					clock.p1 <= limit->p1.max; clock.p1++) {
p1                743 drivers/gpu/drm/i915/display/intel_display.c 				for (clock.p1 = limit->p1.min;
p1                744 drivers/gpu/drm/i915/display/intel_display.c 					clock.p1 <= limit->p1.max; clock.p1++) {
p1                804 drivers/gpu/drm/i915/display/intel_display.c 				for (clock.p1 = limit->p1.max;
p1                805 drivers/gpu/drm/i915/display/intel_display.c 				     clock.p1 >= limit->p1.min; clock.p1--) {
p1                893 drivers/gpu/drm/i915/display/intel_display.c 		for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
p1                896 drivers/gpu/drm/i915/display/intel_display.c 				clock.p = clock.p1 * clock.p2;
p1                957 drivers/gpu/drm/i915/display/intel_display.c 	for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
p1                963 drivers/gpu/drm/i915/display/intel_display.c 			clock.p = clock.p1 * clock.p2;
p1               7761 drivers/gpu/drm/i915/display/intel_display.c 	bestp1 = pipe_config->dpll.p1;
p1               7861 drivers/gpu/drm/i915/display/intel_display.c 	bestp1 = pipe_config->dpll.p1;
p1               8029 drivers/gpu/drm/i915/display/intel_display.c 		dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
p1               8031 drivers/gpu/drm/i915/display/intel_display.c 		dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
p1               8033 drivers/gpu/drm/i915/display/intel_display.c 			dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
p1               8084 drivers/gpu/drm/i915/display/intel_display.c 		dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
p1               8086 drivers/gpu/drm/i915/display/intel_display.c 		if (clock->p1 == 2)
p1               8089 drivers/gpu/drm/i915/display/intel_display.c 			dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
p1               8582 drivers/gpu/drm/i915/display/intel_display.c 	clock.p1 = (mdiv >> DPIO_P1_SHIFT) & 7;
p1               8699 drivers/gpu/drm/i915/display/intel_display.c 	clock.p1 = (cmn_dw13 >> DPIO_CHV_P1_DIV_SHIFT) & 0x7;
p1               9601 drivers/gpu/drm/i915/display/intel_display.c 	dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
p1               9603 drivers/gpu/drm/i915/display/intel_display.c 	dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
p1               11312 drivers/gpu/drm/i915/display/intel_display.c 			clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
p1               11315 drivers/gpu/drm/i915/display/intel_display.c 			clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
p1               11342 drivers/gpu/drm/i915/display/intel_display.c 			clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
p1               11351 drivers/gpu/drm/i915/display/intel_display.c 				clock.p1 = 2;
p1               11353 drivers/gpu/drm/i915/display/intel_display.c 				clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
p1               16292 drivers/gpu/drm/i915/display/intel_display.c 		.p1 = 13,
p1               16307 drivers/gpu/drm/i915/display/intel_display.c 		((clock.p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT) |
p1                441 drivers/gpu/drm/i915/display/intel_display_types.h 	int p1, p2;
p1                 97 drivers/gpu/drm/i915/display/intel_dp.c 		{ .p1 = 2, .p2 = 10, .n = 2, .m1 = 23, .m2 = 8 } },
p1                 99 drivers/gpu/drm/i915/display/intel_dp.c 		{ .p1 = 1, .p2 = 10, .n = 1, .m1 = 14, .m2 = 2 } }
p1                104 drivers/gpu/drm/i915/display/intel_dp.c 		{ .p1 = 2, .p2 = 10, .n = 1, .m1 = 12, .m2 = 9 } },
p1                106 drivers/gpu/drm/i915/display/intel_dp.c 		{ .p1 = 1, .p2 = 10, .n = 2, .m1 = 14, .m2 = 8 } }
p1                111 drivers/gpu/drm/i915/display/intel_dp.c 		{ .p1 = 3, .p2 = 2, .n = 5, .m1 = 3, .m2 = 81 } },
p1                113 drivers/gpu/drm/i915/display/intel_dp.c 		{ .p1 = 2, .p2 = 2, .n = 1, .m1 = 2, .m2 = 27 } }
p1                127 drivers/gpu/drm/i915/display/intel_dp.c 		{ .p1 = 4, .p2 = 2, .n = 1, .m1 = 2, .m2 = 0x819999a } },
p1                129 drivers/gpu/drm/i915/display/intel_dp.c 		{ .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 } },
p1               1164 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 				      unsigned int *p1 /* out */,
p1               1173 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 			*p1 = 1;
p1               1177 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 			*p1 = half / 2;
p1               1181 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 			*p1 = half / 3;
p1               1185 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 			*p1 = half / 7;
p1               1190 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		*p1 = 1;
p1               1194 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		*p1 = 1;
p1               1198 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		*p1 = 1;
p1               1202 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		*p1 = 1;
p1               1206 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		*p1 = 1;
p1               1224 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 				      u32 p0, u32 p1, u32 p2)
p1               1273 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	params->qdiv_ratio = p1;
p1               1276 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	dco_freq = p0 * p1 * p2 * afe_clock;
p1               1311 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	unsigned int p0, p1, p2;
p1               1353 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	p0 = p1 = p2 = 0;
p1               1354 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	skl_wrpll_get_multipliers(ctx.p, &p0, &p1, &p2);
p1               1356 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 				  p0, p1, p2);
p1               1727 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	u32 p1;
p1               1767 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	clk_div->p1 = best_clock.p1;
p1               1794 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	clk_div->vco = clock * 10 / 2 * clk_div->p1 * clk_div->p2;
p1               1840 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	dpll_hw_state->ebb0 = PORT_PLL_P1(clk_div->p1) | PORT_PLL_P2(clk_div->p2);
p1               1252 drivers/gpu/drm/i915/display/intel_sdvo.c 		clock->p1 = 2;
p1               1258 drivers/gpu/drm/i915/display/intel_sdvo.c 		clock->p1 = 1;
p1                 58 drivers/gpu/drm/nouveau/dispnv04/arb.c 	int found, mclk_extra, mclk_loop, cbs, m1, p1;
p1                 95 drivers/gpu/drm/nouveau/dispnv04/arb.c 		p1 = m1 * pclk_freq / mclk_freq;
p1                 96 drivers/gpu/drm/nouveau/dispnv04/arb.c 		p1 = p1 * bpp / 8;
p1                 97 drivers/gpu/drm/nouveau/dispnv04/arb.c 		if ((p1 < m1 && m1 > 0) || clwm > 519) {
p1                497 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 				.x1 = slice.p1.x,  .y1 = slice.p1.y,
p1                961 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		.p1.x = omap_dmm->container_width - 1,
p1                962 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		.p1.y = omap_dmm->container_height - 1,
p1               1014 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 	for (y = a->p0.y / ydiv; y <= a->p1.y / ydiv; y++)
p1               1015 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		for (x = a->p0.x / xdiv; x <= a->p1.x / xdiv; x++)
p1               1051 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 	if (a->p0.y + 1 < a->p1.y) {
p1               1052 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		text_map(map, xdiv, nice, (a->p0.y + a->p1.y) / 2 / ydiv, 0,
p1               1054 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 	} else if (a->p0.y < a->p1.y) {
p1               1058 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		else if (strlen(nice) < map_width(xdiv, 0, a->p1.x))
p1               1059 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 			text_map(map, xdiv, nice, a->p1.y / ydiv,
p1               1060 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 					0, a->p1.y - xdiv);
p1               1061 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 	} else if (strlen(nice) + 1 < map_width(xdiv, a->p0.x, a->p1.x)) {
p1               1062 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		text_map(map, xdiv, nice, a->p0.y / ydiv, a->p0.x, a->p1.x);
p1               1070 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 	if (strlen(nice) + 1 < map_width(xdiv, a->p0.x, a->p1.x))
p1               1071 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		text_map(map, xdiv, nice, (a->p0.y + a->p1.y) / 2 / ydiv,
p1               1072 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 							a->p0.x, a->p1.x);
p1               1132 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 							&block->area.p1) == ' ';
p1               1141 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 							&block->area.p1,
p1               1185 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		.p1.x = omap_dmm->container_width - 1,
p1               1186 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		.p1.y = omap_dmm->container_height - 1,
p1               1042 drivers/gpu/drm/omapdrm/omap_gem.c 					area->p1.x, area->p1.y);
p1                173 drivers/gpu/drm/omapdrm/tcm-sita.c 		area->p1.x = (pos + num_slots - 1) % tcm->width;
p1                174 drivers/gpu/drm/omapdrm/tcm-sita.c 		area->p1.y = (pos + num_slots - 1) / tcm->width;
p1                195 drivers/gpu/drm/omapdrm/tcm-sita.c 		area->p1.x = area->p0.x + w - 1;
p1                196 drivers/gpu/drm/omapdrm/tcm-sita.c 		area->p1.y = area->p0.y + h - 1;
p1                215 drivers/gpu/drm/omapdrm/tcm-sita.c 		w = area->p1.x - area->p0.x + 1;
p1                216 drivers/gpu/drm/omapdrm/tcm-sita.c 		h = area->p1.y - area->p0.y + 1;
p1                218 drivers/gpu/drm/omapdrm/tcm-sita.c 		w = area->p1.x + area->p1.y * tcm->width - pos + 1;
p1                 53 drivers/gpu/drm/omapdrm/tcm.h 	struct tcm_pt  p1;
p1                228 drivers/gpu/drm/omapdrm/tcm.h 		slice->p0.y != slice->p1.y &&
p1                229 drivers/gpu/drm/omapdrm/tcm.h 		(slice->p0.x || (slice->p1.x != slice->tcm->width - 1))) {
p1                231 drivers/gpu/drm/omapdrm/tcm.h 		slice->p1.x = slice->tcm->width - 1;
p1                232 drivers/gpu/drm/omapdrm/tcm.h 		slice->p1.y = (slice->p0.x) ? slice->p0.y : slice->p1.y - 1;
p1                235 drivers/gpu/drm/omapdrm/tcm.h 		parent->p0.y = slice->p1.y + 1;
p1                247 drivers/gpu/drm/omapdrm/tcm.h 		area->p1.x < area->tcm->width &&
p1                248 drivers/gpu/drm/omapdrm/tcm.h 		area->p1.y < area->tcm->height &&
p1                249 drivers/gpu/drm/omapdrm/tcm.h 		area->p0.y <= area->p1.y &&
p1                254 drivers/gpu/drm/omapdrm/tcm.h 		  area->p1.x + area->p1.y * area->tcm->width) ||
p1                257 drivers/gpu/drm/omapdrm/tcm.h 		  area->p0.x <= area->p1.x));
p1                266 drivers/gpu/drm/omapdrm/tcm.h 		return p->x >= a->p0.x && p->x <= a->p1.x &&
p1                267 drivers/gpu/drm/omapdrm/tcm.h 		       p->y >= a->p0.y && p->y <= a->p1.y;
p1                271 drivers/gpu/drm/omapdrm/tcm.h 		       i <= a->p1.x + a->p1.y * a->tcm->width;
p1                278 drivers/gpu/drm/omapdrm/tcm.h 	return area->p1.x - area->p0.x + 1;
p1                284 drivers/gpu/drm/omapdrm/tcm.h 	return area->p1.y - area->p0.y + 1;
p1                292 drivers/gpu/drm/omapdrm/tcm.h 		(area->p1.x - area->p0.x + 1) + (area->p1.y - area->p0.y) *
p1                308 drivers/gpu/drm/omapdrm/tcm.h 	a->p1.x = (a->p0.x + num_pg - 1) % a->tcm->width;
p1                309 drivers/gpu/drm/omapdrm/tcm.h 	a->p1.y = a->p0.y + ((a->p0.x + num_pg - 1) / a->tcm->width);
p1                431 drivers/gpu/drm/radeon/radeon_legacy_tv.c 	u16 p1, p2, h_inc;
p1                457 drivers/gpu/drm/radeon/radeon_legacy_tv.c 		p1 = hor_timing_NTSC[H_TABLE_POS1];
p1                460 drivers/gpu/drm/radeon/radeon_legacy_tv.c 		p1 = hor_timing_PAL[H_TABLE_POS1];
p1                464 drivers/gpu/drm/radeon/radeon_legacy_tv.c 	p1 = (u16)((int)p1 + h_offset);
p1                467 drivers/gpu/drm/radeon/radeon_legacy_tv.c 	h_changed = (p1 != tv_dac->tv.h_code_timing[H_TABLE_POS1] ||
p1                470 drivers/gpu/drm/radeon/radeon_legacy_tv.c 	tv_dac->tv.h_code_timing[H_TABLE_POS1] = p1;
p1                493 drivers/gpu/drm/radeon/radeon_legacy_tv.c 		  const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart);
p1                209 drivers/gpu/drm/tiny/repaper.c 			u8 p1, p2, p3, p4;
p1                232 drivers/gpu/drm/tiny/repaper.c 			p1 = (pixels >> 6) & 0x03;
p1                236 drivers/gpu/drm/tiny/repaper.c 			pixels = (p1 << 0) | (p2 << 2) | (p3 << 4) | (p4 << 6);
p1                568 drivers/gpu/drm/vc4/vc4_validate.c 	uint32_t p1 = *(uint32_t *)(uniform_data_u + sample->p_offset[1]);
p1                576 drivers/gpu/drm/vc4/vc4_validate.c 	uint32_t width = VC4_GET_FIELD(p1, VC4_TEX_P1_WIDTH);
p1                577 drivers/gpu/drm/vc4/vc4_validate.c 	uint32_t height = VC4_GET_FIELD(p1, VC4_TEX_P1_HEIGHT);
p1                594 drivers/gpu/drm/vc4/vc4_validate.c 		if (p1 > remaining_size - 4) {
p1                628 drivers/gpu/drm/vc4/vc4_validate.c 		(VC4_GET_FIELD(p1, VC4_TEX_P1_TYPE4) << 4));
p1                737 drivers/gpu/drm/vc4/vc4_validate.c 	DRM_INFO("Texture p1 at %d: 0x%08x\n", sample->p_offset[1], p1);
p1                138 drivers/hid/hid-sensor-custom.c static int usage_id_cmp(const void *p1, const void *p2)
p1                140 drivers/hid/hid-sensor-custom.c 	if (*(int *)p1 < *(int *)p2)
p1                143 drivers/hid/hid-sensor-custom.c 	if (*(int *)p1 > *(int *)p2)
p1                793 drivers/hwmon/ibmaem.c 	struct aem_data *p1, *next1;
p1                795 drivers/hwmon/ibmaem.c 	list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list)
p1                796 drivers/hwmon/ibmaem.c 		if (p1->ipmi.interface == iface)
p1                797 drivers/hwmon/ibmaem.c 			aem_delete(p1);
p1               1082 drivers/hwmon/ibmaem.c 	struct aem_data *p1, *next1;
p1               1086 drivers/hwmon/ibmaem.c 	list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list)
p1               1087 drivers/hwmon/ibmaem.c 		aem_delete(p1);
p1                540 drivers/i2c/busses/i2c-ibm_iic.c static inline int iic_address_neq(const struct i2c_msg* p1,
p1                543 drivers/i2c/busses/i2c-ibm_iic.c 	return (p1->addr != p2->addr)
p1                544 drivers/i2c/busses/i2c-ibm_iic.c 		|| ((p1->flags & I2C_M_TEN) != (p2->flags & I2C_M_TEN));
p1                508 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	u32 cnt = 0, p1, p2, val = 0, err_code;
p1                539 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	p1 = RS_32_1(cqp->host_ctx_pa, 32);
p1                543 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 		i40iw_wr32(cqp->dev->hw, I40E_PFPE_CCQPHIGH, p1);
p1                546 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 		i40iw_wr32(cqp->dev->hw, I40E_VFPE_CCQPHIGH1, p1);
p1                231 drivers/infiniband/hw/qib/qib_verbs.h 	u16 p1 = pkey1 & 0x7FFF;
p1                238 drivers/infiniband/hw/qib/qib_verbs.h 	return p1 && p1 == p2 && ((__s16)pkey1 < 0 || (__s16)pkey2 < 0);
p1                715 drivers/input/mouse/elantech.c 	unsigned char p1, p2, p3;
p1                720 drivers/input/mouse/elantech.c 		p1 = (packet[0] & 0x20) >> 5;
p1                724 drivers/input/mouse/elantech.c 		p1 = (packet[0] & 0x10) >> 4;
p1                730 drivers/input/mouse/elantech.c 	return etd->parity[packet[1]] == p1 &&
p1                309 drivers/input/touchscreen/hideep.c 	u16 p1 = 0xAF39;
p1                313 drivers/input/touchscreen/hideep.c 	error = regmap_bulk_write(ts->reg, p1, &p2, 1);
p1                884 drivers/isdn/hardware/mISDN/avmfritz.c 		ret = fc->isac.ctrl(&fc->isac, HW_TIMER3_VALUE, cq->p1);
p1               3555 drivers/isdn/hardware/mISDN/hfcmulti.c 		(struct dsp_features *)(*((u_long *)&cq->p1));
p1               3570 drivers/isdn/hardware/mISDN/hfcmulti.c 		hc->chan[bch->slot].rx_off = !!cq->p1;
p1               3607 drivers/isdn/hardware/mISDN/hfcmulti.c 		slot_tx = cq->p1 & 0xff;
p1               3608 drivers/isdn/hardware/mISDN/hfcmulti.c 		bank_tx = cq->p1 >> 8;
p1               3637 drivers/isdn/hardware/mISDN/hfcmulti.c 		num = cq->p1 & 0xff;
p1               3659 drivers/isdn/hardware/mISDN/hfcmulti.c 			vpm_echocan_on(hc, bch->slot, cq->p1);
p1               4127 drivers/isdn/hardware/mISDN/hfcmulti.c 		wd_cnt = cq->p1 & 0xf;
p1               4128 drivers/isdn/hardware/mISDN/hfcmulti.c 		wd_mode = !!(cq->p1 >> 4);
p1               4155 drivers/isdn/hardware/mISDN/hfcmulti.c 		ret = l1_event(dch->l1, HW_TIMER3_VALUE | (cq->p1 & 0xff));
p1               1825 drivers/isdn/hardware/mISDN/hfcpci.c 		if (cq->channel == cq->p1) {
p1               1830 drivers/isdn/hardware/mISDN/hfcpci.c 		    cq->p1 < 1 || cq->p1 > 2) {
p1               1861 drivers/isdn/hardware/mISDN/hfcpci.c 		ret = l1_event(hc->dch.l1, HW_TIMER3_VALUE | (cq->p1 & 0xff));
p1               1514 drivers/isdn/hardware/mISDN/mISDNipac.c 		ret = ipac->isac.ctrl(&ipac->isac, HW_TIMER3_VALUE, cq->p1);
p1                861 drivers/isdn/hardware/mISDN/mISDNisar.c 	u8 p1;
p1                954 drivers/isdn/hardware/mISDN/mISDNisar.c 			p1 = 5;
p1                960 drivers/isdn/hardware/mISDN/mISDNisar.c 				p1 = 2;
p1                964 drivers/isdn/hardware/mISDN/mISDNisar.c 					  PCTRL_CMD_SILON, 1, &p1);
p1                970 drivers/isdn/hardware/mISDN/mISDNisar.c 				p1 = ch->newmod;
p1                975 drivers/isdn/hardware/mISDN/mISDNisar.c 					  ch->cmd, 1, &p1);
p1               1002 drivers/isdn/hardware/mISDN/mISDNisar.c 			p1 = ch->newmod;
p1               1007 drivers/isdn/hardware/mISDN/mISDNisar.c 				  ch->cmd, 1, &p1);
p1               1344 drivers/isdn/hardware/mISDN/mISDNisar.c 	u8 ctrl = 0, nom = 0, p1 = 0;
p1               1351 drivers/isdn/hardware/mISDN/mISDNisar.c 			p1 = para;
p1               1373 drivers/isdn/hardware/mISDN/mISDNisar.c 			p1 = para;
p1               1395 drivers/isdn/hardware/mISDN/mISDNisar.c 			p1 = para;
p1               1417 drivers/isdn/hardware/mISDN/mISDNisar.c 			p1 = para;
p1               1438 drivers/isdn/hardware/mISDN/mISDNisar.c 		p1 = para;
p1               1444 drivers/isdn/hardware/mISDN/mISDNisar.c 		send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, ctrl, nom, &p1);
p1                838 drivers/isdn/hardware/mISDN/netjet.c 		ret = card->isac.ctrl(&card->isac, HW_TIMER3_VALUE, cq->p1);
p1                225 drivers/isdn/hardware/mISDN/speedfax.c 		ret = sf->isac.ctrl(&sf->isac, HW_TIMER3_VALUE, cq->p1);
p1               1013 drivers/isdn/hardware/mISDN/w6692.c 		ret = l1_event(card->dch.l1, HW_TIMER3_VALUE | (cq->p1 & 0xff));
p1                368 drivers/isdn/mISDN/dsp_cmx.c 	cq.p1 = param1 | (param2 << 8);
p1                223 drivers/isdn/mISDN/dsp_core.c 	cq.p1 = rx_off;
p1                268 drivers/isdn/mISDN/dsp_core.c 	cq.p1 = 1;
p1                652 drivers/isdn/mISDN/dsp_core.c 		*((u_long *)&cq.p1) = (u_long)&dsp->features;
p1                 84 drivers/isdn/mISDN/dsp_hwec.c 	cq.p1 = deftaps;
p1                166 drivers/isdn/mISDN/hwchannel.c 		if (cq->p1) {
p1                176 drivers/isdn/mISDN/hwchannel.c 		if (cq->p1)
p1                185 drivers/isdn/mISDN/hwchannel.c 		if (cq->p1 > MISDN_CTRL_RX_SIZE_IGNORE)
p1                186 drivers/isdn/mISDN/hwchannel.c 			bch->next_minlen = cq->p1;
p1                188 drivers/isdn/mISDN/hwchannel.c 		cq->p1 = bch->minlen;
p1                942 drivers/isdn/mISDN/l1oip_core.c 		hc->remoteip = (u32)cq->p1;
p1                963 drivers/isdn/mISDN/l1oip_core.c 		cq->p1 = hc->remoteip;
p1               1175 drivers/isdn/mISDN/l1oip_core.c 		(struct dsp_features *)(*((u_long *)&cq->p1));
p1                372 drivers/isdn/mISDN/layer2.c 	unsigned int p1;
p1                375 drivers/isdn/mISDN/layer2.c 		p1 = (l2->vs - l2->va) % 128;
p1                377 drivers/isdn/mISDN/layer2.c 		p1 = (l2->vs - l2->va) % 8;
p1                378 drivers/isdn/mISDN/layer2.c 	return (p1 < l2->window) && !test_bit(FLG_PEER_BUSY, &l2->flag);
p1               1157 drivers/isdn/mISDN/layer2.c 	u_int	p1;
p1               1164 drivers/isdn/mISDN/layer2.c 				p1 = (l2->vs - l2->va) % 128;
p1               1167 drivers/isdn/mISDN/layer2.c 				p1 = (l2->vs - l2->va) % 8;
p1               1169 drivers/isdn/mISDN/layer2.c 			p1 = (p1 + l2->sow) % l2->window;
p1               1170 drivers/isdn/mISDN/layer2.c 			if (l2->windowar[p1])
p1               1171 drivers/isdn/mISDN/layer2.c 				skb_queue_head(&l2->i_queue, l2->windowar[p1]);
p1               1175 drivers/isdn/mISDN/layer2.c 				       mISDNDevName4ch(&l2->ch), p1);
p1               1176 drivers/isdn/mISDN/layer2.c 			l2->windowar[p1] = NULL;
p1               1471 drivers/isdn/mISDN/layer2.c 	u_int		i, p1;
p1               1493 drivers/isdn/mISDN/layer2.c 		p1 = (l2->vs - l2->va) % 128;
p1               1496 drivers/isdn/mISDN/layer2.c 		p1 = (l2->vs - l2->va) % 8;
p1               1499 drivers/isdn/mISDN/layer2.c 	p1 = (p1 + l2->sow) % l2->window;
p1               1500 drivers/isdn/mISDN/layer2.c 	if (l2->windowar[p1]) {
p1               1502 drivers/isdn/mISDN/layer2.c 		       mISDNDevName4ch(&l2->ch), p1);
p1               1503 drivers/isdn/mISDN/layer2.c 		dev_kfree_skb(l2->windowar[p1]);
p1               1505 drivers/isdn/mISDN/layer2.c 	l2->windowar[p1] = skb;
p1                130 drivers/md/bcache/debug.c 		void *p1 = kmap_atomic(bv.bv_page);
p1                136 drivers/md/bcache/debug.c 		cache_set_err_on(memcmp(p1 + bv.bv_offset,
p1                144 drivers/md/bcache/debug.c 		kunmap_atomic(p1);
p1                 24 drivers/media/i2c/aptina-pll.c 	unsigned int p1;
p1                133 drivers/media/i2c/aptina-pll.c 	for (p1 = p1_max & ~1; p1 >= p1_min; p1 -= 2) {
p1                134 drivers/media/i2c/aptina-pll.c 		unsigned int mf_inc = p1 / gcd(div, p1);
p1                138 drivers/media/i2c/aptina-pll.c 		mf_low = roundup(max(mf_min, DIV_ROUND_UP(pll->ext_clock * p1,
p1                140 drivers/media/i2c/aptina-pll.c 		mf_high = min(mf_max, pll->ext_clock * p1 /
p1                146 drivers/media/i2c/aptina-pll.c 		pll->n = div * mf_low / p1;
p1                148 drivers/media/i2c/aptina-pll.c 		pll->p1 = p1;
p1                149 drivers/media/i2c/aptina-pll.c 		dev_dbg(dev, "PLL: N %u M %u P1 %u\n", pll->n, pll->m, pll->p1);
p1                 17 drivers/media/i2c/aptina-pll.h 	unsigned int p1;
p1                294 drivers/media/i2c/mt9m032.c 		reg_val = (pll.p1 == 6 ? MT9M032_FORMATTER1_PLL_P1_6 : 0)
p1                282 drivers/media/i2c/mt9p031.c 	ret = mt9p031_write(client, MT9P031_PLL_CONFIG_2, mt9p031->pll.p1 - 1);
p1                277 drivers/media/i2c/mt9t112.c 	int m, n, p1, p2, p3, p4, p5, p6, p7;
p1                284 drivers/media/i2c/mt9t112.c 	p1 = n & 0x000f;
p1                311 drivers/media/i2c/mt9t112.c 	clk = vco / (p1 + 1) / (p2 + 1);
p1                371 drivers/media/i2c/mt9t112.c 				    u8 m, u8 n, u8 p1, u8 p2, u8 p3, u8 p4,
p1                382 drivers/media/i2c/mt9t112.c 	val = ((p3 & 0x0F) << 8) | ((p2 & 0x0F) << 4) | ((p1 & 0x0F) << 0);
p1                410 drivers/media/i2c/mt9t112.c 				 priv->info->divider.p1, priv->info->divider.p2,
p1                238 drivers/media/platform/meson/ao-cec-g12a.c 		unsigned long n2, m1, m2, f1, f2, p1, p2;
p1                249 drivers/media/platform/meson/ao-cec-g12a.c 		p1 = DIV_ROUND_CLOSEST(100000000 * m1, f1 * (m1 + m2));
p1                252 drivers/media/platform/meson/ao-cec-g12a.c 		return DIV_ROUND_UP(100000000, p1 + p2);
p1                 44 drivers/media/platform/vsp1/vsp1_sru.c #define VI6_SRU_CTRL0_PARAMS(p0, p1)			\
p1                 46 drivers/media/platform/vsp1/vsp1_sru.c 	 ((p1) << VI6_SRU_CTRL0_PARAM1_SHIFT))
p1                985 drivers/media/usb/gspca/cpia1.c 	int ret, p1, p2;
p1                987 drivers/media/usb/gspca/cpia1.c 	p1 = (sd->params.qx3.bottomlight == 0) << 1;
p1                996 drivers/media/usb/gspca/cpia1.c 			  p1 | p2 | 0xe0, 0);
p1                206 drivers/misc/cxl/hcalls.c 				   u64 p1, u64 p2, u64 p3, u64 p4, u64 *out)
p1                211 drivers/misc/cxl/hcalls.c 	CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FUNCTION, unit_address, op, p1, p2, p3, p4);
p1                213 drivers/misc/cxl/hcalls.c 		unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc);
p1                214 drivers/misc/cxl/hcalls.c 	trace_cxl_hcall_control_function(unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc);
p1                479 drivers/misc/cxl/hcalls.c 				   u64 p1, u64 p2, u64 p3, u64 p4, u64 *out)
p1                484 drivers/misc/cxl/hcalls.c 	CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FACILITY, unit_address, op, p1, p2, p3, p4);
p1                486 drivers/misc/cxl/hcalls.c 		unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[0], rc);
p1                487 drivers/misc/cxl/hcalls.c 	trace_cxl_hcall_control_facility(unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[0], rc);
p1                517 drivers/misc/cxl/trace.h 	TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
p1                520 drivers/misc/cxl/trace.h 	TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc),
p1                525 drivers/misc/cxl/trace.h 		__field(u64, p1)
p1                536 drivers/misc/cxl/trace.h 		__entry->p1 = p1;
p1                547 drivers/misc/cxl/trace.h 		__entry->p1,
p1                598 drivers/misc/cxl/trace.h 	TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
p1                600 drivers/misc/cxl/trace.h 	TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
p1                646 drivers/misc/cxl/trace.h 	TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
p1                648 drivers/misc/cxl/trace.h 	TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
p1                880 drivers/mtd/mtdswap.c 	unsigned int *p1 = (unsigned int *)d->page_buf;
p1                915 drivers/mtd/mtdswap.c 				if (p1[j] != patt)
p1                 34 drivers/net/ethernet/sfc/tx_tso.c #define PTR_DIFF(p1, p2)  ((u8 *)(p1) - (u8 *)(p2))
p1                812 drivers/net/ethernet/sgi/ioc3-eth.c 		dma_unmap_single(ip->dma_dev, be64_to_cpu(desc->p1),
p1               1457 drivers/net/ethernet/sgi/ioc3-eth.c 		desc->p1     = cpu_to_be64(ioc3_map(d1, PCI64_ATTR_PREF));
p1               1468 drivers/net/ethernet/sgi/ioc3-eth.c 		desc->p1     = cpu_to_be64(ioc3_map(d, PCI64_ATTR_PREF));
p1                795 drivers/net/wireless/ath/wil6210/debugfs.c 	int p1, p2, p3;
p1                807 drivers/net/wireless/ath/wil6210/debugfs.c 	rc = sscanf(kbuf, "%8s %d %d %d", cmd, &p1, &p2, &p3);
p1                819 drivers/net/wireless/ath/wil6210/debugfs.c 		if (p1 < 0 || p1 >= WIL6210_MAX_TX_RINGS) {
p1                820 drivers/net/wireless/ath/wil6210/debugfs.c 			wil_err(wil, "BACK: invalid ring id %d\n", p1);
p1                823 drivers/net/wireless/ath/wil6210/debugfs.c 		txdata = &wil->ring_tx_data[p1];
p1                831 drivers/net/wireless/ath/wil6210/debugfs.c 			wmi_addba(wil, txdata->mid, p1, p2, p3);
p1                835 drivers/net/wireless/ath/wil6210/debugfs.c 			wmi_delba_tx(wil, txdata->mid, p1, p2);
p1                845 drivers/net/wireless/ath/wil6210/debugfs.c 		if (p1 < 0 || p1 >= wil->max_assoc_sta) {
p1                846 drivers/net/wireless/ath/wil6210/debugfs.c 			wil_err(wil, "BACK: invalid CID %d\n", p1);
p1                851 drivers/net/wireless/ath/wil6210/debugfs.c 		sta = &wil->sta[p1];
p1                852 drivers/net/wireless/ath/wil6210/debugfs.c 		wmi_delba_rx(wil, sta->mid, p1, p2, p3);
p1               1447 drivers/net/wireless/marvell/libertas/cmd.c int lbs_set_tpc_cfg(struct lbs_private *priv, int enable, int8_t p0, int8_t p1,
p1               1459 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.P1 = p1;
p1               1480 drivers/net/wireless/marvell/libertas/cmd.c 		int8_t p1, int8_t p2)
p1               1490 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.P1 = p1;
p1                114 drivers/net/wireless/marvell/libertas/cmd.h 		int8_t p1, int8_t p2);
p1                116 drivers/net/wireless/marvell/libertas/cmd.h int lbs_set_tpc_cfg(struct lbs_private *priv, int enable, int8_t p0, int8_t p1,
p1                 62 drivers/net/wireless/marvell/libertas/debugfs.c 	int p1, p2, p3, p4, p5, p6;
p1                 69 drivers/net/wireless/marvell/libertas/debugfs.c 	ret = sscanf(buf, "%d %d %d %d %d %d", &p1, &p2, &p3, &p4, &p5, &p6);
p1                 74 drivers/net/wireless/marvell/libertas/debugfs.c 	sp.sp_error = p1;
p1                860 drivers/net/wireless/marvell/libertas/debugfs.c 	char *p1;
p1                877 drivers/net/wireless/marvell/libertas/debugfs.c 			p1 = strchr(p, '\n');
p1                878 drivers/net/wireless/marvell/libertas/debugfs.c 			if (p1 == NULL)
p1                880 drivers/net/wireless/marvell/libertas/debugfs.c 			p0 = p1++;
p1                618 drivers/net/wireless/ralink/rt2x00/rt61pci.c 					   const int p1, const int p2)
p1                625 drivers/net/wireless/ralink/rt2x00/rt61pci.c 	rt2x00_set_field32(&reg, MAC_CSR13_VAL4, p1);
p1                248 drivers/nfc/pn533/usb.c 	u8 p1;
p1                283 drivers/nfc/pn533/usb.c 	frame->apdu.p1 = 0;
p1                474 drivers/of/unittest.c 	struct device_node *np, *p0, *p1, *p2, *p3;
p1                490 drivers/of/unittest.c 	p1 = of_find_node_by_path("/testcase-data/phandle-tests/provider1");
p1                491 drivers/of/unittest.c 	if (!p1) {
p1                522 drivers/of/unittest.c 			passed &= (args.np == p1);
p1                544 drivers/of/unittest.c 			passed &= (args.np == p1);
p1                677 drivers/of/unittest.c #define propcmp(p1, p2) (((p1)->length == (p2)->length) && \
p1                678 drivers/of/unittest.c 			(p1)->value && (p2)->value && \
p1                679 drivers/of/unittest.c 			!memcmp((p1)->value, (p2)->value, (p1)->length) && \
p1                680 drivers/of/unittest.c 			!strcmp((p1)->name, (p2)->name))
p1                684 drivers/of/unittest.c 	struct property p1 = { .name = "p1", .length = 0, .value = "" };
p1                688 drivers/of/unittest.c 	new = __of_prop_dup(&p1, GFP_KERNEL);
p1                689 drivers/of/unittest.c 	unittest(new && propcmp(&p1, new), "empty property didn't copy correctly\n");
p1                291 drivers/s390/cio/device_pgid.c static int pgid_cmp(struct pgid *p1, struct pgid *p2)
p1                293 drivers/s390/cio/device_pgid.c 	return memcmp((char *) p1 + 1, (char *) p2 + 1,
p1                903 drivers/scsi/aacraid/aacraid.h 	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);
p1               1690 drivers/scsi/aacraid/aacraid.h #define aac_adapter_sync_cmd(dev, command, p1, p2, p3, p4, p5, p6, status, r1, r2, r3, r4) \
p1               1691 drivers/scsi/aacraid/aacraid.h 	(dev)->a_ops.adapter_sync_cmd(dev, command, p1, p2, p3, p4, p5, p6, status, r1, r2, r3, r4)
p1                154 drivers/scsi/aacraid/rx.c 	u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6,
p1                166 drivers/scsi/aacraid/rx.c 	writel(p1, &dev->IndexRegs->Mailbox[1]);
p1                145 drivers/scsi/aacraid/sa.c 		u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6,
p1                157 drivers/scsi/aacraid/sa.c 	sa_writel(dev, Mailbox1, p1);
p1                201 drivers/scsi/aacraid/src.c 	u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6,
p1                215 drivers/scsi/aacraid/src.c 	writel(p1, &dev->IndexRegs->Mailbox[1]);
p1                833 drivers/scsi/dpt_i2o.c 	struct adpt_i2o_post_wait_data *p1, *old;
p1                851 drivers/scsi/dpt_i2o.c 	for(p1 = adpt_post_wait_queue; p1;) {
p1                852 drivers/scsi/dpt_i2o.c 		old = p1;
p1                853 drivers/scsi/dpt_i2o.c 		p1 = p1->next;
p1               1035 drivers/scsi/dpt_i2o.c 	adpt_hba* p1;
p1               1050 drivers/scsi/dpt_i2o.c 	for( p1 = hba_chain; p1; p2 = p1,p1=p1->next){
p1               1051 drivers/scsi/dpt_i2o.c 		if(p1 == pHba) {
p1               1053 drivers/scsi/dpt_i2o.c 				p2->next = p1->next;
p1               1055 drivers/scsi/dpt_i2o.c 				hba_chain = p1->next;
p1               1154 drivers/scsi/dpt_i2o.c 	struct adpt_i2o_post_wait_data *p1, *p2;
p1               1212 drivers/scsi/dpt_i2o.c 	for(p1 = adpt_post_wait_queue; p1; p2 = p1, p1 = p1->next) {
p1               1213 drivers/scsi/dpt_i2o.c 		if(p1 == wait_data) {
p1               1214 drivers/scsi/dpt_i2o.c 			if(p1->status == I2O_DETAIL_STATUS_UNSUPPORTED_FUNCTION ) {
p1               1218 drivers/scsi/dpt_i2o.c 				p2->next = p1->next;
p1               1220 drivers/scsi/dpt_i2o.c 				adpt_post_wait_queue = p1->next;
p1               1266 drivers/scsi/dpt_i2o.c 	struct adpt_i2o_post_wait_data *p1 = NULL;
p1               1283 drivers/scsi/dpt_i2o.c 	for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) {
p1               1284 drivers/scsi/dpt_i2o.c 		if(p1->id == context) {
p1               1285 drivers/scsi/dpt_i2o.c 			p1->status = status;
p1               1287 drivers/scsi/dpt_i2o.c 			wake_up_interruptible(p1->wq);
p1               1295 drivers/scsi/dpt_i2o.c 	for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) {
p1               1296 drivers/scsi/dpt_i2o.c 		printk(KERN_DEBUG"           %d\n",p1->id);
p1                149 drivers/scsi/gdth.c                                              u32 p1, u64 p2,u64 p3);
p1               1085 drivers/scsi/gdth.c                                             u32 p1, u64 p2, u64 p3)
p1               1108 drivers/scsi/gdth.c                 cmd_ptr->u.ioctl.subfunc = p1;
p1               1114 drivers/scsi/gdth.c                     cmd_ptr->u.cache64.DeviceNo = (u16)p1;
p1               1117 drivers/scsi/gdth.c                     cmd_ptr->u.cache.DeviceNo = (u16)p1;
p1               1123 drivers/scsi/gdth.c                 cmd_ptr->u.raw64.direction  = p1;
p1               1128 drivers/scsi/gdth.c                 cmd_ptr->u.raw.direction  = p1;
p1               1135 drivers/scsi/gdth.c                 *(u32 *)&cmd_ptr->u.screen.su.data[0] = p1;
p1                128 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4022.p1.req_q_out),
p1                129 drivers/scsi/qla4xxx/ql4_dbg.c 		    readw(&ha->reg->u2.isp4022.p1.req_q_out));
p1                151 drivers/scsi/qla4xxx/ql4_fw.h 				struct host_mem_cfg_regs p1;
p1               1764 drivers/scsi/wd33c93.c 	char *p1, *p2;
p1               1775 drivers/scsi/wd33c93.c 	p1 = setup_buffer;
p1               1776 drivers/scsi/wd33c93.c 	*p1 = '\0';
p1               1778 drivers/scsi/wd33c93.c 		strncpy(p1, str, SETUP_BUFFER_SIZE - strlen(setup_buffer));
p1               1780 drivers/scsi/wd33c93.c 	p1 = setup_buffer;
p1               1782 drivers/scsi/wd33c93.c 	while (*p1 && (i < MAX_SETUP_ARGS)) {
p1               1783 drivers/scsi/wd33c93.c 		p2 = strchr(p1, ',');
p1               1786 drivers/scsi/wd33c93.c 			if (p1 != p2)
p1               1787 drivers/scsi/wd33c93.c 				setup_args[i] = p1;
p1               1788 drivers/scsi/wd33c93.c 			p1 = p2 + 1;
p1               1791 drivers/scsi/wd33c93.c 			setup_args[i] = p1;
p1                 25 drivers/staging/media/hantro/hantro_h264.c #define POC_CMP(p0, p1) ((p0) < (p1) ? -1 : 1)
p1                 92 drivers/staging/rtl8188eu/core/rtw_security.c 	u8 *p = (u8 *)&c, *p1;
p1                104 drivers/staging/rtl8188eu/core/rtw_security.c 		p1 = (u8 *)&crc32_table[i];
p1                106 drivers/staging/rtl8188eu/core/rtw_security.c 		p1[0] = crc32_reverseBit(p[3]);
p1                107 drivers/staging/rtl8188eu/core/rtw_security.c 		p1[1] = crc32_reverseBit(p[2]);
p1                108 drivers/staging/rtl8188eu/core/rtw_security.c 		p1[2] = crc32_reverseBit(p[1]);
p1                109 drivers/staging/rtl8188eu/core/rtw_security.c 		p1[3] = crc32_reverseBit(p[0]);
p1                116 drivers/staging/rtl8712/rtl871x_security.c 	u8 *p = (u8 *)&c, *p1;
p1                126 drivers/staging/rtl8712/rtl871x_security.c 		p1 = (u8 *)&crc32_table[i];
p1                127 drivers/staging/rtl8712/rtl871x_security.c 		p1[0] = crc32_reverseBit(p[3]);
p1                128 drivers/staging/rtl8712/rtl871x_security.c 		p1[1] = crc32_reverseBit(p[2]);
p1                129 drivers/staging/rtl8712/rtl871x_security.c 		p1[2] = crc32_reverseBit(p[1]);
p1                130 drivers/staging/rtl8712/rtl871x_security.c 		p1[3] = crc32_reverseBit(p[0]);
p1                172 drivers/staging/rtl8723bs/core/rtw_security.c 		u8 *p = (u8 *)&c, *p1;
p1                182 drivers/staging/rtl8723bs/core/rtw_security.c 			p1 = (u8 *)&crc32_table[i];
p1                184 drivers/staging/rtl8723bs/core/rtw_security.c 			p1[0] = crc32_reverseBit(p[3]);
p1                185 drivers/staging/rtl8723bs/core/rtw_security.c 			p1[1] = crc32_reverseBit(p[2]);
p1                186 drivers/staging/rtl8723bs/core/rtw_security.c 			p1[2] = crc32_reverseBit(p[1]);
p1                187 drivers/staging/rtl8723bs/core/rtw_security.c 			p1[3] = crc32_reverseBit(p[0]);
p1                 37 drivers/thermal/qcom/tsens-common.c void compute_intercept_slope(struct tsens_priv *priv, u32 *p1,
p1                 46 drivers/thermal/qcom/tsens-common.c 			i, p1[i], p2[i]);
p1                 54 drivers/thermal/qcom/tsens-common.c 			num = p2[i] - p1[i];
p1                 60 drivers/thermal/qcom/tsens-common.c 		priv->sensor[i].offset = (p1[i] * SLOPE_FACTOR) -
p1                139 drivers/thermal/qcom/tsens-v0_1.c 	u32 p1[5], p2[5];
p1                169 drivers/thermal/qcom/tsens-v0_1.c 		p1[0] = (qfprom_cdata[0] & MSM8916_S0_P1_MASK) >> MSM8916_S0_P1_SHIFT;
p1                170 drivers/thermal/qcom/tsens-v0_1.c 		p1[1] = (qfprom_cdata[0] & MSM8916_S1_P1_MASK) >> MSM8916_S1_P1_SHIFT;
p1                171 drivers/thermal/qcom/tsens-v0_1.c 		p1[2] = (qfprom_cdata[0] & MSM8916_S2_P1_MASK) >> MSM8916_S2_P1_SHIFT;
p1                172 drivers/thermal/qcom/tsens-v0_1.c 		p1[3] = (qfprom_cdata[1] & MSM8916_S3_P1_MASK) >> MSM8916_S3_P1_SHIFT;
p1                173 drivers/thermal/qcom/tsens-v0_1.c 		p1[4] = (qfprom_cdata[1] & MSM8916_S4_P1_MASK) >> MSM8916_S4_P1_SHIFT;
p1                175 drivers/thermal/qcom/tsens-v0_1.c 			p1[i] = (((base0) + p1[i]) << 3);
p1                179 drivers/thermal/qcom/tsens-v0_1.c 			p1[i] = 500;
p1                185 drivers/thermal/qcom/tsens-v0_1.c 	compute_intercept_slope(priv, p1, p2, mode);
p1                195 drivers/thermal/qcom/tsens-v0_1.c 	u32 p1[11], p2[11];
p1                235 drivers/thermal/qcom/tsens-v0_1.c 			p1[0] = (bkp[0] & S0_P1_MASK) >> S0_P1_SHIFT;
p1                236 drivers/thermal/qcom/tsens-v0_1.c 			p1[1] = (bkp[0] & S1_P1_MASK) >> S1_P1_SHIFT;
p1                237 drivers/thermal/qcom/tsens-v0_1.c 			p1[2] = (bkp[0] & S2_P1_MASK) >> S2_P1_SHIFT;
p1                238 drivers/thermal/qcom/tsens-v0_1.c 			p1[3] = (bkp[0] & S3_P1_MASK) >> S3_P1_SHIFT;
p1                239 drivers/thermal/qcom/tsens-v0_1.c 			p1[4] = (bkp[1] & S4_P1_MASK);
p1                240 drivers/thermal/qcom/tsens-v0_1.c 			p1[5] = (bkp[1] & S5_P1_MASK) >> S5_P1_SHIFT;
p1                241 drivers/thermal/qcom/tsens-v0_1.c 			p1[6] = (bkp[1] & S6_P1_MASK) >> S6_P1_SHIFT;
p1                242 drivers/thermal/qcom/tsens-v0_1.c 			p1[7] = (bkp[1] & S7_P1_MASK) >> S7_P1_SHIFT;
p1                243 drivers/thermal/qcom/tsens-v0_1.c 			p1[8] = (bkp[2] & S8_P1_MASK_BKP) >> S8_P1_SHIFT;
p1                244 drivers/thermal/qcom/tsens-v0_1.c 			p1[9] = (bkp[2] & S9_P1_MASK_BKP) >> S9_P1_BKP_SHIFT;
p1                245 drivers/thermal/qcom/tsens-v0_1.c 			p1[10] = (bkp[2] & S10_P1_MASK_BKP) >> S10_P1_BKP_SHIFT;
p1                270 drivers/thermal/qcom/tsens-v0_1.c 			p1[0] = (calib[0] & S0_P1_MASK) >> S0_P1_SHIFT;
p1                271 drivers/thermal/qcom/tsens-v0_1.c 			p1[1] = (calib[0] & S1_P1_MASK) >> S1_P1_SHIFT;
p1                272 drivers/thermal/qcom/tsens-v0_1.c 			p1[2] = (calib[0] & S2_P1_MASK) >> S2_P1_SHIFT;
p1                273 drivers/thermal/qcom/tsens-v0_1.c 			p1[3] = (calib[0] & S3_P1_MASK) >> S3_P1_SHIFT;
p1                274 drivers/thermal/qcom/tsens-v0_1.c 			p1[4] = (calib[1] & S4_P1_MASK);
p1                275 drivers/thermal/qcom/tsens-v0_1.c 			p1[5] = (calib[1] & S5_P1_MASK) >> S5_P1_SHIFT;
p1                276 drivers/thermal/qcom/tsens-v0_1.c 			p1[6] = (calib[1] & S6_P1_MASK) >> S6_P1_SHIFT;
p1                277 drivers/thermal/qcom/tsens-v0_1.c 			p1[7] = (calib[1] & S7_P1_MASK) >> S7_P1_SHIFT;
p1                278 drivers/thermal/qcom/tsens-v0_1.c 			p1[8] = (calib[1] & S8_P1_MASK) >> S8_P1_SHIFT;
p1                279 drivers/thermal/qcom/tsens-v0_1.c 			p1[9] = (calib[2] & S9_P1_MASK);
p1                280 drivers/thermal/qcom/tsens-v0_1.c 			p1[10] = (calib[2] & S10_P1_MASK) >> S10_P1_SHIFT;
p1                288 drivers/thermal/qcom/tsens-v0_1.c 			p1[i] += (base1 << 2) | BIT_APPEND;
p1                299 drivers/thermal/qcom/tsens-v0_1.c 			p1[i] += base1;
p1                300 drivers/thermal/qcom/tsens-v0_1.c 			p1[i] <<= 2;
p1                301 drivers/thermal/qcom/tsens-v0_1.c 			p1[i] |= BIT_APPEND;
p1                307 drivers/thermal/qcom/tsens-v0_1.c 		p1[0] = 502;
p1                308 drivers/thermal/qcom/tsens-v0_1.c 		p1[1] = 509;
p1                309 drivers/thermal/qcom/tsens-v0_1.c 		p1[2] = 503;
p1                310 drivers/thermal/qcom/tsens-v0_1.c 		p1[3] = 509;
p1                311 drivers/thermal/qcom/tsens-v0_1.c 		p1[4] = 505;
p1                312 drivers/thermal/qcom/tsens-v0_1.c 		p1[5] = 509;
p1                313 drivers/thermal/qcom/tsens-v0_1.c 		p1[6] = 507;
p1                314 drivers/thermal/qcom/tsens-v0_1.c 		p1[7] = 510;
p1                315 drivers/thermal/qcom/tsens-v0_1.c 		p1[8] = 508;
p1                316 drivers/thermal/qcom/tsens-v0_1.c 		p1[9] = 509;
p1                317 drivers/thermal/qcom/tsens-v0_1.c 		p1[10] = 508;
p1                321 drivers/thermal/qcom/tsens-v0_1.c 	compute_intercept_slope(priv, p1, p2, mode);
p1                 83 drivers/thermal/qcom/tsens-v1.c 	u32 p1[10], p2[10];
p1                119 drivers/thermal/qcom/tsens-v1.c 		p1[0] = (qfprom_cdata[0] & S0_P1_MASK) >> S0_P1_SHIFT;
p1                120 drivers/thermal/qcom/tsens-v1.c 		p1[1] = (qfprom_cdata[0] & S1_P1_MASK) >> S1_P1_SHIFT;
p1                121 drivers/thermal/qcom/tsens-v1.c 		p1[2] = (qfprom_cdata[0] & S2_P1_MASK) >> S2_P1_SHIFT;
p1                122 drivers/thermal/qcom/tsens-v1.c 		p1[3] = (qfprom_cdata[1] & S3_P1_MASK) >> S3_P1_SHIFT;
p1                123 drivers/thermal/qcom/tsens-v1.c 		p1[4] = (qfprom_cdata[1] & S4_P1_MASK) >> S4_P1_SHIFT;
p1                124 drivers/thermal/qcom/tsens-v1.c 		p1[5] = (qfprom_cdata[2] & S5_P1_MASK) >> S5_P1_SHIFT;
p1                125 drivers/thermal/qcom/tsens-v1.c 		p1[6] = (qfprom_cdata[2] & S6_P1_MASK) >> S6_P1_SHIFT;
p1                126 drivers/thermal/qcom/tsens-v1.c 		p1[7] = (qfprom_cdata[2] & S7_P1_MASK) >> S7_P1_SHIFT;
p1                127 drivers/thermal/qcom/tsens-v1.c 		p1[8] = (qfprom_cdata[3] & S8_P1_MASK) >> S8_P1_SHIFT;
p1                128 drivers/thermal/qcom/tsens-v1.c 		p1[9] = (qfprom_cdata[3] & S9_P1_MASK) >> S9_P1_SHIFT;
p1                130 drivers/thermal/qcom/tsens-v1.c 			p1[i] = (((base0) + p1[i]) << 2);
p1                134 drivers/thermal/qcom/tsens-v1.c 			p1[i] = 500;
p1                140 drivers/thermal/qcom/tsens-v1.c 	compute_intercept_slope(priv, p1, p2, mode);
p1                227 drivers/tty/vt/consolemap.c 	u16 **p1, *p2;
p1                241 drivers/tty/vt/consolemap.c 		p1 = p->uni_pgdir[i];
p1                242 drivers/tty/vt/consolemap.c 		if (!p1)
p1                245 drivers/tty/vt/consolemap.c 			p2 = p1[j];
p1                398 drivers/tty/vt/consolemap.c 	u16 **p1;
p1                403 drivers/tty/vt/consolemap.c 		p1 = p->uni_pgdir[i];
p1                404 drivers/tty/vt/consolemap.c 		if (p1 != NULL) {
p1                406 drivers/tty/vt/consolemap.c 				kfree(p1[j]);
p1                407 drivers/tty/vt/consolemap.c 			kfree(p1);
p1                446 drivers/tty/vt/consolemap.c 			u16 **p1, **q1;
p1                447 drivers/tty/vt/consolemap.c 			p1 = p->uni_pgdir[j]; q1 = q->uni_pgdir[j];
p1                448 drivers/tty/vt/consolemap.c 			if (!p1 && !q1)
p1                450 drivers/tty/vt/consolemap.c 			if (!p1 || !q1)
p1                453 drivers/tty/vt/consolemap.c 				if (!p1[k] && !q1[k])
p1                455 drivers/tty/vt/consolemap.c 				if (!p1[k] || !q1[k])
p1                457 drivers/tty/vt/consolemap.c 				if (memcmp(p1[k], q1[k], 64*sizeof(u16)))
p1                478 drivers/tty/vt/consolemap.c 	u16 **p1, *p2;
p1                480 drivers/tty/vt/consolemap.c 	p1 = p->uni_pgdir[n = unicode >> 11];
p1                481 drivers/tty/vt/consolemap.c 	if (!p1) {
p1                482 drivers/tty/vt/consolemap.c 		p1 = p->uni_pgdir[n] = kmalloc_array(32, sizeof(u16 *),
p1                484 drivers/tty/vt/consolemap.c 		if (!p1) return -ENOMEM;
p1                486 drivers/tty/vt/consolemap.c 			p1[i] = NULL;
p1                489 drivers/tty/vt/consolemap.c 	p2 = p1[n = (unicode >> 6) & 0x1f];
p1                491 drivers/tty/vt/consolemap.c 		p2 = p1[n] = kmalloc_array(64, sizeof(u16), GFP_KERNEL);
p1                562 drivers/tty/vt/consolemap.c 		u16 **p1, *p2, l;
p1                584 drivers/tty/vt/consolemap.c 		p1 = p->uni_pgdir[i];
p1                585 drivers/tty/vt/consolemap.c 		if (p1)
p1                587 drivers/tty/vt/consolemap.c 			p2 = p1[j];
p1                742 drivers/tty/vt/consolemap.c 	u16 **p1, *p2;
p1                756 drivers/tty/vt/consolemap.c 		p1 = p->uni_pgdir[i];
p1                757 drivers/tty/vt/consolemap.c 		if (p1)
p1                759 drivers/tty/vt/consolemap.c 			p2 = *(p1++);
p1                813 drivers/tty/vt/consolemap.c 	u16 **p1, *p2;
p1                835 drivers/tty/vt/consolemap.c 	if ((p1 = p->uni_pgdir[ucs >> 11]) &&
p1                836 drivers/tty/vt/consolemap.c 	    (p2 = p1[(ucs >> 6) & 0x1f]) &&
p1                781 drivers/video/fbdev/controlfb.c 	unsigned long p0, p1, p2, k, l, m, n, min;
p1                789 drivers/video/fbdev/controlfb.c 	p1 = 0;
p1                798 drivers/video/fbdev/controlfb.c 			p1 = n;
p1                802 drivers/video/fbdev/controlfb.c 	if (!p0 || !p1)
p1                806 drivers/video/fbdev/controlfb.c 	param[1] = p1;
p1                666 drivers/video/fbdev/intelfb/intelfbhw.c static int calc_vclock(int index, int m1, int m2, int n, int p1, int p2,
p1                677 drivers/video/fbdev/intelfb/intelfbhw.c 		p = ((p1 + 2) * (1 << (p2 + 1)));
p1                679 drivers/video/fbdev/intelfb/intelfbhw.c 		p = ((p1) * (p2 ? 5 : 10));
p1                687 drivers/video/fbdev/intelfb/intelfbhw.c 	int p1, p2;
p1                691 drivers/video/fbdev/intelfb/intelfbhw.c 			p1 = 1;
p1                693 drivers/video/fbdev/intelfb/intelfbhw.c 			p1 = (dpll >> DPLL_P1_SHIFT) & 0xff;
p1                695 drivers/video/fbdev/intelfb/intelfbhw.c 		p1 = ffs(p1);
p1                700 drivers/video/fbdev/intelfb/intelfbhw.c 			p1 = 0;
p1                702 drivers/video/fbdev/intelfb/intelfbhw.c 			p1 = (dpll >> DPLL_P1_SHIFT) & DPLL_P1_MASK;
p1                706 drivers/video/fbdev/intelfb/intelfbhw.c 	*o_p1 = p1;
p1                716 drivers/video/fbdev/intelfb/intelfbhw.c 	int i, m1, m2, n, p1, p2;
p1                731 drivers/video/fbdev/intelfb/intelfbhw.c 	intelfbhw_get_p1p2(dinfo, hw->vga_pd, &p1, &p2);
p1                734 drivers/video/fbdev/intelfb/intelfbhw.c 	       m1, m2, n, p1, p2);
p1                736 drivers/video/fbdev/intelfb/intelfbhw.c 	       calc_vclock(index, m1, m2, n, p1, p2, 0));
p1                742 drivers/video/fbdev/intelfb/intelfbhw.c 	intelfbhw_get_p1p2(dinfo, hw->vga_pd, &p1, &p2);
p1                744 drivers/video/fbdev/intelfb/intelfbhw.c 	       m1, m2, n, p1, p2);
p1                746 drivers/video/fbdev/intelfb/intelfbhw.c 	       calc_vclock(index, m1, m2, n, p1, p2, 0));
p1                759 drivers/video/fbdev/intelfb/intelfbhw.c 	intelfbhw_get_p1p2(dinfo, hw->dpll_a, &p1, &p2);
p1                762 drivers/video/fbdev/intelfb/intelfbhw.c 	       m1, m2, n, p1, p2);
p1                764 drivers/video/fbdev/intelfb/intelfbhw.c 	       calc_vclock(index, m1, m2, n, p1, p2, 0));
p1                770 drivers/video/fbdev/intelfb/intelfbhw.c 	intelfbhw_get_p1p2(dinfo, hw->dpll_a, &p1, &p2);
p1                773 drivers/video/fbdev/intelfb/intelfbhw.c 	       m1, m2, n, p1, p2);
p1                775 drivers/video/fbdev/intelfb/intelfbhw.c 	       calc_vclock(index, m1, m2, n, p1, p2, 0));
p1                905 drivers/video/fbdev/intelfb/intelfbhw.c 	int p1, p2;
p1                911 drivers/video/fbdev/intelfb/intelfbhw.c 		p1 = p / (p2 ? 5 : 10);
p1                913 drivers/video/fbdev/intelfb/intelfbhw.c 		*retp1 = (unsigned int)p1;
p1                922 drivers/video/fbdev/intelfb/intelfbhw.c 	p1 = (p / (1 << (p2 + 1))) - 2;
p1                923 drivers/video/fbdev/intelfb/intelfbhw.c 	if (p % 4 == 0 && p1 < pll->min_p1) {
p1                925 drivers/video/fbdev/intelfb/intelfbhw.c 		p1 = (p / (1 << (p2 + 1))) - 2;
p1                927 drivers/video/fbdev/intelfb/intelfbhw.c 	if (p1 < pll->min_p1 || p1 > pll->max_p1 ||
p1                928 drivers/video/fbdev/intelfb/intelfbhw.c 	    (p1 + 2) * (1 << (p2 + 1)) != p) {
p1                931 drivers/video/fbdev/intelfb/intelfbhw.c 		*retp1 = (unsigned int)p1;
p1                940 drivers/video/fbdev/intelfb/intelfbhw.c 	u32 m1, m2, n, p1, p2, n1, testm;
p1                963 drivers/video/fbdev/intelfb/intelfbhw.c 		if (splitp(index, p, &p1, &p2)) {
p1               1009 drivers/video/fbdev/intelfb/intelfbhw.c 	splitp(index, p, &p1, &p2);
p1               1014 drivers/video/fbdev/intelfb/intelfbhw.c 		m, m1, m2, n, n1, p, p1, p2,
p1               1016 drivers/video/fbdev/intelfb/intelfbhw.c 		calc_vclock(index, m1, m2, n1, p1, p2, 0),
p1               1021 drivers/video/fbdev/intelfb/intelfbhw.c 	*retp1 = p1;
p1               1023 drivers/video/fbdev/intelfb/intelfbhw.c 	*retclock = calc_vclock(index, m1, m2, n1, p1, p2, 0);
p1               1046 drivers/video/fbdev/intelfb/intelfbhw.c 	u32 m1, m2, n, p1, p2, clock_target, clock;
p1               1116 drivers/video/fbdev/intelfb/intelfbhw.c 			    &n, &p1, &p2, &clock)) {
p1               1122 drivers/video/fbdev/intelfb/intelfbhw.c 	if (check_overflow(p1, DPLL_P1_MASK, "PLL P1 parameter"))
p1               1139 drivers/video/fbdev/intelfb/intelfbhw.c 		*dpll |= (1 << (p1 - 1)) << DPLL_P1_SHIFT;
p1               1141 drivers/video/fbdev/intelfb/intelfbhw.c 		*dpll |= (p2 << DPLL_P2_SHIFT) | (p1 << DPLL_P1_SHIFT);
p1                311 drivers/video/fbdev/matrox/matroxfb_base.c 	unsigned short p0, p1, p2;
p1                328 drivers/video/fbdev/matrox/matroxfb_base.c 	p1 = minfo->hw.CRTC[0x0C] = (pos & 0xFF00) >> 8;
p1                339 drivers/video/fbdev/matrox/matroxfb_base.c 	mga_setr(M_CRTC_INDEX, 0x0C, p1);
p1                246 drivers/video/fbdev/nvidia/nv_hw.c 	int found, mclk_extra, mclk_loop, cbs, m1, p1;
p1                342 drivers/video/fbdev/nvidia/nv_hw.c 		p1 = m1 * pclk_freq / mclk_freq;
p1                343 drivers/video/fbdev/nvidia/nv_hw.c 		p1 = p1 * bpp / 8;
p1                344 drivers/video/fbdev/nvidia/nv_hw.c 		if ((p1 < m1) && (m1 > 0)) {
p1                197 drivers/video/fbdev/pm2fb.c #define PACKPP(p0, p1, p2)	(((p2) << 6) | ((p1) << 3) | (p0))
p1                661 drivers/video/fbdev/riva/riva_hw.c     int found, mclk_extra, mclk_loop, cbs, m1, p1;
p1                756 drivers/video/fbdev/riva/riva_hw.c         p1 = m1 * pclk_freq / mclk_freq;
p1                757 drivers/video/fbdev/riva/riva_hw.c         p1 = p1 * bpp / 8;
p1                758 drivers/video/fbdev/riva/riva_hw.c         if ((p1 < m1) && (m1 > 0))
p1                226 drivers/video/fbdev/sis/sis_accel.h #define SiS300SetupMONOPAT(p0,p1) \
p1                229 drivers/video/fbdev/sis/sis_accel.h 	MMIO_OUT32(ivideo->mmio_vbase, BR(12), p1);\
p1                352 drivers/video/fbdev/sis/sis_accel.h #define SiS310SetupMONOPAT(p0,p1) \
p1                355 drivers/video/fbdev/sis/sis_accel.h 	MMIO_OUT32(ivideo->mmio_vbase, MONO_MASK+4, p1);\
p1               2926 fs/dcache.c    struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2)
p1               2931 fs/dcache.c    		if (p->d_parent == p1)
p1                327 fs/eventpoll.c static inline int ep_cmp_ffd(struct epoll_filefd *p1,
p1                330 fs/eventpoll.c 	return (p1->file > p2->file ? +1:
p1                331 fs/eventpoll.c 	        (p1->file < p2->file ? -1 : p1->fd - p2->fd));
p1                 65 fs/ext4/fsmap.c static int ext4_getfsmap_dev_compare(const void *p1, const void *p2)
p1                 67 fs/ext4/fsmap.c 	const struct ext4_getfsmap_dev *d1 = p1;
p1                 36 fs/hfsplus/unicode.c 	const hfsplus_unichr *p1, *p2;
p1                 40 fs/hfsplus/unicode.c 	p1 = s1->unicode;
p1                 47 fs/hfsplus/unicode.c 			c1 = case_fold(be16_to_cpu(*p1));
p1                 48 fs/hfsplus/unicode.c 			p1++;
p1                 69 fs/hfsplus/unicode.c 	const hfsplus_unichr *p1, *p2;
p1                 74 fs/hfsplus/unicode.c 	p1 = s1->unicode;
p1                 78 fs/hfsplus/unicode.c 		c1 = be16_to_cpu(*p1);
p1                 82 fs/hfsplus/unicode.c 		p1++;
p1                 76 fs/hpfs/dnode.c 			 loff_t p1, loff_t p2)
p1                 82 fs/hpfs/dnode.c 	for (i = hpfs_inode->i_rddir_off; *i; i++) (*f)(*i, p1, p2);
p1               2848 fs/namei.c     struct dentry *lock_rename(struct dentry *p1, struct dentry *p2)
p1               2852 fs/namei.c     	if (p1 == p2) {
p1               2853 fs/namei.c     		inode_lock_nested(p1->d_inode, I_MUTEX_PARENT);
p1               2857 fs/namei.c     	mutex_lock(&p1->d_sb->s_vfs_rename_mutex);
p1               2859 fs/namei.c     	p = d_ancestor(p2, p1);
p1               2862 fs/namei.c     		inode_lock_nested(p1->d_inode, I_MUTEX_CHILD);
p1               2866 fs/namei.c     	p = d_ancestor(p1, p2);
p1               2868 fs/namei.c     		inode_lock_nested(p1->d_inode, I_MUTEX_PARENT);
p1               2873 fs/namei.c     	inode_lock_nested(p1->d_inode, I_MUTEX_PARENT);
p1               2879 fs/namei.c     void unlock_rename(struct dentry *p1, struct dentry *p2)
p1               2881 fs/namei.c     	inode_unlock(p1->d_inode);
p1               2882 fs/namei.c     	if (p1 != p2) {
p1               2884 fs/namei.c     		mutex_unlock(&p1->d_sb->s_vfs_rename_mutex);
p1                978 fs/nfsd/nfs3xdr.c 		__be32 *p1, *tmp;
p1                982 fs/nfsd/nfs3xdr.c 		p1 = tmp = page_address(*(page+1));
p1                984 fs/nfsd/nfs3xdr.c 		p1 = encode_entry_baggage(cd, p1, name, namlen, ino);
p1                987 fs/nfsd/nfs3xdr.c 			p1 = encode_entryplus_baggage(cd, p1, name, namlen, ino);
p1                990 fs/nfsd/nfs3xdr.c 		num_entry_words = p1 - tmp;
p1               1168 fs/ocfs2/dlm/dlmmaster.c 	unsigned long p1, p2;
p1               1176 fs/ocfs2/dlm/dlmmaster.c        		p1 = *(iter->orig_bm + i);
p1               1178 fs/ocfs2/dlm/dlmmaster.c 		iter->diff_bm[i] = (p1 & ~p2) | (p2 & ~p1);
p1                306 fs/ubifs/log.c 		struct rb_node *p1 = p;
p1                311 fs/ubifs/log.c 		bud = rb_entry(p1, struct ubifs_bud, rb);
p1                329 fs/ubifs/log.c 			rb_erase(p1, &c->buds);
p1                180 fs/xfs/xfs_fsmap.c 	const void			*p1,
p1                183 fs/xfs/xfs_fsmap.c 	const struct xfs_getfsmap_dev	*d1 = p1;
p1                 11 include/asm-generic/xor.h xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                 16 include/asm-generic/xor.h 		p1[0] ^= p2[0];
p1                 17 include/asm-generic/xor.h 		p1[1] ^= p2[1];
p1                 18 include/asm-generic/xor.h 		p1[2] ^= p2[2];
p1                 19 include/asm-generic/xor.h 		p1[3] ^= p2[3];
p1                 20 include/asm-generic/xor.h 		p1[4] ^= p2[4];
p1                 21 include/asm-generic/xor.h 		p1[5] ^= p2[5];
p1                 22 include/asm-generic/xor.h 		p1[6] ^= p2[6];
p1                 23 include/asm-generic/xor.h 		p1[7] ^= p2[7];
p1                 24 include/asm-generic/xor.h 		p1 += 8;
p1                 30 include/asm-generic/xor.h xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 36 include/asm-generic/xor.h 		p1[0] ^= p2[0] ^ p3[0];
p1                 37 include/asm-generic/xor.h 		p1[1] ^= p2[1] ^ p3[1];
p1                 38 include/asm-generic/xor.h 		p1[2] ^= p2[2] ^ p3[2];
p1                 39 include/asm-generic/xor.h 		p1[3] ^= p2[3] ^ p3[3];
p1                 40 include/asm-generic/xor.h 		p1[4] ^= p2[4] ^ p3[4];
p1                 41 include/asm-generic/xor.h 		p1[5] ^= p2[5] ^ p3[5];
p1                 42 include/asm-generic/xor.h 		p1[6] ^= p2[6] ^ p3[6];
p1                 43 include/asm-generic/xor.h 		p1[7] ^= p2[7] ^ p3[7];
p1                 44 include/asm-generic/xor.h 		p1 += 8;
p1                 51 include/asm-generic/xor.h xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 57 include/asm-generic/xor.h 		p1[0] ^= p2[0] ^ p3[0] ^ p4[0];
p1                 58 include/asm-generic/xor.h 		p1[1] ^= p2[1] ^ p3[1] ^ p4[1];
p1                 59 include/asm-generic/xor.h 		p1[2] ^= p2[2] ^ p3[2] ^ p4[2];
p1                 60 include/asm-generic/xor.h 		p1[3] ^= p2[3] ^ p3[3] ^ p4[3];
p1                 61 include/asm-generic/xor.h 		p1[4] ^= p2[4] ^ p3[4] ^ p4[4];
p1                 62 include/asm-generic/xor.h 		p1[5] ^= p2[5] ^ p3[5] ^ p4[5];
p1                 63 include/asm-generic/xor.h 		p1[6] ^= p2[6] ^ p3[6] ^ p4[6];
p1                 64 include/asm-generic/xor.h 		p1[7] ^= p2[7] ^ p3[7] ^ p4[7];
p1                 65 include/asm-generic/xor.h 		p1 += 8;
p1                 73 include/asm-generic/xor.h xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                 79 include/asm-generic/xor.h 		p1[0] ^= p2[0] ^ p3[0] ^ p4[0] ^ p5[0];
p1                 80 include/asm-generic/xor.h 		p1[1] ^= p2[1] ^ p3[1] ^ p4[1] ^ p5[1];
p1                 81 include/asm-generic/xor.h 		p1[2] ^= p2[2] ^ p3[2] ^ p4[2] ^ p5[2];
p1                 82 include/asm-generic/xor.h 		p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3];
p1                 83 include/asm-generic/xor.h 		p1[4] ^= p2[4] ^ p3[4] ^ p4[4] ^ p5[4];
p1                 84 include/asm-generic/xor.h 		p1[5] ^= p2[5] ^ p3[5] ^ p4[5] ^ p5[5];
p1                 85 include/asm-generic/xor.h 		p1[6] ^= p2[6] ^ p3[6] ^ p4[6] ^ p5[6];
p1                 86 include/asm-generic/xor.h 		p1[7] ^= p2[7] ^ p3[7] ^ p4[7] ^ p5[7];
p1                 87 include/asm-generic/xor.h 		p1 += 8;
p1                 96 include/asm-generic/xor.h xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                102 include/asm-generic/xor.h 		d0 = p1[0];	/* Pull the stuff into registers	*/
p1                103 include/asm-generic/xor.h 		d1 = p1[1];	/*  ... in bursts, if possible.		*/
p1                104 include/asm-generic/xor.h 		d2 = p1[2];
p1                105 include/asm-generic/xor.h 		d3 = p1[3];
p1                106 include/asm-generic/xor.h 		d4 = p1[4];
p1                107 include/asm-generic/xor.h 		d5 = p1[5];
p1                108 include/asm-generic/xor.h 		d6 = p1[6];
p1                109 include/asm-generic/xor.h 		d7 = p1[7];
p1                118 include/asm-generic/xor.h 		p1[0] = d0;	/* Store the result (in bursts)		*/
p1                119 include/asm-generic/xor.h 		p1[1] = d1;
p1                120 include/asm-generic/xor.h 		p1[2] = d2;
p1                121 include/asm-generic/xor.h 		p1[3] = d3;
p1                122 include/asm-generic/xor.h 		p1[4] = d4;
p1                123 include/asm-generic/xor.h 		p1[5] = d5;
p1                124 include/asm-generic/xor.h 		p1[6] = d6;
p1                125 include/asm-generic/xor.h 		p1[7] = d7;
p1                126 include/asm-generic/xor.h 		p1 += 8;
p1                132 include/asm-generic/xor.h xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                139 include/asm-generic/xor.h 		d0 = p1[0];	/* Pull the stuff into registers	*/
p1                140 include/asm-generic/xor.h 		d1 = p1[1];	/*  ... in bursts, if possible.		*/
p1                141 include/asm-generic/xor.h 		d2 = p1[2];
p1                142 include/asm-generic/xor.h 		d3 = p1[3];
p1                143 include/asm-generic/xor.h 		d4 = p1[4];
p1                144 include/asm-generic/xor.h 		d5 = p1[5];
p1                145 include/asm-generic/xor.h 		d6 = p1[6];
p1                146 include/asm-generic/xor.h 		d7 = p1[7];
p1                163 include/asm-generic/xor.h 		p1[0] = d0;	/* Store the result (in bursts)		*/
p1                164 include/asm-generic/xor.h 		p1[1] = d1;
p1                165 include/asm-generic/xor.h 		p1[2] = d2;
p1                166 include/asm-generic/xor.h 		p1[3] = d3;
p1                167 include/asm-generic/xor.h 		p1[4] = d4;
p1                168 include/asm-generic/xor.h 		p1[5] = d5;
p1                169 include/asm-generic/xor.h 		p1[6] = d6;
p1                170 include/asm-generic/xor.h 		p1[7] = d7;
p1                171 include/asm-generic/xor.h 		p1 += 8;
p1                178 include/asm-generic/xor.h xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                185 include/asm-generic/xor.h 		d0 = p1[0];	/* Pull the stuff into registers	*/
p1                186 include/asm-generic/xor.h 		d1 = p1[1];	/*  ... in bursts, if possible.		*/
p1                187 include/asm-generic/xor.h 		d2 = p1[2];
p1                188 include/asm-generic/xor.h 		d3 = p1[3];
p1                189 include/asm-generic/xor.h 		d4 = p1[4];
p1                190 include/asm-generic/xor.h 		d5 = p1[5];
p1                191 include/asm-generic/xor.h 		d6 = p1[6];
p1                192 include/asm-generic/xor.h 		d7 = p1[7];
p1                217 include/asm-generic/xor.h 		p1[0] = d0;	/* Store the result (in bursts)		*/
p1                218 include/asm-generic/xor.h 		p1[1] = d1;
p1                219 include/asm-generic/xor.h 		p1[2] = d2;
p1                220 include/asm-generic/xor.h 		p1[3] = d3;
p1                221 include/asm-generic/xor.h 		p1[4] = d4;
p1                222 include/asm-generic/xor.h 		p1[5] = d5;
p1                223 include/asm-generic/xor.h 		p1[6] = d6;
p1                224 include/asm-generic/xor.h 		p1[7] = d7;
p1                225 include/asm-generic/xor.h 		p1 += 8;
p1                233 include/asm-generic/xor.h xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                240 include/asm-generic/xor.h 		d0 = p1[0];	/* Pull the stuff into registers	*/
p1                241 include/asm-generic/xor.h 		d1 = p1[1];	/*  ... in bursts, if possible.		*/
p1                242 include/asm-generic/xor.h 		d2 = p1[2];
p1                243 include/asm-generic/xor.h 		d3 = p1[3];
p1                244 include/asm-generic/xor.h 		d4 = p1[4];
p1                245 include/asm-generic/xor.h 		d5 = p1[5];
p1                246 include/asm-generic/xor.h 		d6 = p1[6];
p1                247 include/asm-generic/xor.h 		d7 = p1[7];
p1                280 include/asm-generic/xor.h 		p1[0] = d0;	/* Store the result (in bursts)		*/
p1                281 include/asm-generic/xor.h 		p1[1] = d1;
p1                282 include/asm-generic/xor.h 		p1[2] = d2;
p1                283 include/asm-generic/xor.h 		p1[3] = d3;
p1                284 include/asm-generic/xor.h 		p1[4] = d4;
p1                285 include/asm-generic/xor.h 		p1[5] = d5;
p1                286 include/asm-generic/xor.h 		p1[6] = d6;
p1                287 include/asm-generic/xor.h 		p1[7] = d7;
p1                288 include/asm-generic/xor.h 		p1 += 8;
p1                297 include/asm-generic/xor.h xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                300 include/asm-generic/xor.h 	prefetchw(p1);
p1                304 include/asm-generic/xor.h 		prefetchw(p1+8);
p1                307 include/asm-generic/xor.h 		p1[0] ^= p2[0];
p1                308 include/asm-generic/xor.h 		p1[1] ^= p2[1];
p1                309 include/asm-generic/xor.h 		p1[2] ^= p2[2];
p1                310 include/asm-generic/xor.h 		p1[3] ^= p2[3];
p1                311 include/asm-generic/xor.h 		p1[4] ^= p2[4];
p1                312 include/asm-generic/xor.h 		p1[5] ^= p2[5];
p1                313 include/asm-generic/xor.h 		p1[6] ^= p2[6];
p1                314 include/asm-generic/xor.h 		p1[7] ^= p2[7];
p1                315 include/asm-generic/xor.h 		p1 += 8;
p1                323 include/asm-generic/xor.h xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                327 include/asm-generic/xor.h 	prefetchw(p1);
p1                332 include/asm-generic/xor.h 		prefetchw(p1+8);
p1                336 include/asm-generic/xor.h 		p1[0] ^= p2[0] ^ p3[0];
p1                337 include/asm-generic/xor.h 		p1[1] ^= p2[1] ^ p3[1];
p1                338 include/asm-generic/xor.h 		p1[2] ^= p2[2] ^ p3[2];
p1                339 include/asm-generic/xor.h 		p1[3] ^= p2[3] ^ p3[3];
p1                340 include/asm-generic/xor.h 		p1[4] ^= p2[4] ^ p3[4];
p1                341 include/asm-generic/xor.h 		p1[5] ^= p2[5] ^ p3[5];
p1                342 include/asm-generic/xor.h 		p1[6] ^= p2[6] ^ p3[6];
p1                343 include/asm-generic/xor.h 		p1[7] ^= p2[7] ^ p3[7];
p1                344 include/asm-generic/xor.h 		p1 += 8;
p1                353 include/asm-generic/xor.h xor_8regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                358 include/asm-generic/xor.h 	prefetchw(p1);
p1                364 include/asm-generic/xor.h 		prefetchw(p1+8);
p1                369 include/asm-generic/xor.h 		p1[0] ^= p2[0] ^ p3[0] ^ p4[0];
p1                370 include/asm-generic/xor.h 		p1[1] ^= p2[1] ^ p3[1] ^ p4[1];
p1                371 include/asm-generic/xor.h 		p1[2] ^= p2[2] ^ p3[2] ^ p4[2];
p1                372 include/asm-generic/xor.h 		p1[3] ^= p2[3] ^ p3[3] ^ p4[3];
p1                373 include/asm-generic/xor.h 		p1[4] ^= p2[4] ^ p3[4] ^ p4[4];
p1                374 include/asm-generic/xor.h 		p1[5] ^= p2[5] ^ p3[5] ^ p4[5];
p1                375 include/asm-generic/xor.h 		p1[6] ^= p2[6] ^ p3[6] ^ p4[6];
p1                376 include/asm-generic/xor.h 		p1[7] ^= p2[7] ^ p3[7] ^ p4[7];
p1                377 include/asm-generic/xor.h 		p1 += 8;
p1                387 include/asm-generic/xor.h xor_8regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                392 include/asm-generic/xor.h 	prefetchw(p1);
p1                399 include/asm-generic/xor.h 		prefetchw(p1+8);
p1                405 include/asm-generic/xor.h 		p1[0] ^= p2[0] ^ p3[0] ^ p4[0] ^ p5[0];
p1                406 include/asm-generic/xor.h 		p1[1] ^= p2[1] ^ p3[1] ^ p4[1] ^ p5[1];
p1                407 include/asm-generic/xor.h 		p1[2] ^= p2[2] ^ p3[2] ^ p4[2] ^ p5[2];
p1                408 include/asm-generic/xor.h 		p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3];
p1                409 include/asm-generic/xor.h 		p1[4] ^= p2[4] ^ p3[4] ^ p4[4] ^ p5[4];
p1                410 include/asm-generic/xor.h 		p1[5] ^= p2[5] ^ p3[5] ^ p4[5] ^ p5[5];
p1                411 include/asm-generic/xor.h 		p1[6] ^= p2[6] ^ p3[6] ^ p4[6] ^ p5[6];
p1                412 include/asm-generic/xor.h 		p1[7] ^= p2[7] ^ p3[7] ^ p4[7] ^ p5[7];
p1                413 include/asm-generic/xor.h 		p1 += 8;
p1                424 include/asm-generic/xor.h xor_32regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
p1                428 include/asm-generic/xor.h 	prefetchw(p1);
p1                434 include/asm-generic/xor.h 		prefetchw(p1+8);
p1                437 include/asm-generic/xor.h 		d0 = p1[0];	/* Pull the stuff into registers	*/
p1                438 include/asm-generic/xor.h 		d1 = p1[1];	/*  ... in bursts, if possible.		*/
p1                439 include/asm-generic/xor.h 		d2 = p1[2];
p1                440 include/asm-generic/xor.h 		d3 = p1[3];
p1                441 include/asm-generic/xor.h 		d4 = p1[4];
p1                442 include/asm-generic/xor.h 		d5 = p1[5];
p1                443 include/asm-generic/xor.h 		d6 = p1[6];
p1                444 include/asm-generic/xor.h 		d7 = p1[7];
p1                453 include/asm-generic/xor.h 		p1[0] = d0;	/* Store the result (in bursts)		*/
p1                454 include/asm-generic/xor.h 		p1[1] = d1;
p1                455 include/asm-generic/xor.h 		p1[2] = d2;
p1                456 include/asm-generic/xor.h 		p1[3] = d3;
p1                457 include/asm-generic/xor.h 		p1[4] = d4;
p1                458 include/asm-generic/xor.h 		p1[5] = d5;
p1                459 include/asm-generic/xor.h 		p1[6] = d6;
p1                460 include/asm-generic/xor.h 		p1[7] = d7;
p1                461 include/asm-generic/xor.h 		p1 += 8;
p1                469 include/asm-generic/xor.h xor_32regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                474 include/asm-generic/xor.h 	prefetchw(p1);
p1                481 include/asm-generic/xor.h 		prefetchw(p1+8);
p1                485 include/asm-generic/xor.h 		d0 = p1[0];	/* Pull the stuff into registers	*/
p1                486 include/asm-generic/xor.h 		d1 = p1[1];	/*  ... in bursts, if possible.		*/
p1                487 include/asm-generic/xor.h 		d2 = p1[2];
p1                488 include/asm-generic/xor.h 		d3 = p1[3];
p1                489 include/asm-generic/xor.h 		d4 = p1[4];
p1                490 include/asm-generic/xor.h 		d5 = p1[5];
p1                491 include/asm-generic/xor.h 		d6 = p1[6];
p1                492 include/asm-generic/xor.h 		d7 = p1[7];
p1                509 include/asm-generic/xor.h 		p1[0] = d0;	/* Store the result (in bursts)		*/
p1                510 include/asm-generic/xor.h 		p1[1] = d1;
p1                511 include/asm-generic/xor.h 		p1[2] = d2;
p1                512 include/asm-generic/xor.h 		p1[3] = d3;
p1                513 include/asm-generic/xor.h 		p1[4] = d4;
p1                514 include/asm-generic/xor.h 		p1[5] = d5;
p1                515 include/asm-generic/xor.h 		p1[6] = d6;
p1                516 include/asm-generic/xor.h 		p1[7] = d7;
p1                517 include/asm-generic/xor.h 		p1 += 8;
p1                526 include/asm-generic/xor.h xor_32regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                531 include/asm-generic/xor.h 	prefetchw(p1);
p1                539 include/asm-generic/xor.h 		prefetchw(p1+8);
p1                544 include/asm-generic/xor.h 		d0 = p1[0];	/* Pull the stuff into registers	*/
p1                545 include/asm-generic/xor.h 		d1 = p1[1];	/*  ... in bursts, if possible.		*/
p1                546 include/asm-generic/xor.h 		d2 = p1[2];
p1                547 include/asm-generic/xor.h 		d3 = p1[3];
p1                548 include/asm-generic/xor.h 		d4 = p1[4];
p1                549 include/asm-generic/xor.h 		d5 = p1[5];
p1                550 include/asm-generic/xor.h 		d6 = p1[6];
p1                551 include/asm-generic/xor.h 		d7 = p1[7];
p1                576 include/asm-generic/xor.h 		p1[0] = d0;	/* Store the result (in bursts)		*/
p1                577 include/asm-generic/xor.h 		p1[1] = d1;
p1                578 include/asm-generic/xor.h 		p1[2] = d2;
p1                579 include/asm-generic/xor.h 		p1[3] = d3;
p1                580 include/asm-generic/xor.h 		p1[4] = d4;
p1                581 include/asm-generic/xor.h 		p1[5] = d5;
p1                582 include/asm-generic/xor.h 		p1[6] = d6;
p1                583 include/asm-generic/xor.h 		p1[7] = d7;
p1                584 include/asm-generic/xor.h 		p1 += 8;
p1                594 include/asm-generic/xor.h xor_32regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2,
p1                599 include/asm-generic/xor.h 	prefetchw(p1);
p1                608 include/asm-generic/xor.h 		prefetchw(p1+8);
p1                614 include/asm-generic/xor.h 		d0 = p1[0];	/* Pull the stuff into registers	*/
p1                615 include/asm-generic/xor.h 		d1 = p1[1];	/*  ... in bursts, if possible.		*/
p1                616 include/asm-generic/xor.h 		d2 = p1[2];
p1                617 include/asm-generic/xor.h 		d3 = p1[3];
p1                618 include/asm-generic/xor.h 		d4 = p1[4];
p1                619 include/asm-generic/xor.h 		d5 = p1[5];
p1                620 include/asm-generic/xor.h 		d6 = p1[6];
p1                621 include/asm-generic/xor.h 		d7 = p1[7];
p1                654 include/asm-generic/xor.h 		p1[0] = d0;	/* Store the result (in bursts)		*/
p1                655 include/asm-generic/xor.h 		p1[1] = d1;
p1                656 include/asm-generic/xor.h 		p1[2] = d2;
p1                657 include/asm-generic/xor.h 		p1[3] = d3;
p1                658 include/asm-generic/xor.h 		p1[4] = d4;
p1                659 include/asm-generic/xor.h 		p1[5] = d5;
p1                660 include/asm-generic/xor.h 		p1[6] = d6;
p1                661 include/asm-generic/xor.h 		p1[7] = d7;
p1                662 include/asm-generic/xor.h 		p1 += 8;
p1                403 include/linux/mISDNif.h 	int		p1;
p1                991 include/linux/of.h static inline int of_prop_val_eq(struct property *p1, struct property *p2)
p1                993 include/linux/of.h 	return p1->length == p2->length &&
p1                994 include/linux/of.h 	       !memcmp(p1->value, p2->value, (size_t)p1->length);
p1                646 include/linux/sched/signal.h bool same_thread_group(struct task_struct *p1, struct task_struct *p2)
p1                648 include/linux/sched/signal.h 	return p1->signal == p2->signal;
p1                141 include/linux/vgaarb.h static inline int vga_conflicts(struct pci_dev *p1, struct pci_dev *p2)
p1                341 include/math-emu/op-4.h #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0)				    \
p1                344 include/math-emu/op-4.h     umul_ppmm(p1,p0,m,n0);						    \
p1                346 include/math-emu/op-4.h     __FP_FRAC_ADDI_2(p2,p1,_t);						    \
p1                 13 include/media/i2c/mt9t112.h 	u8 p1, p2, p3, p4, p5, p6, p7;
p1                 55 include/sound/emux_synth.h 	int (*oss_ioctl)(struct snd_emux *emu, int cmd, int p1, int p2);
p1               1153 include/uapi/linux/soundcard.h #define _CHN_COMMON(dev, event, chn, p1, p2, w14) \
p1               1159 include/uapi/linux/soundcard.h 					_seqbuf[_seqbufptr+4] = (p1);\
p1                 76 include/uapi/linux/ultrasound.h #define _GUS_CMD(chn, voice, cmd, p1, p2) \
p1                 80 include/uapi/linux/ultrasound.h 					*(unsigned short*)&_seqbuf[_seqbufptr+4] = p1;\
p1                 84 include/uapi/linux/ultrasound.h #define GUS_NUMVOICES(chn, p1)			_GUS_CMD(chn, 0, _GUS_NUMVOICES, (p1), 0)
p1                 85 include/uapi/linux/ultrasound.h #define GUS_VOICESAMPLE(chn, voice, p1)		_GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0)	/* OBSOLETE */
p1                 86 include/uapi/linux/ultrasound.h #define GUS_VOICEON(chn, voice, p1)		_GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0)
p1                 89 include/uapi/linux/ultrasound.h #define GUS_VOICEMODE(chn, voice, p1)		_GUS_CMD(chn, voice, _GUS_VOICEMODE, (p1), 0)
p1                 90 include/uapi/linux/ultrasound.h #define GUS_VOICEBALA(chn, voice, p1)		_GUS_CMD(chn, voice, _GUS_VOICEBALA, (p1), 0)
p1                 93 include/uapi/linux/ultrasound.h #define GUS_VOICEVOL(chn, voice, p1)		_GUS_CMD(chn, voice, _GUS_VOICEVOL, (p1), 0)
p1                 94 include/uapi/linux/ultrasound.h #define GUS_VOICEVOL2(chn, voice, p1)		_GUS_CMD(chn, voice, _GUS_VOICEVOL2, (p1), 0)
p1                 96 include/uapi/linux/ultrasound.h #define GUS_RAMPRATE(chn, voice, p1, p2)	_GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
p1                 97 include/uapi/linux/ultrasound.h #define GUS_RAMPMODE(chn, voice, p1)		_GUS_CMD(chn, voice, _GUS_RAMPMODE, (p1), 0)
p1                 98 include/uapi/linux/ultrasound.h #define GUS_RAMPON(chn, voice, p1)		_GUS_CMD(chn, voice, _GUS_RAMPON, (p1), 0)
p1                100 include/uapi/linux/ultrasound.h #define GUS_VOLUME_SCALE(chn, voice, p1, p2)	_GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
p1               2691 kernel/power/snapshot.c static inline void swap_two_pages_data(struct page *p1, struct page *p2,
p1               2696 kernel/power/snapshot.c 	kaddr1 = kmap_atomic(p1);
p1                466 kernel/trace/ftrace.c static int function_stat_cmp(void *p1, void *p2)
p1                468 kernel/trace/ftrace.c 	struct ftrace_profile *a = p1;
p1                480 kernel/trace/ftrace.c static int function_stat_cmp(void *p1, void *p2)
p1                482 kernel/trace/ftrace.c 	struct ftrace_profile *a = p1;
p1                335 kernel/trace/trace_branch.c static int annotated_branch_stat_cmp(void *p1, void *p2)
p1                337 kernel/trace/trace_branch.c 	struct ftrace_branch_data *a = p1;
p1                115 kernel/trace/trace_stat.c static int dummy_cmp(void *p1, void *p2)
p1                 19 kernel/trace/trace_stat.h 	int			(*stat_cmp)(void *p1, void *p2);
p1                202 lib/bch.c      	const uint32_t *pdata, *p0, *p1, *p2, *p3;
p1                245 lib/bch.c      		p1 = tab1 + (l+1)*((w >>  8) & 0xff);
p1                250 lib/bch.c      			r[i] = r[i+1]^p0[i]^p1[i]^p2[i]^p3[i];
p1                252 lib/bch.c      		r[l] = p0[l]^p1[l]^p2[l]^p3[l];
p1                 12 lib/raid6/recov_s390xc.c static inline void xor_block(u8 *p1, u8 *p2)
p1                 18 lib/raid6/recov_s390xc.c 		: "+m" (*(addrtype *) p1) : "m" (*(addrtype *) p2),
p1                 19 lib/raid6/recov_s390xc.c 		  [p1] "a" (p1), [p2] "a" (p2) : "cc");
p1                 92 lib/raid6/test/test.c 	int i, j, p1, p2;
p1                126 lib/raid6/test/test.c 			for (p1 = 0; p1 < NDISKS-2; p1++)
p1                127 lib/raid6/test/test.c 				for (p2 = p1; p2 < NDISKS-2; p2++) {
p1                130 lib/raid6/test/test.c 					raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE,
p1                132 lib/raid6/test/test.c 					makedata(p1, p2);
p1                133 lib/raid6/test/test.c 					raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE,
p1                414 net/bluetooth/smp.c 	u8 p1[16], p2[16];
p1                421 net/bluetooth/smp.c 	memset(p1, 0, 16);
p1                424 net/bluetooth/smp.c 	p1[0] = _iat;
p1                425 net/bluetooth/smp.c 	p1[1] = _rat;
p1                426 net/bluetooth/smp.c 	memcpy(p1 + 2, preq, 7);
p1                427 net/bluetooth/smp.c 	memcpy(p1 + 9, pres, 7);
p1                429 net/bluetooth/smp.c 	SMP_DBG("p1 %16phN", p1);
p1                432 net/bluetooth/smp.c 	u128_xor((u128 *) res, (u128 *) r, (u128 *) p1);
p1                 74 net/caif/cfctrl.c static bool param_eq(const struct cfctrl_link_param *p1,
p1                 78 net/caif/cfctrl.c 	    p1->linktype == p2->linktype &&
p1                 79 net/caif/cfctrl.c 	    p1->priority == p2->priority &&
p1                 80 net/caif/cfctrl.c 	    p1->phyid == p2->phyid &&
p1                 81 net/caif/cfctrl.c 	    p1->endpoint == p2->endpoint && p1->chtype == p2->chtype;
p1                 86 net/caif/cfctrl.c 	switch (p1->linktype) {
p1                 90 net/caif/cfctrl.c 		return p1->u.datagram.connid == p2->u.datagram.connid;
p1                 93 net/caif/cfctrl.c 		    p1->u.rfm.connid == p2->u.rfm.connid &&
p1                 94 net/caif/cfctrl.c 		    strcmp(p1->u.rfm.volume, p2->u.rfm.volume) == 0;
p1                 97 net/caif/cfctrl.c 		    p1->u.utility.fifosize_kb == p2->u.utility.fifosize_kb
p1                 98 net/caif/cfctrl.c 		    && p1->u.utility.fifosize_bufs ==
p1                100 net/caif/cfctrl.c 		    && strcmp(p1->u.utility.name, p2->u.utility.name) == 0
p1                101 net/caif/cfctrl.c 		    && p1->u.utility.paramlen == p2->u.utility.paramlen
p1                102 net/caif/cfctrl.c 		    && memcmp(p1->u.utility.params, p2->u.utility.params,
p1                103 net/caif/cfctrl.c 			      p1->u.utility.paramlen) == 0;
p1                106 net/caif/cfctrl.c 		return p1->u.video.connid == p2->u.video.connid;
p1               1227 net/ipv6/ip6_gre.c 	struct __ip6_tnl_parm p1;
p1               1232 net/ipv6/ip6_gre.c 	memset(&p1, 0, sizeof(p1));
p1               1241 net/ipv6/ip6_gre.c 			ip6gre_tnl_parm_from_user(&p1, &p);
p1               1242 net/ipv6/ip6_gre.c 			t = ip6gre_tunnel_locate(net, &p1, 0);
p1               1271 net/ipv6/ip6_gre.c 		ip6gre_tnl_parm_from_user(&p1, &p);
p1               1272 net/ipv6/ip6_gre.c 		t = ip6gre_tunnel_locate(net, &p1, cmd == SIOCADDTUNNEL);
p1               1285 net/ipv6/ip6_gre.c 				ip6gre_tnl_change(t, &p1, 1);
p1               1312 net/ipv6/ip6_gre.c 			ip6gre_tnl_parm_from_user(&p1, &p);
p1               1313 net/ipv6/ip6_gre.c 			t = ip6gre_tunnel_locate(net, &p1, 0);
p1               1588 net/ipv6/ip6_tunnel.c 	struct __ip6_tnl_parm p1;
p1               1593 net/ipv6/ip6_tunnel.c 	memset(&p1, 0, sizeof(p1));
p1               1602 net/ipv6/ip6_tunnel.c 			ip6_tnl_parm_from_user(&p1, &p);
p1               1603 net/ipv6/ip6_tunnel.c 			t = ip6_tnl_locate(net, &p1, 0);
p1               1626 net/ipv6/ip6_tunnel.c 		ip6_tnl_parm_from_user(&p1, &p);
p1               1627 net/ipv6/ip6_tunnel.c 		t = ip6_tnl_locate(net, &p1, cmd == SIOCADDTUNNEL);
p1               1637 net/ipv6/ip6_tunnel.c 				err = ip6_tnl0_update(t, &p1);
p1               1639 net/ipv6/ip6_tunnel.c 				err = ip6_tnl_update(t, &p1);
p1               1661 net/ipv6/ip6_tunnel.c 			ip6_tnl_parm_from_user(&p1, &p);
p1               1662 net/ipv6/ip6_tunnel.c 			t = ip6_tnl_locate(net, &p1, 0);
p1                794 net/ipv6/ip6_vti.c 	struct __ip6_tnl_parm p1;
p1                806 net/ipv6/ip6_vti.c 			vti6_parm_from_user(&p1, &p);
p1                807 net/ipv6/ip6_vti.c 			t = vti6_locate(net, &p1, 0);
p1                828 net/ipv6/ip6_vti.c 		vti6_parm_from_user(&p1, &p);
p1                829 net/ipv6/ip6_vti.c 		t = vti6_locate(net, &p1, cmd == SIOCADDTUNNEL);
p1                839 net/ipv6/ip6_vti.c 			err = vti6_update(t, &p1, false);
p1                860 net/ipv6/ip6_vti.c 			vti6_parm_from_user(&p1, &p);
p1                861 net/ipv6/ip6_vti.c 			t = vti6_locate(net, &p1, 0);
p1                562 net/packet/af_packet.c static void prb_init_ft_ops(struct tpacket_kbdq_core *p1,
p1                565 net/packet/af_packet.c 	p1->feature_req_word = req_u->req3.tp_feature_req_word;
p1                573 net/packet/af_packet.c 	struct tpacket_kbdq_core *p1 = GET_PBDQC_FROM_RB(rb);
p1                576 net/packet/af_packet.c 	memset(p1, 0x0, sizeof(*p1));
p1                578 net/packet/af_packet.c 	p1->knxt_seq_num = 1;
p1                579 net/packet/af_packet.c 	p1->pkbdq = pg_vec;
p1                581 net/packet/af_packet.c 	p1->pkblk_start	= pg_vec[0].buffer;
p1                582 net/packet/af_packet.c 	p1->kblk_size = req_u->req3.tp_block_size;
p1                583 net/packet/af_packet.c 	p1->knum_blocks	= req_u->req3.tp_block_nr;
p1                584 net/packet/af_packet.c 	p1->hdrlen = po->tp_hdrlen;
p1                585 net/packet/af_packet.c 	p1->version = po->tp_version;
p1                586 net/packet/af_packet.c 	p1->last_kactive_blk_num = 0;
p1                589 net/packet/af_packet.c 		p1->retire_blk_tov = req_u->req3.tp_retire_blk_tov;
p1                591 net/packet/af_packet.c 		p1->retire_blk_tov = prb_calc_retire_blk_tmo(po,
p1                593 net/packet/af_packet.c 	p1->tov_in_jiffies = msecs_to_jiffies(p1->retire_blk_tov);
p1                594 net/packet/af_packet.c 	p1->blk_sizeof_priv = req_u->req3.tp_sizeof_priv;
p1                596 net/packet/af_packet.c 	p1->max_frame_len = p1->kblk_size - BLK_PLUS_PRIV(p1->blk_sizeof_priv);
p1                597 net/packet/af_packet.c 	prb_init_ft_ops(p1, req_u);
p1                599 net/packet/af_packet.c 	prb_open_block(p1, pbd);
p1                111 net/sched/sch_sfb.c static u32 prob_plus(u32 p1, u32 p2)
p1                113 net/sched/sch_sfb.c 	u32 res = p1 + p2;
p1                118 net/sched/sch_sfb.c static u32 prob_minus(u32 p1, u32 p2)
p1                120 net/sched/sch_sfb.c 	return p1 > p2 ? p1 - p2 : 0;
p1                271 net/wireless/mlme.c 	u8 *p1, *p2;
p1                277 net/wireless/mlme.c 	p1 = (u8*)(ht_capa);
p1                280 net/wireless/mlme.c 		p1[i] &= p2[i];
p1                288 net/wireless/mlme.c 	u8 *p1, *p2;
p1                294 net/wireless/mlme.c 	p1 = (u8*)(vht_capa);
p1                297 net/wireless/mlme.c 		p1[i] &= p2[i];
p1               1393 net/xfrm/xfrm_policy.c 	u32 *p1 = (u32 *) s1;
p1               1399 net/xfrm/xfrm_policy.c 		if (p1[i] != p2[i])
p1                 80 samples/bpf/sampleip_user.c static int count_cmp(const void *p1, const void *p2)
p1                 82 samples/bpf/sampleip_user.c 	return ((struct ipcount *)p1)->count - ((struct ipcount *)p2)->count;
p1                 48 samples/bpf/spintest_kern.c SEC("kprobe/spin_unlock")PROG(p1)
p1                 84 scripts/conmakehash.c   char *p, *p1;
p1                139 scripts/conmakehash.c       fp0 = strtol(p, &p1, 0);
p1                140 scripts/conmakehash.c       if (p1 == p)
p1                145 scripts/conmakehash.c       p = p1;
p1                152 scripts/conmakehash.c 	  fp1 = strtol(p, &p1, 0);
p1                153 scripts/conmakehash.c 	  if (p1 == p)
p1                158 scripts/conmakehash.c 	  p = p1;
p1                 60 scripts/dtc/srcpos.c 	char *p1, *p2, *prevslash1 = NULL;
p1                 63 scripts/dtc/srcpos.c 	for (p1 = fname, p2 = initial_path; *p1 && *p2; p1++, p2++) {
p1                 64 scripts/dtc/srcpos.c 		if (*p1 != *p2)
p1                 66 scripts/dtc/srcpos.c 		if (*p1 == '/') {
p1                 67 scripts/dtc/srcpos.c 			prevslash1 = p1;
p1                 71 scripts/dtc/srcpos.c 	p1 = prevslash1 + 1;
p1                 74 scripts/dtc/srcpos.c 		int restlen = strlen(fname) - (p1 - fname);
p1                 83 scripts/dtc/srcpos.c 		strcpy(res + j, p1);
p1                515 scripts/kallsyms.c 	unsigned char *p1, *p2;
p1                520 scripts/kallsyms.c 		p1 = table[i].sym;
p1                523 scripts/kallsyms.c 		p2 = find_token(p1, len, str);
p1                534 scripts/kallsyms.c 			size -= (p2 - p1);
p1                536 scripts/kallsyms.c 			p1 = p2;
p1                542 scripts/kallsyms.c 			p2 = find_token(p1, size, str);
p1               1046 security/tomoyo/common.c 	const struct tomoyo_task_acl *p1 = container_of(a, typeof(*p1), head);
p1               1049 security/tomoyo/common.c 	return p1->domainname == p2->domainname;
p1                222 security/tomoyo/domain.c 	const struct tomoyo_transition_control *p1 = container_of(a,
p1                223 security/tomoyo/domain.c 								  typeof(*p1),
p1                229 security/tomoyo/domain.c 	return p1->type == p2->type && p1->is_last_name == p2->is_last_name
p1                230 security/tomoyo/domain.c 		&& p1->domainname == p2->domainname
p1                231 security/tomoyo/domain.c 		&& p1->program == p2->program;
p1                385 security/tomoyo/domain.c 	const struct tomoyo_aggregator *p1 = container_of(a, typeof(*p1),
p1                390 security/tomoyo/domain.c 	return p1->original_name == p2->original_name &&
p1                391 security/tomoyo/domain.c 		p1->aggregated_name == p2->aggregated_name;
p1                 79 security/tomoyo/environ.c 	const struct tomoyo_env_acl *p1 = container_of(a, typeof(*p1), head);
p1                 82 security/tomoyo/environ.c 	return p1->env == p2->env;
p1                344 security/tomoyo/file.c 	const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head);
p1                347 security/tomoyo/file.c 	return tomoyo_same_name_union(&p1->name, &p2->name);
p1                416 security/tomoyo/file.c 	const struct tomoyo_mkdev_acl *p1 = container_of(a, typeof(*p1), head);
p1                419 security/tomoyo/file.c 	return tomoyo_same_name_union(&p1->name, &p2->name) &&
p1                420 security/tomoyo/file.c 		tomoyo_same_number_union(&p1->mode, &p2->mode) &&
p1                421 security/tomoyo/file.c 		tomoyo_same_number_union(&p1->major, &p2->major) &&
p1                422 security/tomoyo/file.c 		tomoyo_same_number_union(&p1->minor, &p2->minor);
p1                498 security/tomoyo/file.c 	const struct tomoyo_path2_acl *p1 = container_of(a, typeof(*p1), head);
p1                501 security/tomoyo/file.c 	return tomoyo_same_name_union(&p1->name1, &p2->name1) &&
p1                502 security/tomoyo/file.c 		tomoyo_same_name_union(&p1->name2, &p2->name2);
p1                634 security/tomoyo/file.c 	const struct tomoyo_path_number_acl *p1 = container_of(a, typeof(*p1),
p1                639 security/tomoyo/file.c 	return tomoyo_same_name_union(&p1->name, &p2->name) &&
p1                640 security/tomoyo/file.c 		tomoyo_same_number_union(&p1->number, &p2->number);
p1                965 security/tomoyo/file.c 	const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head);
p1                968 security/tomoyo/file.c 	return tomoyo_same_name_union(&p1->dev_name, &p2->dev_name) &&
p1                969 security/tomoyo/file.c 		tomoyo_same_name_union(&p1->dir_name, &p2->dir_name) &&
p1                970 security/tomoyo/file.c 		tomoyo_same_name_union(&p1->fs_type, &p2->fs_type) &&
p1                971 security/tomoyo/file.c 		tomoyo_same_number_union(&p1->flags, &p2->flags);
p1                 58 security/tomoyo/group.c 	const struct tomoyo_address_group *p1 = container_of(a, typeof(*p1),
p1                 63 security/tomoyo/group.c 	return tomoyo_same_ipaddr_union(&p1->address, &p2->address);
p1                195 security/tomoyo/network.c 	const struct tomoyo_inet_acl *p1 = container_of(a, typeof(*p1), head);
p1                198 security/tomoyo/network.c 	return p1->protocol == p2->protocol &&
p1                199 security/tomoyo/network.c 		tomoyo_same_ipaddr_union(&p1->address, &p2->address) &&
p1                200 security/tomoyo/network.c 		tomoyo_same_number_union(&p1->port, &p2->port);
p1                214 security/tomoyo/network.c 	const struct tomoyo_unix_acl *p1 = container_of(a, typeof(*p1), head);
p1                217 security/tomoyo/network.c 	return p1->protocol == p2->protocol &&
p1                218 security/tomoyo/network.c 		tomoyo_same_name_union(&p1->name, &p2->name);
p1                127 sound/core/seq/oss/seq_oss_event.c 		return note_off_event(dp, q->e.dev, q->e.chn, q->e.p1, q->e.p2, ev);
p1                130 sound/core/seq/oss/seq_oss_event.c 		return note_on_event(dp, q->e.dev, q->e.chn, q->e.p1, q->e.p2, ev);
p1                134 sound/core/seq/oss/seq_oss_event.c 					 q->e.chn, 0, q->e.p1, ev);
p1                138 sound/core/seq/oss/seq_oss_event.c 					 q->e.chn, 0, q->e.p1, ev);
p1                142 sound/core/seq/oss/seq_oss_event.c 		val = (char)q->e.p1;
p1                149 sound/core/seq/oss/seq_oss_event.c 		switch (q->e.p1) {
p1                163 sound/core/seq/oss/seq_oss_event.c 						  q->e.chn, q->e.p1, val, ev);
p1                203 sound/core/seq/oss/seq_oss_event.c 					  q->l.chn, 0, q->l.p1, ev);
p1                207 sound/core/seq/oss/seq_oss_event.c 					  q->l.chn, q->l.p1, q->l.val, ev);
p1                 48 sound/core/seq/oss/seq_oss_event.h 	unsigned char p1, p2, p3, p4;
p1                 57 sound/core/seq/oss/seq_oss_event.h 	unsigned char p1, p2;
p1                574 sound/core/seq/oss/seq_oss_midi.c 		ossev.l.p1 = ev->data.control.param;
p1                322 sound/firewire/fcp.c 	const u8 *p1, *p2;
p1                325 sound/firewire/fcp.c 	p1 = response;
p1                330 sound/firewire/fcp.c 		if ((mask & 1) && p1[i] != p2[i])
p1                 27 sound/isa/sb/emu8000_callback.c static int oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2);
p1                472 sound/isa/sb/emu8000_callback.c oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2)
p1                480 sound/isa/sb/emu8000_callback.c 		hw->reverb_mode = p1;
p1                485 sound/isa/sb/emu8000_callback.c 		hw->chorus_mode = p1;
p1                494 sound/isa/sb/emu8000_callback.c 		hw->bass_level = p1;
p1                606 sound/pci/asihpi/hpi6000.c 		phr->u.ax.assert.p1 =
p1                697 sound/pci/asihpi/hpi_internal.h 		u32 p1;
p1                 34 sound/pci/asihpi/hpifunc.c static u16 hpi_handle_indexes(const u32 h, u16 *p1, u16 *p2)
p1                 42 sound/pci/asihpi/hpifunc.c 	*p1 = (u16)uhandle.h.adapter_index;
p1               1365 sound/pci/asihpi/hpifunc.c #define hpi_control_param1_get(h, a, p1) \
p1               1366 sound/pci/asihpi/hpifunc.c 		hpi_control_param_get(h, a, 0, 0, p1, NULL)
p1               1367 sound/pci/asihpi/hpifunc.c #define hpi_control_param2_get(h, a, p1, p2) \
p1               1368 sound/pci/asihpi/hpifunc.c 		hpi_control_param_get(h, a, 0, 0, p1, p2)
p1                324 sound/synth/emux/emux_oss.c 	unsigned short p1;
p1                335 sound/synth/emux/emux_oss.c 	p1 = *(unsigned short *) &event[4];
p1                346 sound/synth/emux/emux_oss.c 			snd_emux_send_effect_oss(port, chan, p1, p2);
p1                369 sound/synth/emux/emux_oss.c 			port->volume_atten = (short)p1;
p1                376 sound/synth/emux/emux_oss.c 			chan->midi_pressure = p1;
p1                382 sound/synth/emux/emux_oss.c 		reset_port_mode(port, p1);
p1                395 sound/synth/emux/emux_oss.c 		if (p1 < EMUX_MD_END)
p1                396 sound/synth/emux/emux_oss.c 			port->ctrls[p1] = p2;
p1                403 sound/synth/emux/emux_oss.c 			emu->ops.oss_ioctl(emu, cmd, p1, p2);
p1                419 sound/synth/emux/emux_oss.c 	unsigned short p1;
p1                433 sound/synth/emux/emux_oss.c 	p1 = *(unsigned short *) &event[4];
p1                438 sound/synth/emux/emux_oss.c 		chan->midi_program = p1;
p1                443 sound/synth/emux/emux_oss.c 		chan->control[MIDI_CTL_MSB_PAN] = (int)p1 << 3;
p1                524 sound/usb/midi.c 					       uint8_t p1, uint8_t p2,
p1                531 sound/usb/midi.c 	buf[1] = p1;
p1                541 sound/usb/midi.c 					      uint8_t p1, uint8_t p2,
p1                547 sound/usb/midi.c 	buf[0] = p1;
p1                768 sound/usb/mixer.c 				      void *p1, int id)
p1                770 sound/usb/mixer.c 	struct uac_input_terminal_descriptor *d = p1;
p1                781 sound/usb/mixer.c 				      void *p1, int id)
p1                783 sound/usb/mixer.c 	struct uac2_input_terminal_descriptor *d = p1;
p1                804 sound/usb/mixer.c 				      void *p1, int id)
p1                806 sound/usb/mixer.c 	struct uac3_input_terminal_descriptor *d = p1;
p1                834 sound/usb/mixer.c 				 void *p1, int id)
p1                836 sound/usb/mixer.c 	struct uac_mixer_unit_descriptor *d = p1;
p1                855 sound/usb/mixer.c 				    void *p1, int id)
p1                857 sound/usb/mixer.c 	struct uac_selector_unit_descriptor *d = p1;
p1                873 sound/usb/mixer.c 				void *p1, int id, int vtype)
p1                875 sound/usb/mixer.c 	struct uac_processing_unit_descriptor *d = p1;
p1                902 sound/usb/mixer.c 				  void *p1, int id)
p1                911 sound/usb/mixer.c 					void *p1, int id)
p1                913 sound/usb/mixer.c 	struct uac_clock_source_descriptor *d = p1;
p1                923 sound/usb/mixer.c 					void *p1, int id)
p1                925 sound/usb/mixer.c 	struct uac3_clock_source_descriptor *d = p1;
p1                943 sound/usb/mixer.c 	void *p1;
p1                951 sound/usb/mixer.c 		p1 = find_audio_control_unit(state, id);
p1                952 sound/usb/mixer.c 		if (!p1)
p1                954 sound/usb/mixer.c 		if (!snd_usb_validate_audio_desc(p1, protocol))
p1                957 sound/usb/mixer.c 		hdr = p1;
p1                965 sound/usb/mixer.c 			struct uac_feature_unit_descriptor *d = p1;
p1                971 sound/usb/mixer.c 			return parse_term_uac1_iterm_unit(state, term, p1, id);
p1                973 sound/usb/mixer.c 			return parse_term_uac2_iterm_unit(state, term, p1, id);
p1                975 sound/usb/mixer.c 			return parse_term_uac3_iterm_unit(state, term, p1, id);
p1                979 sound/usb/mixer.c 			return parse_term_mixer_unit(state, term, p1, id);
p1                985 sound/usb/mixer.c 			return parse_term_selector_unit(state, term, p1, id);
p1                989 sound/usb/mixer.c 			return parse_term_proc_unit(state, term, p1, id,
p1                993 sound/usb/mixer.c 			return parse_term_effect_unit(state, term, p1, id);
p1                997 sound/usb/mixer.c 			return parse_term_proc_unit(state, term, p1, id,
p1               1000 sound/usb/mixer.c 			return parse_term_uac2_clock_source(state, term, p1, id);
p1               1002 sound/usb/mixer.c 			return parse_term_uac3_clock_source(state, term, p1, id);
p1               2744 sound/usb/mixer.c 	unsigned char *p1;
p1               2750 sound/usb/mixer.c 	p1 = find_audio_control_unit(state, unitid);
p1               2751 sound/usb/mixer.c 	if (!p1) {
p1               2756 sound/usb/mixer.c 	if (!snd_usb_validate_audio_desc(p1, protocol)) {
p1               2761 sound/usb/mixer.c 	switch (PTYPE(protocol, p1[2])) {
p1               2765 sound/usb/mixer.c 		return parse_audio_input_terminal(state, unitid, p1);
p1               2769 sound/usb/mixer.c 		return parse_audio_mixer_unit(state, unitid, p1);
p1               2772 sound/usb/mixer.c 		return parse_clock_source_unit(state, unitid, p1);
p1               2778 sound/usb/mixer.c 		return parse_audio_selector_unit(state, unitid, p1);
p1               2782 sound/usb/mixer.c 		return parse_audio_feature_unit(state, unitid, p1);
p1               2786 sound/usb/mixer.c 		return parse_audio_processing_unit(state, unitid, p1);
p1               2790 sound/usb/mixer.c 		return parse_audio_extension_unit(state, unitid, p1);
p1               2797 sound/usb/mixer.c 			      unitid, p1[2]);
p1                670 tools/bpf/bpftool/prog.c static int map_replace_compar(const void *p1, const void *p2)
p1                672 tools/bpf/bpftool/prog.c 	const struct map_replace *a = p1, *b = p2;
p1               1539 tools/lib/bpf/btf.c 	const struct btf_str_ptr *p1 = a1;
p1               1542 tools/lib/bpf/btf.c 	return strcmp(p1->str, p2->str);
p1               1547 tools/lib/bpf/btf.c 	const struct btf_str_ptr *p1 = a1;
p1               1550 tools/lib/bpf/btf.c 	if (p1->str != p2->str)
p1               1551 tools/lib/bpf/btf.c 		return p1->str < p2->str ? -1 : 1;
p1                406 tools/perf/bench/epoll-wait.c static int cmpworker(const void *p1, const void *p2)
p1                409 tools/perf/bench/epoll-wait.c 	struct worker *w1 = (struct worker *) p1;
p1                 52 tools/perf/tests/dwarf-unwind.c int test_dwarf_unwind__compare(void *p1, void *p2);
p1                128 tools/perf/tests/dwarf-unwind.c noinline int test_dwarf_unwind__compare(void *p1, void *p2)
p1                131 tools/perf/tests/dwarf-unwind.c 	struct thread *thread = *(struct thread **)p1;
p1                144 tools/perf/tests/dwarf-unwind.c 	return p1 - p2;
p1                 23 tools/perf/util/help-unknown-cmd.c static int levenshtein_compare(const void *p1, const void *p2)
p1                 25 tools/perf/util/help-unknown-cmd.c 	const struct cmdname *const *c1 = p1, *const *c2 = p2;
p1               1769 tools/perf/util/parse-events.c comp_pmu(const void *p1, const void *p2)
p1               1771 tools/perf/util/parse-events.c 	struct perf_pmu_event_symbol *pmu1 = (struct perf_pmu_event_symbol *) p1;
p1                286 tools/perf/util/time-utils.c 	char *str, *p1, *p2;
p1                294 tools/perf/util/time-utils.c 	p1 = str;
p1                296 tools/perf/util/time-utils.c 	while (p1 < str + len) {
p1                302 tools/perf/util/time-utils.c 		p2 = strchr(p1, ',');
p1                306 tools/perf/util/time-utils.c 		ret = (func)(p1, &ptime_buf[i], start, end);
p1                318 tools/perf/util/time-utils.c 			p1 = p2 + 1;
p1                393 tools/perf/util/time-utils.c 	const char *p1, *p2;
p1                403 tools/perf/util/time-utils.c 	p1 = ostr;
p1                404 tools/perf/util/time-utils.c 	while (p1 < ostr + strlen(ostr)) {
p1                405 tools/perf/util/time-utils.c 		p2 = strchr(p1, ',');
p1                409 tools/perf/util/time-utils.c 		p1 = p2 + 1;
p1                 62 tools/testing/selftests/bpf/test_sockmap.c int s1, s2, c1, c2, p1, p2;
p1                144 tools/testing/selftests/bpf/test_sockmap.c 	else if (s == p1)
p1                205 tools/testing/selftests/bpf/test_sockmap.c 	s1 = s2 = p1 = p2 = c1 = c2 = 0;
p1                287 tools/testing/selftests/bpf/test_sockmap.c 	p1 = accept(s1, NULL, NULL);
p1                288 tools/testing/selftests/bpf/test_sockmap.c 	if (p1 < 0) {
p1                615 tools/testing/selftests/bpf/test_sockmap.c 		rx_fd = p1;
p1                734 tools/testing/selftests/bpf/test_sockmap.c 		FD_SET(p1, &w);
p1                999 tools/testing/selftests/bpf/test_sockmap.c 			err = bpf_map_update_elem(map_fd[1], &i, &p1, BPF_ANY);
p1               1005 tools/testing/selftests/bpf/test_sockmap.c 			err = bpf_map_update_elem(map_fd[2], &i, &p1, BPF_ANY);
p1               1023 tools/testing/selftests/bpf/test_sockmap.c 					p2 : p1;
p1               1088 tools/testing/selftests/bpf/test_sockmap.c 	close(p1);
p1                 17 tools/testing/selftests/bpf/trace_helpers.c static int ksym_cmp(const void *p1, const void *p2)
p1                 19 tools/testing/selftests/bpf/trace_helpers.c 	return ((struct ksym *)p1)->addr - ((struct ksym *)p2)->addr;
p1               1315 tools/testing/selftests/x86/protection_keys.c 	void *p1;
p1               1317 tools/testing/selftests/x86/protection_keys.c 	p1 = ALIGN_PTR_UP(&lots_o_noops_around_write, PAGE_SIZE);
p1               1320 tools/testing/selftests/x86/protection_keys.c 	assert(p1 == &lots_o_noops_around_write);
p1               1323 tools/testing/selftests/x86/protection_keys.c 	p1 += PAGE_SIZE;
p1               1329 tools/testing/selftests/x86/protection_keys.c 	madvise(p1, PAGE_SIZE, MADV_DONTNEED);
p1               1331 tools/testing/selftests/x86/protection_keys.c 	return p1;
p1               1336 tools/testing/selftests/x86/protection_keys.c 	void *p1;
p1               1341 tools/testing/selftests/x86/protection_keys.c 	p1 = get_pointer_to_instructions();
p1               1343 tools/testing/selftests/x86/protection_keys.c 	ptr_contents = read_ptr(p1);
p1               1344 tools/testing/selftests/x86/protection_keys.c 	dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents);
p1               1346 tools/testing/selftests/x86/protection_keys.c 	ret = mprotect_pkey(p1, PAGE_SIZE, PROT_EXEC, (u64)pkey);
p1               1355 tools/testing/selftests/x86/protection_keys.c 	madvise(p1, PAGE_SIZE, MADV_DONTNEED);
p1               1358 tools/testing/selftests/x86/protection_keys.c 	ptr_contents = read_ptr(p1);
p1               1359 tools/testing/selftests/x86/protection_keys.c 	dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents);
p1               1365 tools/testing/selftests/x86/protection_keys.c 	void *p1;
p1               1372 tools/testing/selftests/x86/protection_keys.c 	p1 = get_pointer_to_instructions();
p1               1374 tools/testing/selftests/x86/protection_keys.c 	ptr_contents = read_ptr(p1);
p1               1375 tools/testing/selftests/x86/protection_keys.c 	dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents);
p1               1378 tools/testing/selftests/x86/protection_keys.c 	ret = mprotect(p1, PAGE_SIZE, PROT_EXEC);
p1               1384 tools/testing/selftests/x86/protection_keys.c 	madvise(p1, PAGE_SIZE, MADV_DONTNEED);
p1               1387 tools/testing/selftests/x86/protection_keys.c 	ptr_contents = read_ptr(p1);
p1               1388 tools/testing/selftests/x86/protection_keys.c 	dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents);
p1               1397 tools/testing/selftests/x86/protection_keys.c 	ret = mprotect(p1, PAGE_SIZE, PROT_NONE);
p1               1400 tools/testing/selftests/x86/protection_keys.c 	ret = mprotect(p1, PAGE_SIZE, PROT_READ|PROT_EXEC);
p1               1402 tools/testing/selftests/x86/protection_keys.c 	ptr_contents = read_ptr(p1);
p1                 47 tools/vm/page_owner_sort.c static int compare_txt(const void *p1, const void *p2)
p1                 49 tools/vm/page_owner_sort.c 	const struct block_list *l1 = p1, *l2 = p2;
p1                 54 tools/vm/page_owner_sort.c static int compare_num(const void *p1, const void *p2)
p1                 56 tools/vm/page_owner_sort.c 	const struct block_list *l1 = p1, *l2 = p2;
p1               3825 virt/kvm/kvm_main.c static int kvm_io_bus_sort_cmp(const void *p1, const void *p2)
p1               3827 virt/kvm/kvm_main.c 	return kvm_io_bus_cmp(p1, p2);