Searched defs:prot (Results 1 – 3 of 3) sorted by relevance
9 int __mprotect(void* addr, size_t len, int prot) { in __mprotect()
17 void* __mmap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in __mmap()
139 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in pages_map() local240 int prot = commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in pages_commit_impl() local
Completed in 7 milliseconds