Searched refs:LINUX_PROT_GROWSUP (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/compat/linux/ | ||
| D | linux_mmap.h | 46 #define LINUX_PROT_GROWSUP 0x02000000 macro |
| D | linux_mmap.c | 229 prot &= ~(LINUX_PROT_GROWSDOWN | LINUX_PROT_GROWSUP); in linux_mprotect_common() |