Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
include
asm
xor.h
Go to the documentation of this file.
1
#ifdef CONFIG_KMEMCHECK
2
/* kmemcheck doesn't handle MMX/SSE/SSE2 instructions */
3
# include <
asm-generic/xor.h
>
4
#else
5
#ifdef CONFIG_X86_32
6
# include <asm/xor_32.h>
7
#else
8
# include <asm/xor_64.h>
9
#endif
10
#endif
Generated on Thu Jan 10 2013 12:50:52 for Linux Kernel by
1.8.2