/kernel/linux/linux-5.10/crypto/ |
H A D | xor.c | 27 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) in xor_blocks() function 52 EXPORT_SYMBOL(xor_blocks); variable
|
/kernel/linux/linux-6.6/crypto/ |
H A D | xor.c | 27 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) in xor_blocks() function 52 EXPORT_SYMBOL(xor_blocks); variable
|
/kernel/linux/linux-5.10/include/linux/raid/ |
H A D | xor.h | 7 extern void xor_blocks(unsigned int count, unsigned int bytes,
|
/kernel/linux/linux-6.6/include/linux/raid/ |
H A D | xor.h | 7 extern void xor_blocks(unsigned int count, unsigned int bytes,
|
/kernel/linux/linux-5.10/crypto/async_tx/ |
H A D | async_xor.c | 130 xor_blocks(xor_src_cnt, len, dest_buf, &srcs[src_off]); in do_sync_xor_offs() 171 * xor_blocks always uses the dest as a source so the 262 * xor_blocks always uses the dest as a source so the
|
/kernel/linux/linux-6.6/crypto/async_tx/ |
H A D | async_xor.c | 130 xor_blocks(xor_src_cnt, len, dest_buf, &srcs[src_off]); in do_sync_xor_offs() 171 * xor_blocks always uses the dest as a source so the 262 * xor_blocks always uses the dest as a source so the
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | serpent-sse2-i586-asm_32.S | 484 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ define 559 xor_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
|
H A D | serpent-sse2-x86_64-asm_64.S | 606 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ define 681 xor_blocks(%rsi, RA1, RB1, RC1, RD1, RK0, RK1, RK2); 682 xor_blocks(%rax, RA2, RB2, RC2, RD2, RK0, RK1, RK2);
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | serpent-sse2-i586-asm_32.S | 484 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ define 559 xor_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
|
H A D | serpent-sse2-x86_64-asm_64.S | 606 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ define 681 xor_blocks(%rsi, RA1, RB1, RC1, RD1, RK0, RK1, RK2); 682 xor_blocks(%rax, RA2, RB2, RC2, RD2, RK0, RK1, RK2);
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | raid56.c | 507 * helper function to run the xor_blocks api. It is only 519 xor_blocks(xor_src_cnt, len, dest, pages + src_off); in run_xor()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | raid56.c | 505 * helper function to run the xor_blocks api. It is only 517 xor_blocks(xor_src_cnt, len, dest, pages + src_off); in run_xor()
|