Sign in
android-kvm
/
linux
/
e06226e66beafd6118aa81b511d88cb549ad7ea5
/
.
/
tools
/
testing
/
selftests
/
x86
/
mpx-mm.h
blob: af706a5398f7a7328448f83233a1da0a90e544b2 [
file
] [
log
] [
blame
]
#ifndef
_MPX_MM_H
#define
_MPX_MM_H
#define
PAGE_SIZE
4096
#define
MB
(
1UL
<<
20
)
extern
long
nr_incore
(
void
*
ptr
,
unsigned
long
size_bytes
);
#endif
/* _MPX_MM_H */