Home
last modified time | relevance | path

Searched refs:p3 (Results 1 – 25 of 161) sorted by relevance

1234567

/linux/include/asm-generic/
A Dxor.h46 p3 += 8; in xor_8regs_3()
67 p3 += 8; in xor_8regs_4()
89 p3 += 8; in xor_8regs_5()
173 p3 += 8; in xor_32regs_3()
227 p3 += 8; in xor_32regs_4()
290 p3 += 8; in xor_32regs_5()
346 p3 += 8; in xor_8regs_p_3()
379 p3 += 8; in xor_8regs_p_4()
415 p3 += 8; in xor_8regs_p_5()
519 p3 += 8; in xor_32regs_p_3()
[all …]
/linux/arch/arm/include/asm/
A Dxor.h68 unsigned long *p3) in xor_arm4regs_3() argument
83 XOR_BLOCK_4(p3); in xor_arm4regs_3()
90 unsigned long *p3, unsigned long *p4) in xor_arm4regs_4() argument
101 XOR_BLOCK_2(p3); in xor_arm4regs_4()
120 XOR_BLOCK_2(p3); in xor_arm4regs_5()
162 unsigned long *p3) in xor_neon_3() argument
165 xor_arm4regs_3(bytes, p1, p2, p3); in xor_neon_3()
168 xor_block_neon_inner.do_3(bytes, p1, p2, p3); in xor_neon_3()
175 unsigned long *p3, unsigned long *p4) in xor_neon_4() argument
178 xor_arm4regs_4(bytes, p1, p2, p3, p4); in xor_neon_4()
[all …]
/linux/arch/sparc/include/asm/
A Dxor_32.h54 unsigned long *p3) in sparc_3() argument
93 : "r" (p1), "r" (p2), "r" (p3) in sparc_3()
99 p3 += 8; in sparc_3()
105 unsigned long *p3, unsigned long *p4) in sparc_4() argument
156 : "r" (p1), "r" (p2), "r" (p3), "r" (p4) in sparc_4()
162 p3 += 8; in sparc_4()
169 unsigned long *p3, unsigned long *p4, unsigned long *p5) in sparc_5() argument
232 : "r" (p1), "r" (p2), "r" (p3), "r" (p4), "r" (p5) in sparc_5()
238 p3 += 8; in sparc_5()
/linux/arch/hexagon/lib/
A Dmemcpy.S255 p3 = cmp.gtu(back, #8); define
290 if(p3) dataF8 = memd(ptr_in+#8);
339 p3 = cmp.gtu(kernel, #0); define
349 p3 = cmp.gtu(dalign, #24); define
352 if(p3) jump .Lodd_alignment;
367 p3 = cmp.eq(kernel, rest); define
443 p3 = cmp.eq(epilogdws, #0); define
449 if(p3) jump .Lepilog60;
455 p3 = cmp.eq(kernel, #0); define
456 if(p3.new) kernel= #8;
[all …]
A Ddivsi3.S15 p3 = xor(p0,p1) define
21 r0 = mux(p3,#-1,#1)
64 if (p3) r0 = sub(r1,r0)
/linux/arch/x86/include/asm/
A Dxor.h146 unsigned long *p3) in xor_sse_3() argument
196 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) in xor_sse_3()
205 unsigned long *p3) in xor_sse_3_pf64() argument
233 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) in xor_sse_3_pf64()
242 unsigned long *p3, unsigned long *p4) in xor_sse_4() argument
299 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4()
308 unsigned long *p3, unsigned long *p4) in xor_sse_4_pf64() argument
338 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4_pf64()
347 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_sse_5() argument
411 [p3] "+r" (p3), [p4] "+r" (p4), [p5] "+r" (p5) in xor_sse_5()
[all …]
A Dxor_avx.h86 unsigned long *p2, unsigned long *p3) in xor_avx_4() argument
96 asm volatile("vmovdqa %0, %%ymm" #reg : : "m" (p3[i / sizeof(*p3)])); \ in xor_avx_4()
112 p3 = (unsigned long *)((uintptr_t)p3 + 512); in xor_avx_4()
119 unsigned long *p2, unsigned long *p3, unsigned long *p4) in xor_avx_5() argument
131 "m" (p3[i / sizeof(*p3)])); \ in xor_avx_5()
147 p3 = (unsigned long *)((uintptr_t)p3 + 512); in xor_avx_5()
A Dxor_32.h68 unsigned long *p3) in xor_pII_mmx_3() argument
108 "+r" (p1), "+r" (p2), "+r" (p3) in xor_pII_mmx_3()
117 unsigned long *p3, unsigned long *p4) in xor_pII_mmx_4() argument
162 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) in xor_pII_mmx_4()
172 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_pII_mmx_5() argument
230 "+r" (p1), "+r" (p2), "+r" (p3) in xor_pII_mmx_5()
299 unsigned long *p3) in xor_p5_mmx_3() argument
347 "+r" (p1), "+r" (p2), "+r" (p3) in xor_p5_mmx_3()
356 unsigned long *p3, unsigned long *p4) in xor_p5_mmx_4() argument
413 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) in xor_p5_mmx_4()
[all …]
A Dkvm_para.h64 unsigned long p2, unsigned long p3) in kvm_hypercall3() argument
69 : "a"(nr), "b"(p1), "c"(p2), "d"(p3) in kvm_hypercall3()
75 unsigned long p2, unsigned long p3, in kvm_hypercall4() argument
81 : "a"(nr), "b"(p1), "c"(p2), "d"(p3), "S"(p4) in kvm_hypercall4()
87 unsigned long p2, unsigned long p3) in kvm_sev_hypercall3() argument
93 : "a"(nr), "b"(p1), "c"(p2), "d"(p3) in kvm_sev_hypercall3()
/linux/tools/testing/selftests/ftrace/test.d/instances/
A Dinstance-event.tc55 p3=$!
56 echo $p3
60 kill -1 $p3
65 wait $p1 $p2 $p3
107 p3=$!
108 echo $p3
123 kill -1 $p3
128 wait $p1 $p2 $p3 $p4 $p5
A Dinstance.tc47 p3=$!
48 echo $p3
63 kill -1 $p3
68 wait $p1 $p2 $p3 $p4 $p5
/linux/arch/s390/lib/
A Dxor.c36 unsigned long *p3) in xor_xc_3() argument
57 : "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3) in xor_xc_3()
62 unsigned long *p3, unsigned long *p4) in xor_xc_4() argument
87 : "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3), "+a" (p4) in xor_xc_4()
92 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_xc_5() argument
121 : "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3), "+a" (p4), in xor_xc_5()
/linux/scripts/coccinelle/free/
A Dclk_put.cocci23 position p1,p2,p3;
46 return@p3 ...; }
54 p3 << clk.p3;
59 cocci.print_secs("needed clk_put",p3)
64 p3 << clk.p3;
68 coccilib.report.print_report(p3[0],msg)
A Diounmap.cocci23 position p1,p2,p3;
46 return@p3 ...; }
54 p3 << iom.p3;
59 cocci.print_secs("needed iounmap",p3)
64 p3 << iom.p3;
68 coccilib.report.print_report(p3[0],msg)
/linux/arch/arm64/include/asm/
A Dxor.h28 unsigned long *p3) in xor_neon_3() argument
31 xor_block_inner_neon.do_3(bytes, p1, p2, p3); in xor_neon_3()
37 unsigned long *p3, unsigned long *p4) in xor_neon_4() argument
40 xor_block_inner_neon.do_4(bytes, p1, p2, p3, p4); in xor_neon_4()
46 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_neon_5() argument
49 xor_block_inner_neon.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
/linux/arch/hexagon/mm/
A Dcopy_user_template.S35 p3=sp1loop0(.Loop8,loopcount)
40 if (p3) memd(dst++#8) = d_dbuf
65 p3=sp1loop0(.Loop4,loopcount)
70 if (p3) memw(dst++#4) = w_dbuf
91 p3=sp1loop0(.Loop2,loopcount)
96 if (p3) memh(dst++#2) = w_dbuf
107 p3=sp1loop0(.Loop1,bytes)
112 if (p3) memb(dst++#1) = w_dbuf
/linux/arch/arm64/lib/
A Dxor-neon.c41 unsigned long *p2, unsigned long *p3) in xor_arm64_neon_3() argument
45 uint64_t *dp3 = (uint64_t *)p3; in xor_arm64_neon_3()
76 unsigned long *p2, unsigned long *p3, unsigned long *p4) in xor_arm64_neon_4() argument
80 uint64_t *dp3 = (uint64_t *)p3; in xor_arm64_neon_4()
119 unsigned long *p2, unsigned long *p3, in xor_arm64_neon_5() argument
124 uint64_t *dp3 = (uint64_t *)p3; in xor_arm64_neon_5()
/linux/drivers/clk/
A Dclk-si5351.c38 unsigned long p3; member
140 params->p3 = 1; in si5351_read_parameters()
164 buf[1] = params->p3 & 0xff; in si5351_write_parameters()
426 if (hwdata->params.p3 == 0) in si5351_pll_recalc_rate()
431 rate += 512 * hwdata->params.p3; in si5351_pll_recalc_rate()
480 hwdata->params.p3 = c; in si5351_pll_round_rate()
624 rate *= 128 * hwdata->params.p3; in si5351_msynth_recalc_rate()
627 m += 512 * hwdata->params.p3; in si5351_msynth_recalc_rate()
732 hwdata->params.p3 = 1; in si5351_msynth_round_rate()
736 hwdata->params.p3 = 0; in si5351_msynth_round_rate()
[all …]
/linux/crypto/
A Dxor.c29 unsigned long *p1, *p2, *p3, *p4; in xor_blocks() local
43 p3 = (unsigned long *) srcs[2]; in xor_blocks()
45 active_template->do_4(bytes, dest, p1, p2, p3); in xor_blocks()
50 active_template->do_5(bytes, dest, p1, p2, p3, p4); in xor_blocks()
/linux/drivers/misc/cxl/
A Dhcalls.c206 u64 p1, u64 p2, u64 p3, u64 p4, u64 *out) in cxl_h_control_function() argument
211 CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FUNCTION, unit_address, op, p1, p2, p3, p4); in cxl_h_control_function()
213 unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc); in cxl_h_control_function()
214 trace_cxl_hcall_control_function(unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc); in cxl_h_control_function()
479 u64 p1, u64 p2, u64 p3, u64 p4, u64 *out) in cxl_h_control_facility() argument
484 CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FACILITY, unit_address, op, p1, p2, p3, p4); in cxl_h_control_facility()
486 unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[0], rc); in cxl_h_control_facility()
487 …trace_cxl_hcall_control_facility(unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[… in cxl_h_control_facility()
A Dtrace.h517 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
520 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc),
527 __field(u64, p3)
538 __entry->p3 = p3;
549 __entry->p3,
598 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
600 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
646 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
648 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
/linux/tools/testing/selftests/net/
A Dfib-onlink-tests.sh15 NETIFS[p3]=veth3
27 V4ADDRS[p3]=169.254.3.1
38 V6ADDRS[p3]=2001:db8:301::1
190 ip li add ${NETIFS[p3]} type veth peer name ${NETIFS[p4]}
213 ip -6 ro add default via ${V6ADDRS[p3]/::[0-9]/::64}
322 run_ip 254 ${TEST_NET4[1]}.102 ${V4ADDRS[p3]} ${NETIFS[p1]} 2 \
/linux/arch/sparc/kernel/
A Dsetup_64.c314 struct popc_3insn_patch_entry *p3; in popc_patch() local
317 p3 = &__popc_3insn_patch; in popc_patch()
318 while (p3 < &__popc_3insn_patch_end) { in popc_patch()
319 unsigned long i, addr = p3->addr; in popc_patch()
322 *(unsigned int *) (addr + (i * 4)) = p3->insns[i]; in popc_patch()
328 p3++; in popc_patch()
/linux/arch/powerpc/include/asm/
A Depapr_hcalls.h550 unsigned long p2, unsigned long p3) in epapr_hypercall3() argument
557 in[2] = p3; in epapr_hypercall3()
562 unsigned long p2, unsigned long p3, in epapr_hypercall4() argument
570 in[2] = p3; in epapr_hypercall4()
/linux/Documentation/devicetree/bindings/pinctrl/
A Dmarvell,armada-375-pinctrl.txt19 mpp3 3 gpio, dev(ad5), ptp(trig), led(p3), audio(mclk)
44 mpp28 28 gpio, led(p3), ge1(txctl), sd(clk)
65 mpp49 49 gpio, led(p3), ge0(txd3), ge1(txd3)
80 mpp64 64 gpio, dram(vttctrl), led(p3)

Completed in 30 milliseconds

1234567