Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
shadow.h
Go to the documentation of this file.
1 #ifndef ARCH__X86__MM__KMEMCHECK__SHADOW_H
2 #define ARCH__X86__MM__KMEMCHECK__SHADOW_H
3 
9 };
10 
11 void *kmemcheck_shadow_lookup(unsigned long address);
12 
13 enum kmemcheck_shadow kmemcheck_shadow_test(void *shadow, unsigned int size);
15  unsigned int size);
16 void kmemcheck_shadow_set(void *shadow, unsigned int size);
17 
18 #endif