Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dxor.c27 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) in xor_blocks() function
52 EXPORT_SYMBOL(xor_blocks);
/linux-6.1.9/include/linux/raid/
Dxor.h7 extern void xor_blocks(unsigned int count, unsigned int bytes,
/linux-6.1.9/crypto/async_tx/
Dasync_xor.c130 xor_blocks(xor_src_cnt, len, dest_buf, &srcs[src_off]); in do_sync_xor_offs()
/linux-6.1.9/arch/x86/crypto/
Dserpent-sse2-x86_64-asm_64.S606 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ macro
681 xor_blocks(%rsi, RA1, RB1, RC1, RD1, RK0, RK1, RK2);
682 xor_blocks(%rax, RA2, RB2, RC2, RD2, RK0, RK1, RK2);
Dserpent-sse2-i586-asm_32.S484 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ macro
559 xor_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
/linux-6.1.9/fs/btrfs/
Draid56.c458 xor_blocks(xor_src_cnt, len, dest, pages + src_off); in run_xor()