Searched refs:xor_blocks (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/raid/
H A Dxor.h6 extern void xor_blocks(unsigned int count, unsigned int bytes,
/linux-4.4.14/crypto/
H A Dxor.c31 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 Dasync_xor.c141 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 Dserpent-sse2-i586-asm_32.S499 #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 Dserpent-sse2-x86_64-asm_64.S621 #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 Draid56.c510 * 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 251 milliseconds