/linux-6.12.1/include/asm-generic/ |
D | xor.h | 81 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 …]
|
/linux-6.12.1/tools/testing/selftests/net/ |
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]} 276 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.1 ${CONGW[3]} ${NETIFS[p5]} 0 "unicast connected" 277 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.2 ${RECGW4[2]} ${NETIFS[p5]} 0 "unicast recursive" 281 run_ip ${PBR_TABLE} ${TEST_NET4[2]}.3 ${CONGW[3]} ${NETIFS[p5]} 0 "unicast connected" 282 run_ip ${PBR_TABLE} ${TEST_NET4[2]}.4 ${RECGW4[2]} ${NETIFS[p5]} 0 "unicast recursive" 314 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.11 ${V4ADDRS[p5]} ${NETIFS[p5]} 2 \ 322 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.103 ${V4ADDRS[p7]} ${NETIFS[p5]} 2 \ [all …]
|
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/instances/ |
D | instance.tc | 55 p5=$! 56 echo $p5 65 kill -1 $p5 68 wait $p1 $p2 $p3 $p4 $p5
|
D | instance-event.tc | 115 p5=$! 116 echo $p5 125 kill -1 $p5 128 wait $p1 $p2 $p3 $p4 $p5
|
/linux-6.12.1/arch/x86/include/asm/ |
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()
|
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-6.12.1/arch/arm/include/asm/ |
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-6.12.1/arch/sparc/include/asm/ |
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()
|
D | xor_64.h | 28 const unsigned long * __restrict p5); 53 const unsigned long * __restrict p5);
|
/linux-6.12.1/arch/s390/lib/ |
D | xor.c | 99 const unsigned long * __restrict p5) in xor_xc_5() argument 129 "+a" (p5) in xor_xc_5()
|
/linux-6.12.1/arch/loongarch/lib/ |
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);
|
D | xor_simd_glue.c | 52 const unsigned long * __restrict p5) \ 55 __xor_##flavor##_5(bytes, p1, p2, p3, p4, p5); \
|
/linux-6.12.1/arch/loongarch/include/asm/ |
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-6.12.1/arch/powerpc/lib/ |
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()
|
D | xor_vmx.h | 22 const unsigned long * __restrict p5);
|
/linux-6.12.1/arch/riscv/include/asm/ |
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-6.12.1/arch/arm64/include/asm/ |
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-6.12.1/arch/alpha/include/asm/ |
D | xor.h | 25 const unsigned long * __restrict p5); 44 const unsigned long * __restrict p5);
|
/linux-6.12.1/arch/arm64/lib/ |
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-6.12.1/include/media/i2c/ |
D | mt9t112.h | 13 u8 p1, p2, p3, p4, p5, p6, p7; member
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | forwarding.config.sample | 12 [p5]=veth4
|
D | ipip_flat_gre.sh | 22 ol2=${NETIFS[p5]}
|
D | ipip_hier_gre.sh | 22 ol2=${NETIFS[p5]}
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | xor_altivec.h | 19 const unsigned long * __restrict p5);
|
/linux-6.12.1/arch/x86/kernel/cpu/mce/ |
D | Makefile | 4 obj-$(CONFIG_X86_ANCIENT_MCE) += winchip.o p5.o
|