repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.19.133
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
x86
/
mpx-mm.h
blob
6dbdd66b824240dd5191af4d4266539fef674a46
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _MPX_MM_H
3
#define _MPX_MM_H
4
5
#define PAGE_SIZE 4096
6
#define MB (1UL<<20)
7
8
extern
long
nr_incore
(
void
*
ptr
,
unsigned long
size_bytes
);
9
10
#endif
/* _MPX_MM_H */