/linux/include/asm-generic/ |
A D | xor.h | 46 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 D | xor.h | 68 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 D | xor_32.h | 54 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 D | memcpy.S | 255 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 D | divsi3.S | 15 p3 = xor(p0,p1) define 21 r0 = mux(p3,#-1,#1) 64 if (p3) r0 = sub(r1,r0)
|
/linux/arch/x86/include/asm/ |
A D | xor.h | 146 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 D | xor_avx.h | 86 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 D | xor_32.h | 68 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 D | kvm_para.h | 64 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 D | instance-event.tc | 55 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 D | instance.tc | 47 p3=$! 48 echo $p3 63 kill -1 $p3 68 wait $p1 $p2 $p3 $p4 $p5
|
/linux/arch/s390/lib/ |
A D | xor.c | 36 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 D | clk_put.cocci | 23 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 D | iounmap.cocci | 23 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 D | xor.h | 28 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 D | copy_user_template.S | 35 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 D | xor-neon.c | 41 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 D | clk-si5351.c | 38 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 D | xor.c | 29 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 D | hcalls.c | 206 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 D | trace.h | 517 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 D | fib-onlink-tests.sh | 15 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 D | setup_64.c | 314 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 D | epapr_hcalls.h | 550 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 D | marvell,armada-375-pinctrl.txt | 19 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)
|