/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | map_fixed_noreplace.c | 34 addr = mmap(NULL, size, PROT_NONE, flags, -1, 0); in find_base_addr() 69 p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); in main() 90 p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); in main() 110 p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); in main() 131 p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); in main() 151 p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); in main() 171 p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); in main() 191 p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); in main() 211 p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); in main()
|
A D | mremap_dontunmap.c | 49 void *source_mapping = mmap(NULL, num_pages * page_size, PROT_NONE, in kernel_support_for_mremap_dontunmap()
|
A D | protection_keys.c | 737 ptr = mmap(NULL, size, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in malloc_pkey_anon_huge() 817 ptr = mmap(NULL, size, PROT_NONE, flags, -1, 0); in malloc_pkey_hugetlb() 1545 ret = mprotect(p1, PAGE_SIZE, PROT_NONE); in test_implicit_mprotect_exec_only_memory() 1773 ptr = mmap(NULL, size, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in main()
|
/linux-6.3-rc2/tools/perf/trace/beauty/ |
A D | mmap_prot.sh | 22 grep -E -vw PROT_NONE | \ 27 grep -E -vw PROT_NONE | \
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | protection-keys.rst | 56 ptr = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); 80 mprotect(ptr, size, PROT_NONE);
|
/linux-6.3-rc2/tools/arch/alpha/include/uapi/asm/ |
A D | mman.h | 34 #define PROT_NONE 0x0 macro
|
/linux-6.3-rc2/tools/arch/mips/include/uapi/asm/ |
A D | mman.h | 35 #define PROT_NONE 0x00 macro
|
/linux-6.3-rc2/tools/arch/parisc/include/uapi/asm/ |
A D | mman.h | 34 #define PROT_NONE 0x0 macro
|
/linux-6.3-rc2/tools/arch/xtensa/include/uapi/asm/ |
A D | mman.h | 34 #define PROT_NONE 0x0 macro
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | mman-common.h | 16 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
/linux-6.3-rc2/tools/include/uapi/asm-generic/ |
A D | mman-common.h | 16 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/ |
A D | mman.h | 25 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | mman.h | 18 #define PROT_NONE 0x00 /* page can not be accessed */ macro
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | mman.h | 9 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
/linux-6.3-rc2/arch/alpha/include/uapi/asm/ |
A D | mman.h | 9 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A D | test_mremap_vdso.c | 30 dest_addr = mmap(0, size, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); in try_to_remap()
|
/linux-6.3-rc2/tools/testing/selftests/proc/ |
A D | proc-self-map-files-001.c | 58 p = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_PRIVATE|MAP_FILE, fd, 0); in main()
|
A D | proc-self-map-files-002.c | 65 p = mmap((void *)va, PAGE_SIZE, PROT_NONE, MAP_PRIVATE|MAP_FILE|MAP_FIXED, fd, 0); in main()
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | protection-keys.rst | 50 ptr = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); 77 mprotect(ptr, size, PROT_NONE);
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/primitives/ |
A D | load_unaligned_zeropad.c | 43 if (mprotect(mem_region + page_size, page_size, PROT_NONE)) { in protect_region()
|
/linux-6.3-rc2/tools/testing/selftests/drivers/s390x/uvdevice/ |
A D | test_uvdevice.c | 45 (__u64)mmap(NULL, (size_t)getpagesize(), PROT_NONE, MAP_ANONYMOUS, -1, 0); in FIXTURE_SETUP() 176 (__u64)mmap(NULL, (size_t)getpagesize(), PROT_NONE, MAP_ANONYMOUS, -1, 0); in FIXTURE_SETUP()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/copyloops/ |
A D | exc_validate.c | 98 if (mprotect(p + page_size, page_size, PROT_NONE)) { in test_copy_exception()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/ |
A D | exec_prot.c | 191 FAIL_IF(check_exec_fault(PROT_NONE)); in test()
|
/linux-6.3-rc2/Documentation/mm/ |
A D | arch_pgtable_helpers.rst | 33 | pte_protnone | Tests a PROT_NONE PTE | 105 | pmd_protnone | Tests a PROT_NONE PMD |
|
/linux-6.3-rc2/arch/s390/kvm/ |
A D | gaccess.c | 493 PROT_NONE, enumerator 509 case PROT_NONE: in trans_exc_ending() 979 prot = PROT_NONE; in guest_range_to_gpas() 1135 prot = PROT_NONE; in access_guest_with_key()
|