Searched refs:LINUX_MAP_32BIT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/compat/linux/ | ||
| D | linux_mmap.h | 42 #define LINUX_MAP_32BIT 0x0040 macro |
| D | linux_mmap.c | 124 if ((flags & LINUX_MAP_32BIT) && (flags & LINUX_MAP_FIXED) == 0) in linux_mmap_common() |