Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6b7be529634bbfbf6395f23217a66d731fbed0a0
/
.
/
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 */