Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dxor.c27 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 Dxor.c27 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 Dxor.h7 extern void xor_blocks(unsigned int count, unsigned int bytes,
/kernel/linux/linux-6.6/include/linux/raid/
H A Dxor.h7 extern void xor_blocks(unsigned int count, unsigned int bytes,
/kernel/linux/linux-5.10/crypto/async_tx/
H A Dasync_xor.c130 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 Dasync_xor.c130 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 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);
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);
/kernel/linux/linux-6.6/arch/x86/crypto/
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);
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);
/kernel/linux/linux-5.10/fs/btrfs/
H A Draid56.c507 * 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 Draid56.c505 * 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()

Completed in 11 milliseconds