Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
xor_32.h File Reference
#include <asm-generic/xor.h>

Go to the source code of this file.

Macros

#define XOR_TRY_TEMPLATES
 

Macro Definition Documentation

#define XOR_TRY_TEMPLATES
Value:
do { \
xor_speed(&xor_block_8regs); \
xor_speed(&xor_block_32regs); \
xor_speed(&xor_block_SPARC); \
} while (0)

Definition at line 264 of file xor_32.h.