Home
last modified time | relevance | path

Searched refs:xor_block_template (Results 1 – 18 of 18) sorted by relevance

/linux-5.19.10/crypto/
Dxor.c24 static struct xor_block_template *active_template;
55 static struct xor_block_template *__initdata template_list;
58 static void __init do_xor_register(struct xor_block_template *tmpl) in do_xor_register()
83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
122 struct xor_block_template *f, *fastest; in calibrate_xor_blocks()
/linux-5.19.10/include/linux/raid/
Dxor.h10 struct xor_block_template { struct
11 struct xor_block_template *next; argument
/linux-5.19.10/arch/arm64/include/asm/
Dxor.h16 extern struct xor_block_template const xor_block_inner_neon;
60 static struct xor_block_template xor_block_arm64 = {
/linux-5.19.10/arch/alpha/include/asm/
Dxor.h835 static struct xor_block_template xor_block_alpha = {
843 static struct xor_block_template xor_block_alpha_prefetch = {
/linux-5.19.10/arch/sparc/include/asm/
Dxor_64.h32 static struct xor_block_template xor_block_VIS = {
55 static struct xor_block_template xor_block_niagara = {
Dxor_32.h251 static struct xor_block_template xor_block_SPARC = {
/linux-5.19.10/arch/arm/include/asm/
Dxor.h134 static struct xor_block_template xor_block_arm4regs = {
153 extern struct xor_block_template const xor_block_neon_inner;
213 static struct xor_block_template xor_block_neon = {
/linux-5.19.10/arch/x86/include/asm/
Dxor_32.h522 static struct xor_block_template xor_block_pII_mmx = {
530 static struct xor_block_template xor_block_p5_mmx = {
538 static struct xor_block_template xor_block_pIII_sse = {
Dxor_64.h5 static struct xor_block_template xor_block_sse = {
Dxor_avx.h161 static struct xor_block_template xor_block_avx = {
Dxor.h473 static struct xor_block_template xor_block_sse_pf64 = {
/linux-5.19.10/arch/s390/include/asm/
Dxor.h11 extern struct xor_block_template xor_block_xc;
/linux-5.19.10/arch/arm/lib/
Dxor-neon.c30 struct xor_block_template const xor_block_neon_inner = {
/linux-5.19.10/arch/powerpc/include/asm/
Dxor.h17 static struct xor_block_template xor_block_altivec = {
/linux-5.19.10/arch/ia64/include/asm/
Dxor.h22 static struct xor_block_template xor_block_ia64 = {
/linux-5.19.10/arch/s390/lib/
Dxor.c133 struct xor_block_template xor_block_xc = {
/linux-5.19.10/include/asm-generic/
Dxor.h700 static struct xor_block_template xor_block_8regs = {
708 static struct xor_block_template xor_block_32regs = {
716 static struct xor_block_template xor_block_8regs_p __maybe_unused = {
724 static struct xor_block_template xor_block_32regs_p __maybe_unused = {
/linux-5.19.10/arch/arm64/lib/
Dxor-neon.c175 struct xor_block_template xor_block_inner_neon __ro_after_init = {