Home
last modified time | relevance | path

Searched refs:p4 (Results 1 – 25 of 128) sorted by relevance

123456

/Linux-v5.15/include/asm-generic/
Dxor.h52 unsigned long *p3, unsigned long *p4) in xor_8regs_4() argument
57 p1[0] ^= p2[0] ^ p3[0] ^ p4[0]; in xor_8regs_4()
58 p1[1] ^= p2[1] ^ p3[1] ^ p4[1]; in xor_8regs_4()
59 p1[2] ^= p2[2] ^ p3[2] ^ p4[2]; in xor_8regs_4()
60 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_4()
61 p1[4] ^= p2[4] ^ p3[4] ^ p4[4]; in xor_8regs_4()
62 p1[5] ^= p2[5] ^ p3[5] ^ p4[5]; in xor_8regs_4()
63 p1[6] ^= p2[6] ^ p3[6] ^ p4[6]; in xor_8regs_4()
64 p1[7] ^= p2[7] ^ p3[7] ^ p4[7]; in xor_8regs_4()
68 p4 += 8; in xor_8regs_4()
[all …]
/Linux-v5.15/arch/x86/include/asm/
Dxor_32.h117 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
184 asm("" : "+r" (p4), "+r" (p5)); in xor_pII_mmx_5()
231 : "r" (p4), "r" (p5) in xor_pII_mmx_5()
237 asm("" : "=r" (p4), "=r" (p5)); in xor_pII_mmx_5()
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()
422 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_p5_mmx_5() argument
434 asm("" : "+r" (p4), "+r" (p5)); in xor_p5_mmx_5()
[all …]
Dxor.h242 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()
420 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_sse_5_pf64() argument
452 [p3] "+r" (p3), [p4] "+r" (p4), [p5] "+r" (p5) in xor_sse_5_pf64()
Dxor_avx.h119 unsigned long *p2, unsigned long *p3, unsigned long *p4) in xor_avx_5() argument
129 asm volatile("vmovdqa %0, %%ymm" #reg : : "m" (p4[i / sizeof(*p4)])); \ in xor_avx_5()
148 p4 = (unsigned long *)((uintptr_t)p4 + 512); in xor_avx_5()
Dkvm_para.h76 unsigned long p4) in kvm_hypercall4() argument
81 : "a"(nr), "b"(p1), "c"(p2), "d"(p3), "S"(p4) in kvm_hypercall4()
/Linux-v5.15/arch/sparc/include/asm/
Dxor_32.h105 unsigned long *p3, unsigned long *p4) in sparc_4() argument
156 : "r" (p1), "r" (p2), "r" (p3), "r" (p4) in sparc_4()
163 p4 += 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()
239 p4 += 8; in sparc_5()
/Linux-v5.15/arch/arm/include/asm/
Dxor.h90 unsigned long *p3, unsigned long *p4) in xor_arm4regs_4() argument
102 XOR_BLOCK_2(p4); in xor_arm4regs_4()
109 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_arm4regs_5() argument
121 XOR_BLOCK_2(p4); in xor_arm4regs_5()
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()
181 xor_block_neon_inner.do_4(bytes, p1, p2, p3, p4); in xor_neon_4()
188 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_neon_5() argument
191 xor_arm4regs_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
194 xor_block_neon_inner.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
/Linux-v5.15/arch/s390/lib/
Dxor.c62 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-v5.15/tools/testing/selftests/ftrace/test.d/instances/
Dinstance.tc51 p4=$!
52 echo $p4
64 kill -1 $p4
68 wait $p1 $p2 $p3 $p4 $p5
Dinstance-event.tc111 p4=$!
112 echo $p4
124 kill -1 $p4
128 wait $p1 $p2 $p3 $p4 $p5
/Linux-v5.15/arch/arm64/include/asm/
Dxor.h37 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-v5.15/drivers/misc/cxl/
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()
Dtrace.h518 u64 p4, unsigned long r4, long rc),
520 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc),
528 __field(u64, p4)
539 __entry->p4 = p4;
550 __entry->p4,
599 u64 p4, unsigned long r4, long rc),
600 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
647 u64 p4, unsigned long r4, long rc),
648 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
/Linux-v5.15/crypto/
Dxor.c29 unsigned long *p1, *p2, *p3, *p4; in xor_blocks() local
49 p4 = (unsigned long *) srcs[3]; in xor_blocks()
50 active_template->do_5(bytes, dest, p1, p2, p3, p4); in xor_blocks()
/Linux-v5.15/arch/ia64/lib/
Dmemcpy.S212 (p4) st2 [dst]=t0,2
213 (p4) shr.u t0=t0,16
214 (p4) adds cnt=2,cnt
266 (p4) st2 [dst]=t0,2
267 (p4) shr.u t0=t0,16
/Linux-v5.15/arch/arm64/lib/
Dxor-neon.c76 unsigned long *p2, unsigned long *p3, unsigned long *p4) in xor_arm64_neon_4() argument
81 uint64_t *dp4 = (uint64_t *)p4; in xor_arm64_neon_4()
120 unsigned long *p4, unsigned long *p5) in xor_arm64_neon_5() argument
125 uint64_t *dp4 = (uint64_t *)p4; in xor_arm64_neon_5()
/Linux-v5.15/arch/powerpc/mm/
Dhugetlbpage.c113 p4d_t *p4; in huge_pte_alloc() local
123 p4 = p4d_offset(pg, addr); in huge_pte_alloc()
128 return (pte_t *) p4; in huge_pte_alloc()
134 hpdp = (hugepd_t *)p4; in huge_pte_alloc()
137 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc()
162 hpdp = (hugepd_t *)p4; in huge_pte_alloc()
165 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc()
/Linux-v5.15/tools/testing/selftests/net/
Dfib-onlink-tests.sh16 NETIFS[p4]=veth4
28 V4ADDRS[p4]=169.254.3.2
39 V6ADDRS[p4]=2001:db8:301::2
190 ip li add ${NETIFS[p3]} type veth peer name ${NETIFS[p4]}
/Linux-v5.15/include/media/i2c/
Dmt9t112.h13 u8 p1, p2, p3, p4, p5, p6, p7; member
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dforwarding.config.sample11 NETIFS[p4]=veth3
Dipip_flat_gre.sh20 ul2=${NETIFS[p4]}
Dipip_hier_gre.sh20 ul2=${NETIFS[p4]}
Dipip_flat_gre_keys.sh20 ul2=${NETIFS[p4]}
Dipip_hier_gre_key.sh20 ul2=${NETIFS[p4]}
/Linux-v5.15/arch/x86/events/intel/
DMakefile4 obj-$(CONFIG_CPU_SUP_INTEL) += lbr.o p4.o p6.o pt.o

123456