Symbol: xor_block_template
arch/alpha/include/asm/xor.h
835
static struct xor_block_template xor_block_alpha = {
arch/alpha/include/asm/xor.h
843
static struct xor_block_template xor_block_alpha_prefetch = {
arch/arm/include/asm/xor.h
134
static struct xor_block_template xor_block_arm4regs = {
arch/arm/include/asm/xor.h
153
extern struct xor_block_template const xor_block_neon_inner;
arch/arm/include/asm/xor.h
213
static struct xor_block_template xor_block_neon = {
arch/arm/lib/xor-neon.c
31
struct xor_block_template const xor_block_neon_inner = {
arch/arm64/include/asm/xor.h
16
extern struct xor_block_template const xor_block_inner_neon;
arch/arm64/include/asm/xor.h
56
static struct xor_block_template xor_block_arm64 = {
arch/arm64/lib/xor-neon.c
175
struct xor_block_template xor_block_inner_neon __ro_after_init = {
arch/loongarch/include/asm/xor.h
12
static struct xor_block_template xor_block_lsx = {
arch/loongarch/include/asm/xor.h
30
static struct xor_block_template xor_block_lasx = {
arch/powerpc/include/asm/xor.h
17
static struct xor_block_template xor_block_altivec = {
arch/riscv/include/asm/xor.h
51
static struct xor_block_template xor_block_rvv = {
arch/s390/include/asm/xor.h
11
extern struct xor_block_template xor_block_xc;
arch/s390/lib/xor.c
129
struct xor_block_template xor_block_xc = {
arch/sparc/include/asm/xor_32.h
251
static struct xor_block_template xor_block_SPARC = {
arch/sparc/include/asm/xor_64.h
32
static struct xor_block_template xor_block_VIS = {
arch/sparc/include/asm/xor_64.h
55
static struct xor_block_template xor_block_niagara = {
arch/x86/include/asm/xor.h
473
static struct xor_block_template xor_block_sse_pf64 = {
arch/x86/include/asm/xor_32.h
522
static struct xor_block_template xor_block_pII_mmx = {
arch/x86/include/asm/xor_32.h
530
static struct xor_block_template xor_block_p5_mmx = {
arch/x86/include/asm/xor_32.h
538
static struct xor_block_template xor_block_pIII_sse = {
arch/x86/include/asm/xor_64.h
5
static struct xor_block_template xor_block_sse = {
arch/x86/include/asm/xor_avx.h
161
static struct xor_block_template xor_block_avx = {
crypto/xor.c
119
struct xor_block_template *f, *fastest;
crypto/xor.c
24
static struct xor_block_template *active_template;
crypto/xor.c
55
static struct xor_block_template *__initdata template_list;
crypto/xor.c
58
static void __init do_xor_register(struct xor_block_template *tmpl)
crypto/xor.c
83
do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
include/asm-generic/xor.h
700
static struct xor_block_template xor_block_8regs = {
include/asm-generic/xor.h
708
static struct xor_block_template xor_block_32regs = {
include/asm-generic/xor.h
716
static struct xor_block_template xor_block_8regs_p __maybe_unused = {
include/asm-generic/xor.h
724
static struct xor_block_template xor_block_32regs_p __maybe_unused = {
include/linux/raid/xor.h
11
struct xor_block_template *next;