Searched refs:PROT_NONE (Results 1 – 7 of 7) sorted by relevance
24 #define PROT_NONE 0 macro
25 if (prot == PROT_NONE) in __map_mmap_prot_page()46 if (prot == PROT_NONE) in __map_mmap_prot_file()
32 #define PROT_NONE 0x0 macro
192 if (prot != PROT_NONE) { in mapfile_map()
59 && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0)
204 void* start = mmap(addr, load_size_, PROT_NONE, mmap_flags, -1, 0); in ReserveAddressSpace()
10622 && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0)