Lines Matching refs:p1
47 xor_arm4regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_arm4regs_2() argument
60 GET_BLOCK_4(p1); in xor_arm4regs_2()
62 PUT_BLOCK_4(p1); in xor_arm4regs_2()
67 xor_arm4regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_3() argument
81 GET_BLOCK_4(p1); in xor_arm4regs_3()
84 PUT_BLOCK_4(p1); in xor_arm4regs_3()
89 xor_arm4regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_4() argument
99 GET_BLOCK_2(p1); in xor_arm4regs_4()
103 PUT_BLOCK_2(p1); in xor_arm4regs_4()
108 xor_arm4regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_5() argument
118 GET_BLOCK_2(p1); in xor_arm4regs_5()
123 PUT_BLOCK_2(p1); in xor_arm4regs_5()
149 xor_neon_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_neon_2() argument
152 xor_arm4regs_2(bytes, p1, p2); in xor_neon_2()
155 xor_block_neon_inner.do_2(bytes, p1, p2); in xor_neon_2()
161 xor_neon_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_neon_3() argument
165 xor_arm4regs_3(bytes, p1, p2, p3); in xor_neon_3()
168 xor_block_neon_inner.do_3(bytes, p1, p2, p3); in xor_neon_3()
174 xor_neon_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_neon_4() argument
178 xor_arm4regs_4(bytes, p1, p2, p3, p4); in xor_neon_4()
181 xor_block_neon_inner.do_4(bytes, p1, p2, p3, p4); in xor_neon_4()
187 xor_neon_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_neon_5() argument
191 xor_arm4regs_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
194 xor_block_neon_inner.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()