Searched refs:v1_in (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | xor_vmx_glue.c | 15 void xor_altivec_2(unsigned long bytes, unsigned long *v1_in, in xor_altivec_2() argument 20 __xor_altivec_2(bytes, v1_in, v2_in); in xor_altivec_2() 26 void xor_altivec_3(unsigned long bytes, unsigned long *v1_in, in xor_altivec_3() argument 31 __xor_altivec_3(bytes, v1_in, v2_in, v3_in); in xor_altivec_3() 37 void xor_altivec_4(unsigned long bytes, unsigned long *v1_in, in xor_altivec_4() argument 43 __xor_altivec_4(bytes, v1_in, v2_in, v3_in, v4_in); in xor_altivec_4() 49 void xor_altivec_5(unsigned long bytes, unsigned long *v1_in, in xor_altivec_5() argument 55 __xor_altivec_5(bytes, v1_in, v2_in, v3_in, v4_in, v5_in); in xor_altivec_5()
|
H A D | xor_vmx.c | 52 void __xor_altivec_2(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_2() argument 70 void __xor_altivec_3(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_3() argument 92 void __xor_altivec_4(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_4() argument 119 void __xor_altivec_5(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_5() argument
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | xor_altivec.h | 7 void xor_altivec_2(unsigned long bytes, unsigned long *v1_in, 9 void xor_altivec_3(unsigned long bytes, unsigned long *v1_in, 11 void xor_altivec_4(unsigned long bytes, unsigned long *v1_in, 14 void xor_altivec_5(unsigned long bytes, unsigned long *v1_in,
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | xor_vmx.c | 53 unsigned long * __restrict v1_in, in __xor_altivec_2() 72 unsigned long * __restrict v1_in, in __xor_altivec_3() 96 unsigned long * __restrict v1_in, in __xor_altivec_4() 125 unsigned long * __restrict v1_in, in __xor_altivec_5() 52 __xor_altivec_2(unsigned long bytes, unsigned long * __restrict v1_in, const unsigned long * __restrict v2_in) __xor_altivec_2() argument 71 __xor_altivec_3(unsigned long bytes, unsigned long * __restrict v1_in, const unsigned long * __restrict v2_in, const unsigned long * __restrict v3_in) __xor_altivec_3() argument 95 __xor_altivec_4(unsigned long bytes, unsigned long * __restrict v1_in, const unsigned long * __restrict v2_in, const unsigned long * __restrict v3_in, const unsigned long * __restrict v4_in) __xor_altivec_4() argument 124 __xor_altivec_5(unsigned long bytes, unsigned long * __restrict v1_in, const unsigned long * __restrict v2_in, const unsigned long * __restrict v3_in, const unsigned long * __restrict v4_in, const unsigned long * __restrict v5_in) __xor_altivec_5() argument
|
Completed in 3 milliseconds