Home
last modified time | relevance | path

Searched refs:PROT_NONE (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/uapi/asm-generic/
Dmman-common.h13 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dmman.h8 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dmman.h17 #define PROT_NONE 0x00 /* page can not be accessed */ macro
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dmman.h24 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dmman.h8 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c38 if (mprotect(mem_region + page_size, page_size, PROT_NONE)) { in protect_region()
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt324 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 after
485 attempting to fault in a VMA with PROT_NONE access. In this case, we leave the
/linux-4.1.27/tools/lguest/
Dlguest.c351 PROT_NONE, MAP_PRIVATE, fd, 0); in map_zeroed_pages()
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c339 if (prot == PROT_NONE) in syscall_arg__scnprintf_mmap_prot()