Searched refs:xor_blocks (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/raid/ |
H A D | xor.h | 6 extern void xor_blocks(unsigned int count, unsigned int bytes,
|
/linux-4.4.14/crypto/ |
H A D | xor.c | 31 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) xor_blocks() function 56 EXPORT_SYMBOL(xor_blocks); variable
|
/linux-4.4.14/crypto/async_tx/ |
H A D | async_xor.c | 141 xor_blocks(xor_src_cnt, len, dest_buf, &srcs[src_off]); do_sync_xor() 162 * xor_blocks always uses the dest as a source so the
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | serpent-sse2-i586-asm_32.S | 499 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ define 574 xor_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
|
H A D | serpent-sse2-x86_64-asm_64.S | 621 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ define 696 xor_blocks(%rsi, RA1, RB1, RC1, RD1, RK0, RK1, RK2); 697 xor_blocks(%rax, RA2, RB2, RC2, RD2, RK0, RK1, RK2);
|
/linux-4.4.14/fs/btrfs/ |
H A D | raid56.c | 510 * helper function to run the xor_blocks api. It is only 522 xor_blocks(xor_src_cnt, len, dest, pages + src_off); run_xor()
|
Completed in 308 milliseconds