Home
last modified time | relevance | path

Searched refs:p5 (Results 1 – 25 of 130) sorted by relevance

123456

/openbmc/linux/include/asm-generic/
H A Dxor.h81 const unsigned long * __restrict p5) in xor_8regs_5() argument
86 p1[0] ^= p2[0] ^ p3[0] ^ p4[0] ^ p5[0]; in xor_8regs_5()
87 p1[1] ^= p2[1] ^ p3[1] ^ p4[1] ^ p5[1]; in xor_8regs_5()
88 p1[2] ^= p2[2] ^ p3[2] ^ p4[2] ^ p5[2]; in xor_8regs_5()
89 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; in xor_8regs_5()
90 p1[4] ^= p2[4] ^ p3[4] ^ p4[4] ^ p5[4]; in xor_8regs_5()
91 p1[5] ^= p2[5] ^ p3[5] ^ p4[5] ^ p5[5]; in xor_8regs_5()
92 p1[6] ^= p2[6] ^ p3[6] ^ p4[6] ^ p5[6]; in xor_8regs_5()
93 p1[7] ^= p2[7] ^ p3[7] ^ p4[7] ^ p5[7]; in xor_8regs_5()
98 p5 += 8; in xor_8regs_5()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh18 NETIFS[p5]=veth5
29 V4ADDRS[p5]=169.254.5.1
40 V6ADDRS[p5]=2001:db8:501::1
191 ip li add ${NETIFS[p5]} type veth peer name ${NETIFS[p6]}
279 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.1 ${CONGW[3]} ${NETIFS[p5]} 0 "unicast connected"
280 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.2 ${RECGW4[2]} ${NETIFS[p5]} 0 "unicast recursive"
284 run_ip ${PBR_TABLE} ${TEST_NET4[2]}.3 ${CONGW[3]} ${NETIFS[p5]} 0 "unicast connected"
285 run_ip ${PBR_TABLE} ${TEST_NET4[2]}.4 ${RECGW4[2]} ${NETIFS[p5]} 0 "unicast recursive"
317 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.11 ${V4ADDRS[p5]} ${NETIFS[p5]} 2 \
325 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.103 ${V4ADDRS[p7]} ${NETIFS[p5]} 2 \
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance.tc55 p5=$!
56 echo $p5
65 kill -1 $p5
68 wait $p1 $p2 $p3 $p4 $p5
H A Dinstance-event.tc115 p5=$!
116 echo $p5
125 kill -1 $p5
128 wait $p1 $p2 $p3 $p4 $p5
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0001-Allow-applications-to-set-next-resource-handle.patch25p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, uint32_t p11, void *out) …
26p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, uint32_t p11, uint32_t p12, …
27p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, uint32_t p11, uint32_t p12, …
28p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, uint32_t p11, uint32_t p12, …
33 …ead, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, out) rpc_call13_out_ctrl(thread, i…
34 …ead, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, out) rpc_call14_out_ctrl(thread, i…
35 …d, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, out) rpc_call15_out_ctrl(thread…
36 …id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, out) rpc_call16_out_ctrl(thre…
/openbmc/linux/arch/x86/include/asm/
H A Dxor_32.h179 const unsigned long * __restrict p5) in xor_pII_mmx_5() argument
191 asm("" : "+r" (p4), "+r" (p5)); in xor_pII_mmx_5()
238 : "r" (p4), "r" (p5) in xor_pII_mmx_5()
244 asm("" : "=r" (p4), "=r" (p5)); in xor_pII_mmx_5()
436 const unsigned long * __restrict p5) in xor_p5_mmx_5() argument
448 asm("" : "+r" (p4), "+r" (p5)); in xor_p5_mmx_5()
511 : "r" (p4), "r" (p5) in xor_p5_mmx_5()
517 asm("" : "=r" (p4), "=r" (p5)); in xor_p5_mmx_5()
H A Dxor.h358 const unsigned long * __restrict p5) in xor_sse_5() argument
422 [p3] "+r" (p3), [p4] "+r" (p4), [p5] "+r" (p5) in xor_sse_5()
434 const unsigned long * __restrict p5) in xor_sse_5_pf64() argument
466 [p3] "+r" (p3), [p4] "+r" (p4), [p5] "+r" (p5) in xor_sse_5_pf64()
/openbmc/linux/arch/arm/include/asm/
H A Dxor.h116 const unsigned long * __restrict p5) in xor_arm4regs_5() argument
129 XOR_BLOCK_2(p5); in xor_arm4regs_5()
202 const unsigned long * __restrict p5) in xor_neon_5() argument
205 xor_arm4regs_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
208 xor_block_neon_inner.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
/openbmc/linux/arch/sparc/include/asm/
H A Dxor_32.h176 const unsigned long * __restrict p5) in sparc_5() argument
239 : "r" (p1), "r" (p2), "r" (p3), "r" (p4), "r" (p5) in sparc_5()
247 p5 += 8; in sparc_5()
H A Dxor_64.h28 const unsigned long * __restrict p5);
53 const unsigned long * __restrict p5);
/openbmc/u-boot/board/nokia/rx51/
H A Dtag_omap.h249 #define OMAP_TAG_GPIO_SWITCH_CONFIG(p1, p2, p3, p4, p5) \ argument
257 .u.gpio_switch.key_code = p5, \
260 #define OMAP_TAG_WLAN_CX3110X_CONFIG(p1, p2, p3, p4, p5) \ argument
268 .u.wlan_cx3110x.spi_cs_gpio = p5, \
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-dynloader.patch33 + my ($p1, $p2, $p3, $p4, $p5, $p6, $p7) = $modlibname =~ m/(^(.*lib\w*\/)?)((perl5\/[0-9\.]…
34 + print STDERR "*** p1: $p1 p3: $p3 p5: $p5 p7: $p7\n";
/openbmc/linux/arch/s390/lib/
H A Dxor.c99 const unsigned long * __restrict p5) in xor_xc_5() argument
129 "+a" (p5) in xor_xc_5()
/openbmc/linux/arch/loongarch/include/asm/
H A Dxor_simd.h18 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
31 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
/openbmc/linux/arch/loongarch/lib/
H A Dxor_simd.h22 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
35 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
H A Dxor_simd_glue.c52 const unsigned long * __restrict p5) \
55 __xor_##flavor##_5(bytes, p1, p2, p3, p4, p5); \
/openbmc/linux/arch/powerpc/lib/
H A Dxor_vmx_glue.c55 const unsigned long * __restrict p5) in xor_altivec_5() argument
59 __xor_altivec_5(bytes, p1, p2, p3, p4, p5); in xor_altivec_5()
H A Dxor_vmx.h22 const unsigned long * __restrict p5);
/openbmc/linux/arch/arm64/include/asm/
H A Dxor.h53 const unsigned long * __restrict p5) in xor_neon_5() argument
56 xor_block_inner_neon.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
/openbmc/linux/arch/alpha/include/asm/
H A Dxor.h25 const unsigned long * __restrict p5);
44 const unsigned long * __restrict p5);
/openbmc/qemu/tests/tcg/multiarch/
H A Dtest-mmap.c56 void *p5; in check_aligned_anonymous_unfixed_mmaps() local
71 p5 = mmap(NULL, len, PROT_READ, in check_aligned_anonymous_unfixed_mmaps()
82 fail_unless(p5 != MAP_FAILED); in check_aligned_anonymous_unfixed_mmaps()
92 p = (uintptr_t) p5; in check_aligned_anonymous_unfixed_mmaps()
100 memcpy(dummybuf, p5, pagesize); in check_aligned_anonymous_unfixed_mmaps()
105 munmap(p5, len); in check_aligned_anonymous_unfixed_mmaps()
/openbmc/linux/arch/ia64/lib/
H A Dmemcpy.S216 (p5) st4 [dst]=t0,4
217 (p5) adds cnt=4,cnt
262 (p5) st4 [dst]=t0,4
263 (p5) shr.u t0=t0,32
/openbmc/linux/arch/arm64/lib/
H A Dxor-neon.c125 const unsigned long * __restrict p5) in xor_arm64_neon_5() argument
131 uint64_t *dp5 = (uint64_t *)p5; in xor_arm64_neon_5()
278 const unsigned long * __restrict p5) in xor_arm64_eor3_5() argument
284 uint64_t *dp5 = (uint64_t *)p5; in xor_arm64_eor3_5()
/openbmc/linux/include/media/i2c/
H A Dmt9t112.h13 u8 p1, p2, p3, p4, p5, p6, p7; member
/openbmc/linux/arch/powerpc/include/asm/
H A Dxor_altivec.h19 const unsigned long * __restrict p5);

123456