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
mm
kmemcheck
error.h
Go to the documentation of this file.
1
#ifndef ARCH__X86__MM__KMEMCHECK__ERROR_H
2
#define ARCH__X86__MM__KMEMCHECK__ERROR_H
3
4
#include <linux/ptrace.h>
5
6
#include "
shadow.h
"
7
8
void
kmemcheck_error_save
(
enum
kmemcheck_shadow
state
,
9
unsigned
long
address
,
unsigned
int
size
,
struct
pt_regs
*
regs
);
10
11
void
kmemcheck_error_save_bug
(
struct
pt_regs
*
regs
);
12
13
void
kmemcheck_error_recall
(
void
);
14
15
#endif
Generated on Thu Jan 10 2013 13:21:27 for Linux Kernel by
1.8.2