xor_block_template  816 arch/alpha/include/asm/xor.h static struct xor_block_template xor_block_alpha = {
xor_block_template  824 arch/alpha/include/asm/xor.h static struct xor_block_template xor_block_alpha_prefetch = {
xor_block_template  127 arch/arm/include/asm/xor.h static struct xor_block_template xor_block_arm4regs = {
xor_block_template  146 arch/arm/include/asm/xor.h extern struct xor_block_template const xor_block_neon_inner;
xor_block_template  199 arch/arm/include/asm/xor.h static struct xor_block_template xor_block_neon = {
xor_block_template   36 arch/arm/lib/xor-neon.c struct xor_block_template const xor_block_neon_inner = {
xor_block_template   16 arch/arm64/include/asm/xor.h extern struct xor_block_template const xor_block_inner_neon;
xor_block_template   53 arch/arm64/include/asm/xor.h static struct xor_block_template xor_block_arm64 = {
xor_block_template  170 arch/arm64/lib/xor-neon.c struct xor_block_template const xor_block_inner_neon = {
xor_block_template   15 arch/ia64/include/asm/xor.h static struct xor_block_template xor_block_ia64 = {
xor_block_template   17 arch/powerpc/include/asm/xor.h static struct xor_block_template xor_block_altivec = {
xor_block_template   11 arch/s390/include/asm/xor.h extern struct xor_block_template xor_block_xc;
xor_block_template  129 arch/s390/lib/xor.c struct xor_block_template xor_block_xc = {
xor_block_template  244 arch/sparc/include/asm/xor_32.h static struct xor_block_template xor_block_SPARC = {
xor_block_template   25 arch/sparc/include/asm/xor_64.h static struct xor_block_template xor_block_VIS = {
xor_block_template   41 arch/sparc/include/asm/xor_64.h static struct xor_block_template xor_block_niagara = {
xor_block_template  459 arch/x86/include/asm/xor.h static struct xor_block_template xor_block_sse_pf64 = {
xor_block_template  508 arch/x86/include/asm/xor_32.h static struct xor_block_template xor_block_pII_mmx = {
xor_block_template  516 arch/x86/include/asm/xor_32.h static struct xor_block_template xor_block_p5_mmx = {
xor_block_template  524 arch/x86/include/asm/xor_32.h static struct xor_block_template xor_block_pIII_sse = {
xor_block_template    5 arch/x86/include/asm/xor_64.h static struct xor_block_template xor_block_sse = {
xor_block_template  156 arch/x86/include/asm/xor_avx.h static struct xor_block_template xor_block_avx = {
xor_block_template   24 crypto/xor.c   static struct xor_block_template *active_template;
xor_block_template   55 crypto/xor.c   static struct xor_block_template *__initdata template_list;
xor_block_template   60 crypto/xor.c   do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
xor_block_template  106 crypto/xor.c   	struct xor_block_template *f, *fastest;
xor_block_template  672 include/asm-generic/xor.h static struct xor_block_template xor_block_8regs = {
xor_block_template  680 include/asm-generic/xor.h static struct xor_block_template xor_block_32regs = {
xor_block_template  688 include/asm-generic/xor.h static struct xor_block_template xor_block_8regs_p __maybe_unused = {
xor_block_template  696 include/asm-generic/xor.h static struct xor_block_template xor_block_32regs_p __maybe_unused = {
xor_block_template   11 include/linux/raid/xor.h         struct xor_block_template *next;