| /linux/include/asm-generic/ |
| A D | xor.h | 98 p5 += 8; in xor_8regs_5() 286 d0 ^= p5[0]; in xor_32regs_5() 287 d1 ^= p5[1]; in xor_32regs_5() 288 d2 ^= p5[2]; in xor_32regs_5() 289 d3 ^= p5[3]; in xor_32regs_5() 290 d4 ^= p5[4]; in xor_32regs_5() 291 d5 ^= p5[5]; in xor_32regs_5() 292 d6 ^= p5[6]; in xor_32regs_5() 306 p5 += 8; in xor_32regs_5() 438 p5 += 8; in xor_8regs_p_5() [all …]
|
| /linux/tools/testing/selftests/net/ |
| A D | fib-onlink-tests.sh | 19 NETIFS[p5]=veth5 30 V4ADDRS[p5]=169.254.5.1 41 V6ADDRS[p5]=2001:db8:501::1 188 ip li add ${NETIFS[p5]} type veth peer name ${NETIFS[p6]} 314 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.11 ${V4ADDRS[p5]} ${NETIFS[p5]} 2 \ 373 run_ip6 ${VRF_TABLE} ${TEST_NET6[2]}::1 ${V6ADDRS[p5]/::*}::64 ${NETIFS[p5]} 0 "unicast connected" 379 run_ip6 ${PBR_TABLE} ${TEST_NET6[2]}::4 ${V6ADDRS[p5]/::*}::64 ${NETIFS[p5]} 0 "unicast connected" 431 lladdr=$(get_linklocal ${NETIFS[p5]}) || return 1 432 run_ip6 ${VRF_TABLE} ${TEST_NET6[2]}::11 ${V6ADDRS[p5]} ${NETIFS[p5]} 2 \ 434 run_ip6 ${VRF_TABLE} ${TEST_NET6[2]}::12 ${lladdr} ${NETIFS[p5]} 2 \ [all …]
|
| /linux/tools/testing/selftests/ftrace/test.d/instances/ |
| A D | instance.tc | 55 p5=$! 56 echo $p5 65 kill -1 $p5 68 wait $p1 $p2 $p3 $p4 $p5
|
| A D | instance-event.tc | 115 p5=$! 116 echo $p5 125 kill -1 $p5 128 wait $p1 $p2 $p3 $p4 $p5
|
| /linux/arch/x86/include/asm/ |
| A D | xor_32.h | 179 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()
|
| A D | xor.h | 358 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()
|
| /linux/arch/arm/include/asm/ |
| A D | xor.h | 116 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()
|
| /linux/arch/sparc/include/asm/ |
| A D | xor_32.h | 176 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()
|
| A D | xor_64.h | 28 const unsigned long * __restrict p5); 53 const unsigned long * __restrict p5);
|
| /linux/arch/s390/lib/ |
| A D | xor.c | 99 const unsigned long * __restrict p5) in xor_xc_5() argument 129 "+a" (p5) in xor_xc_5()
|
| /linux/arch/loongarch/include/asm/ |
| A D | xor_simd.h | 18 const unsigned long * __restrict p4, const unsigned long * __restrict p5); 31 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
|
| /linux/arch/loongarch/lib/ |
| A D | xor_simd.h | 22 const unsigned long * __restrict p4, const unsigned long * __restrict p5); 35 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
|
| A D | xor_simd_glue.c | 52 const unsigned long * __restrict p5) \ 55 __xor_##flavor##_5(bytes, p1, p2, p3, p4, p5); \
|
| /linux/arch/powerpc/lib/ |
| A D | xor_vmx_glue.c | 55 const unsigned long * __restrict p5) in xor_altivec_5() argument 59 __xor_altivec_5(bytes, p1, p2, p3, p4, p5); in xor_altivec_5()
|
| A D | xor_vmx.h | 22 const unsigned long * __restrict p5);
|
| /linux/arch/riscv/include/asm/ |
| A D | xor.h | 44 const unsigned long *__restrict p5) in xor_vector_5() argument 47 xor_regs_5_(bytes, p1, p2, p3, p4, p5); in xor_vector_5()
|
| /linux/arch/arm64/include/asm/ |
| A D | xor.h | 53 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()
|
| /linux/arch/alpha/include/asm/ |
| A D | xor.h | 25 const unsigned long * __restrict p5); 44 const unsigned long * __restrict p5);
|
| /linux/Documentation/devicetree/bindings/iio/frequency/ |
| A D | adi,admv1014.yaml | 58 vcc-lna-1p5-supply: 110 - vcc-lna-1p5-supply 136 vcc-lna-1p5-supply = <&vcc_lna_1p5>;
|
| /linux/arch/arm64/lib/ |
| A D | xor-neon.c | 125 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()
|
| /linux/include/media/i2c/ |
| A D | mt9t112.h | 13 u8 p1, p2, p3, p4, p5, p6, p7; member
|
| /linux/tools/testing/selftests/net/forwarding/ |
| A D | forwarding.config.sample | 12 [p5]=veth4
|
| A D | ipip_flat_gre.sh | 22 ol2=${NETIFS[p5]}
|
| /linux/arch/powerpc/include/asm/ |
| A D | xor_altivec.h | 19 const unsigned long * __restrict p5);
|
| /linux/arch/x86/kernel/cpu/mce/ |
| A D | Makefile | 4 obj-$(CONFIG_X86_ANCIENT_MCE) += winchip.o p5.o
|