Lines Matching refs:p1
50 xor_arm4regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_arm4regs_2() argument
63 GET_BLOCK_4(p1); in xor_arm4regs_2()
65 PUT_BLOCK_4(p1); in xor_arm4regs_2()
70 xor_arm4regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_3() argument
84 GET_BLOCK_4(p1); in xor_arm4regs_3()
87 PUT_BLOCK_4(p1); in xor_arm4regs_3()
92 xor_arm4regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_4() argument
102 GET_BLOCK_2(p1); in xor_arm4regs_4()
106 PUT_BLOCK_2(p1); in xor_arm4regs_4()
111 xor_arm4regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_5() argument
121 GET_BLOCK_2(p1); in xor_arm4regs_5()
126 PUT_BLOCK_2(p1); in xor_arm4regs_5()
152 xor_neon_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_neon_2() argument
155 xor_arm4regs_2(bytes, p1, p2); in xor_neon_2()
158 xor_block_neon_inner.do_2(bytes, p1, p2); in xor_neon_2()
164 xor_neon_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_neon_3() argument
168 xor_arm4regs_3(bytes, p1, p2, p3); in xor_neon_3()
171 xor_block_neon_inner.do_3(bytes, p1, p2, p3); in xor_neon_3()
177 xor_neon_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_neon_4() argument
181 xor_arm4regs_4(bytes, p1, p2, p3, p4); in xor_neon_4()
184 xor_block_neon_inner.do_4(bytes, p1, p2, p3, p4); in xor_neon_4()
190 xor_neon_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_neon_5() argument
194 xor_arm4regs_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
197 xor_block_neon_inner.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()