Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
xor.h File Reference
#include <linux/prefetch.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_8regs_p); \
xor_speed(&xor_block_32regs); \
xor_speed(&xor_block_32regs_p); \
} while (0)

Definition at line 712 of file xor.h.