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

/linux-master/include/linux/raid/
H A Dxor.h7 extern void xor_blocks(unsigned int count, unsigned int bytes,
/linux-master/crypto/
H A Dxor.c27 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) function
52 EXPORT_SYMBOL(xor_blocks); variable
/linux-master/crypto/async_tx/
H A Dasync_xor.c130 xor_blocks(xor_src_cnt, len, dest_buf, &srcs[src_off]);
171 * xor_blocks always uses the dest as a source so the
262 * xor_blocks always uses the dest as a source so the
/linux-master/arch/x86/crypto/
H A Dserpent-sse2-x86_64-asm_64.S606 #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);
H A Dserpent-sse2-i586-asm_32.S484 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ define
559 xor_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
/linux-master/fs/btrfs/
H A Draid56.c504 * helper function to run the xor_blocks api. It is only
516 xor_blocks(xor_src_cnt, len, dest, pages + src_off);
/linux-master/fs/bcachefs/
H A Dec.c45 xor_blocks(nr, size, data[0], data + i);

Completed in 283 milliseconds