Searched refs:p2 (Results 26 - 50 of 384) sorted by relevance

1234567891011>>

/linux-master/arch/x86/include/asm/
H A Dxor.h42 #define PF1(x) " prefetchnta "PF_OFFS(x)"(%[p2]) ;\n"
46 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n"
61 const unsigned long * __restrict p2)
100 " add %[inc], %[p2] ;\n"
104 [p1] "+r" (p1), [p2] "+r" (p2)
113 const unsigned long * __restrict p2)
135 " add %[inc], %[p2] ;\n"
139 [p1] "+r" (p1), [p2] "+r" (p2)
60 xor_sse_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
112 xor_sse_2_pf64(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
147 xor_sse_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
207 xor_sse_3_pf64(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
245 xor_sse_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
313 xor_sse_4_pf64(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
354 xor_sse_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
430 xor_sse_5_pf64(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Dintel_pcode.h27 int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 *val);
28 int snb_pcode_write_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 val);
/linux-master/lib/raid6/test/
H A Dtest.c91 int i, j, p1, p2; local
126 for (p2 = p1; p2 < NDISKS-2; p2++) {
129 raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE,
131 makedata(p1, p2);
132 raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE,
/linux-master/drivers/thermal/qcom/
H A Dtsens-v0_1.c88 u32 p1[5], p2[5]; local
107 p1, p2,
110 compute_intercept_slope(priv, p1, p2, mode);
117 static void fixup_8974_points(int mode, u32 *p1, u32 *p2) argument
140 p2[i] += BIT_APPEND;
148 u32 p1[11], p2[11]; local
158 mode = tsens_read_calibration(priv, 2, p1, p2, backup == BKP_SEL);
162 fixup_8974_points(mode, p1, p2);
164 compute_intercept_slope(priv, p1, p2, mode);
171 u32 p1[11], p2[1 local
[all...]
/linux-master/security/tomoyo/
H A Denviron.c80 const struct tomoyo_env_acl *p2 = container_of(b, typeof(*p2), head); local
82 return p1->env == p2->env;
/linux-master/lib/raid6/
H A Drecov_s390xc.c12 static inline void xor_block(u8 *p1, u8 *p2) argument
17 " xc 0(256,%[p1]),0(%[p2])\n"
18 : "+m" (*(addrtype *) p1) : "m" (*(addrtype *) p2),
19 [p1] "a" (p1), [p2] "a" (p2) : "cc");
/linux-master/tools/testing/selftests/bpf/progs/
H A Dpercpu_alloc_fail.c66 struct val2_t __percpu_kptr *p2; local
75 p2 = bpf_percpu_obj_new(struct val2_t);
76 if (!p2)
79 p = bpf_kptr_xchg(&e->pc, p2);
/linux-master/sound/core/seq/oss/
H A Dseq_oss_event.h48 unsigned char p1, p2, p3, p4; member in struct:evrec_extended
57 unsigned char p1, p2; member in struct:evrec_long
/linux-master/arch/hexagon/lib/
H A Dmemcpy_likely_aligned.S29 p2 = cmp.gtu(r2,#48) define
40 if (!p2) jumpr:t r31
H A Dmodsi3.S10 p2 = cmp.ge(r0,#0) define
40 if (p2) jumpr r31
H A Dmemcpy.S154 #define align p2 /* alignment of input rel to 8byte boundary */
185 p2 = cmp.eq(len, #0); /* =0 */ define
191 p1 = or(p2, p1);
198 p2 = bitsclr(align888, #7); /* %8 < 97 */ define
202 p2 = and(p2,!p3); /* %8 < 97 */ define
203 if (p2.new) len = add(len, #-8); /* %8 < 97 */
204 if (p2.new) jump:NT .Ldwordaligned; /* %8 < 97 */
276 p2 = cmp.eq(kernel, #1); /* skip ovr if kernel == 0 */ define
281 if(!p2) ptr_out_p_3
310 p2 = cmp.gtu(offset, #7); define
[all...]
/linux-master/tools/mm/
H A Dpage_owner_sort.c126 static int compare_txt(const void *p1, const void *p2) argument
128 const struct block_list *l1 = p1, *l2 = p2;
133 static int compare_stacktrace(const void *p1, const void *p2) argument
135 const struct block_list *l1 = p1, *l2 = p2;
140 static int compare_num(const void *p1, const void *p2) argument
142 const struct block_list *l1 = p1, *l2 = p2;
147 static int compare_page_num(const void *p1, const void *p2) argument
149 const struct block_list *l1 = p1, *l2 = p2;
154 static int compare_pid(const void *p1, const void *p2) argument
156 const struct block_list *l1 = p1, *l2 = p2;
161 compare_tgid(const void *p1, const void *p2) argument
168 compare_allocator(const void *p1, const void *p2) argument
175 compare_comm(const void *p1, const void *p2) argument
182 compare_ts(const void *p1, const void *p2) argument
189 compare_cull_condition(const void *p1, const void *p2) argument
206 compare_sort_condition(const void *p1, const void *p2) argument
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.h16 typedef int (*ksym_cmp_t)(const void *p1, const void *p2);
17 typedef int (*ksym_search_cmp_t)(const void *p1, const struct ksym *p2);
/linux-master/arch/arm64/lib/
H A Dxor-neon.c14 const unsigned long * __restrict p2)
17 uint64_t *dp2 = (uint64_t *)p2;
23 /* p1 ^= p2 */
41 const unsigned long * __restrict p2,
45 uint64_t *dp2 = (uint64_t *)p2;
52 /* p1 ^= p2 */
77 const unsigned long * __restrict p2,
82 uint64_t *dp2 = (uint64_t *)p2;
90 /* p1 ^= p2 */
122 const unsigned long * __restrict p2,
13 xor_arm64_neon_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
40 xor_arm64_neon_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
76 xor_arm64_neon_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
121 xor_arm64_neon_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
194 xor_arm64_eor3_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
229 xor_arm64_eor3_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
273 xor_arm64_eor3_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
[all...]
/linux-master/crypto/
H A Dxor.c29 unsigned long *p1, *p2, *p3, *p4; local
37 p2 = (unsigned long *) srcs[1];
39 active_template->do_3(bytes, dest, p1, p2);
45 active_template->do_4(bytes, dest, p1, p2, p3);
50 active_template->do_5(bytes, dest, p1, p2, p3, p4);
/linux-master/arch/arm/mm/
H A Dfault-armv.c219 static int __init check_writebuffer(unsigned long *p1, unsigned long *p2) argument
227 *p2 = zero;
245 unsigned long *p1, *p2; local
250 p2 = vmap(&page, 1, VM_IOREMAP, prot);
252 if (p1 && p2) {
253 v = check_writebuffer(p1, p2);
260 vunmap(p2);
/linux-master/lib/crypto/mpi/
H A Dec.c935 MPI_POINT p1, MPI_POINT p2,
941 #define x2 (p2->x)
942 #define y2 (p2->y)
943 #define z2 (p2->z)
964 mpi_set(x3, p2->x);
965 mpi_set(y3, p2->y);
966 mpi_set(z3, p2->z);
1060 MPI_POINT p1, MPI_POINT p2,
1065 (void)p2;
1073 MPI_POINT p1, MPI_POINT p2,
934 add_points_weierstrass(MPI_POINT result, MPI_POINT p1, MPI_POINT p2, struct mpi_ec_ctx *ctx) argument
1059 add_points_montgomery(MPI_POINT result, MPI_POINT p1, MPI_POINT p2, struct mpi_ec_ctx *ctx) argument
1072 add_points_edwards(MPI_POINT result, MPI_POINT p1, MPI_POINT p2, struct mpi_ec_ctx *ctx) argument
1166 montgomery_ladder(MPI_POINT prd, MPI_POINT sum, MPI_POINT p1, MPI_POINT p2, MPI dif_x, struct mpi_ec_ctx *ctx) argument
1191 mpi_ec_add_points(MPI_POINT result, MPI_POINT p1, MPI_POINT p2, struct mpi_ec_ctx *ctx) argument
1219 struct gcry_mpi_point p1, p2, p1inv; local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c41 } p2; member in struct:intel_limit
52 .p2 = { .dot_limit = 165000,
65 .p2 = { .dot_limit = 165000,
78 .p2 = { .dot_limit = 165000,
91 .p2 = { .dot_limit = 200000,
104 .p2 = { .dot_limit = 112000,
118 .p2 = { .dot_limit = 270000,
133 .p2 = { .dot_limit = 165000,
146 .p2 = { .dot_limit = 0,
160 .p2
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dipip_hier_gre_keys.sh17 ol1=${NETIFS[p2]}
H A Dipip_flat_gre_keys.sh17 ol1=${NETIFS[p2]}
H A Dipip_hier_gre_key.sh17 ol1=${NETIFS[p2]}
H A Dipip_hier_gre.sh17 ol1=${NETIFS[p2]}
H A Dipip_flat_gre_key.sh17 ol1=${NETIFS[p2]}
H A Dipip_flat_gre.sh17 ol1=${NETIFS[p2]}
H A Dip6gre_flat.sh20 ol1=${NETIFS[p2]}

Completed in 327 milliseconds

1234567891011>>