xor_block_template
static struct xor_block_template xor_block_alpha = {
static struct xor_block_template xor_block_alpha_prefetch = {
static struct xor_block_template xor_block_arm4regs = {
extern struct xor_block_template const xor_block_neon_inner;
static struct xor_block_template xor_block_neon = {
struct xor_block_template const xor_block_neon_inner = {
extern struct xor_block_template const xor_block_inner_neon;
static struct xor_block_template xor_block_arm64 = {
struct xor_block_template xor_block_inner_neon __ro_after_init = {
static struct xor_block_template xor_block_lsx = {
static struct xor_block_template xor_block_lasx = {
static struct xor_block_template xor_block_altivec = {
static struct xor_block_template xor_block_rvv = {
extern struct xor_block_template xor_block_xc;
struct xor_block_template xor_block_xc = {
static struct xor_block_template xor_block_SPARC = {
static struct xor_block_template xor_block_VIS = {
static struct xor_block_template xor_block_niagara = {
static struct xor_block_template xor_block_sse_pf64 = {
static struct xor_block_template xor_block_pII_mmx = {
static struct xor_block_template xor_block_p5_mmx = {
static struct xor_block_template xor_block_pIII_sse = {
static struct xor_block_template xor_block_sse = {
static struct xor_block_template xor_block_avx = {
struct xor_block_template *f, *fastest;
static struct xor_block_template *active_template;
static struct xor_block_template *__initdata template_list;
static void __init do_xor_register(struct xor_block_template *tmpl)
do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
static struct xor_block_template xor_block_8regs = {
static struct xor_block_template xor_block_32regs = {
static struct xor_block_template xor_block_8regs_p __maybe_unused = {
static struct xor_block_template xor_block_32regs_p __maybe_unused = {
struct xor_block_template *next;