| /Linux-v4.19/tools/arch/parisc/include/uapi/asm/ |
| D | mman.h | 36 #define PROT_NONE 0x0 macro
|
| /Linux-v4.19/tools/arch/xtensa/include/uapi/asm/ |
| D | mman.h | 36 #define PROT_NONE 0x0 macro
|
| /Linux-v4.19/tools/arch/alpha/include/uapi/asm/ |
| D | mman.h | 36 #define PROT_NONE 0x0 macro
|
| /Linux-v4.19/tools/arch/mips/include/uapi/asm/ |
| D | mman.h | 37 #define PROT_NONE 0x00 macro
|
| /Linux-v4.19/tools/include/uapi/asm-generic/ |
| D | mman-common.h | 14 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
| /Linux-v4.19/include/uapi/asm-generic/ |
| D | mman-common.h | 14 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
| /Linux-v4.19/arch/alpha/include/uapi/asm/ |
| D | mman.h | 9 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
| /Linux-v4.19/arch/parisc/include/uapi/asm/ |
| D | mman.h | 9 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
| /Linux-v4.19/arch/xtensa/include/uapi/asm/ |
| D | mman.h | 25 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
| /Linux-v4.19/arch/mips/include/uapi/asm/ |
| D | mman.h | 18 #define PROT_NONE 0x00 /* page can not be accessed */ macro
|
| /Linux-v4.19/tools/testing/selftests/x86/ |
| D | test_mremap_vdso.c | 38 dest_addr = mmap(0, size, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); in try_to_remap()
|
| D | protection_keys.c | 782 ptr = mmap(NULL, size, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in malloc_pkey_anon_huge() 853 ptr = mmap(NULL, size, PROT_NONE, flags, -1, 0); in malloc_pkey_hugetlb() 1376 ret = mprotect(p1, PAGE_SIZE, PROT_NONE); in test_implicit_mprotect_exec_only_memory() 1470 ptr = mmap(NULL, size, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in main()
|
| /Linux-v4.19/tools/testing/selftests/proc/ |
| D | proc-self-map-files-002.c | 58 p = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_PRIVATE|MAP_FILE|MAP_FIXED, fd, 0); in main()
|
| D | proc-self-map-files-001.c | 58 p = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_PRIVATE|MAP_FILE, fd, 0); in main()
|
| /Linux-v4.19/Documentation/x86/ |
| D | protection-keys.txt | 43 ptr = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); 69 mprotect(ptr, size, PROT_NONE);
|
| /Linux-v4.19/tools/testing/selftests/powerpc/primitives/ |
| D | load_unaligned_zeropad.c | 47 if (mprotect(mem_region + page_size, page_size, PROT_NONE)) { in protect_region()
|
| /Linux-v4.19/tools/testing/selftests/powerpc/copyloops/ |
| D | exc_validate.c | 98 if (mprotect(p + page_size, page_size, PROT_NONE)) { in test_copy_exception()
|
| /Linux-v4.19/tools/perf/trace/beauty/ |
| D | mmap.c | 9 if (prot == PROT_NONE) in syscall_arg__scnprintf_mmap_prot()
|
| /Linux-v4.19/arch/s390/mm/ |
| D | pgtable.c | 605 if ((pte_i && (prot != PROT_NONE)) || in ptep_force_prot() 612 if (prot == PROT_NONE && !pte_i) { in ptep_force_prot()
|
| D | gmap.c | 957 if ((pmd_i && (prot != PROT_NONE)) || (pmd_p && (prot == PROT_WRITE))) in gmap_protect_pmd() 960 if (prot == PROT_NONE && !pmd_i) { in gmap_protect_pmd()
|
| /Linux-v4.19/Documentation/vm/ |
| D | unevictable-lru.rst | 302 Note that the VMA being mlocked might be mapped with PROT_NONE. In this case, 378 Because the VMA access protections could have been changed to PROT_NONE after 491 attempting to fault in a VMA with PROT_NONE access. In this case, we leave the
|
| /Linux-v4.19/Documentation/admin-guide/mm/ |
| D | userfaultfd.rst | 15 of the PROT_NONE+SIGSEGV trick.
|