]> Git Repo - qemu.git/blob - linux-headers/asm-arm/mman.h
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / linux-headers / asm-arm / mman.h
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)
This page took 0.02339 seconds and 4 git commands to generate.