Home
last modified time | relevance | path

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

/Linux-v4.19/tools/arch/parisc/include/uapi/asm/
Dmman.h36 #define PROT_NONE 0x0 macro
/Linux-v4.19/tools/arch/xtensa/include/uapi/asm/
Dmman.h36 #define PROT_NONE 0x0 macro
/Linux-v4.19/tools/arch/alpha/include/uapi/asm/
Dmman.h36 #define PROT_NONE 0x0 macro
/Linux-v4.19/tools/arch/mips/include/uapi/asm/
Dmman.h37 #define PROT_NONE 0x00 macro
/Linux-v4.19/tools/include/uapi/asm-generic/
Dmman-common.h14 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/Linux-v4.19/include/uapi/asm-generic/
Dmman-common.h14 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dmman.h9 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dmman.h9 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dmman.h25 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dmman.h18 #define PROT_NONE 0x00 /* page can not be accessed */ macro
/Linux-v4.19/tools/testing/selftests/x86/
Dtest_mremap_vdso.c38 dest_addr = mmap(0, size, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); in try_to_remap()
Dprotection_keys.c782 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/
Dproc-self-map-files-002.c58 p = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_PRIVATE|MAP_FILE|MAP_FIXED, fd, 0); in main()
Dproc-self-map-files-001.c58 p = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_PRIVATE|MAP_FILE, fd, 0); in main()
/Linux-v4.19/Documentation/x86/
Dprotection-keys.txt43 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/
Dload_unaligned_zeropad.c47 if (mprotect(mem_region + page_size, page_size, PROT_NONE)) { in protect_region()
/Linux-v4.19/tools/testing/selftests/powerpc/copyloops/
Dexc_validate.c98 if (mprotect(p + page_size, page_size, PROT_NONE)) { in test_copy_exception()
/Linux-v4.19/tools/perf/trace/beauty/
Dmmap.c9 if (prot == PROT_NONE) in syscall_arg__scnprintf_mmap_prot()
/Linux-v4.19/arch/s390/mm/
Dpgtable.c605 if ((pte_i && (prot != PROT_NONE)) || in ptep_force_prot()
612 if (prot == PROT_NONE && !pte_i) { in ptep_force_prot()
Dgmap.c957 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/
Dunevictable-lru.rst302 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/
Duserfaultfd.rst15 of the PROT_NONE+SIGSEGV trick.