repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
avocado/ppc_bamboo.py: check TCG accel in test_ppc_bamboo()
[qemu.git]
/
linux-headers
/
asm-arm
/
mman.h
blob
41f99c573b93c918843ccbcd50ea2640bcb5e3ac
1
#include <asm-generic/mman.h>
2
3
#define arch_mmap_check(addr, len, flags) \
4
(((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)