Searched refs:PROT_NONE (Results 1 – 10 of 10) sorted by relevance
13 #define PROT_NONE 0x0 /* page can not be accessed */ macro
8 #define PROT_NONE 0x0 /* page can not be accessed */ macro
17 #define PROT_NONE 0x00 /* page can not be accessed */ macro
24 #define PROT_NONE 0x0 /* page can not be accessed */ macro
47 if (mprotect(mem_region + page_size, page_size, PROT_NONE)) { in protect_region()
10 of the PROT_NONE+SIGSEGV trick.
324 Note that the VMA being mlocked might be mapped with PROT_NONE. In this case,399 Because the VMA access protections could have been changed to PROT_NONE after491 attempting to fault in a VMA with PROT_NONE access. In this case, we leave the
355 PROT_NONE, MAP_PRIVATE, fd, 0); in map_zeroed_pages()
378 if (prot == PROT_NONE) in syscall_arg__scnprintf_mmap_prot()