Searched refs:mprotect (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/arch/um/kernel/ |
D | tlb.c | 36 } mprotect; member 79 ret = protect(hvc->id, op->u.mprotect.addr, in do_ops() 80 op->u.mprotect.len, op->u.mprotect.prot, in do_ops() 171 (last->u.mprotect.addr + last->u.mprotect.len == addr) && in add_mprotect() 172 (last->u.mprotect.prot == prot)) { in add_mprotect() 173 last->u.mprotect.len += len; in add_mprotect() 185 .u = { .mprotect = { .addr = addr, in add_mprotect()
|
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 47 if (mprotect(mem_region + page_size, page_size, PROT_NONE)) { in protect_region() 57 if (mprotect(mem_region + page_size, page_size, PROT_READ|PROT_WRITE)) { in unprotect_region()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | util.c | 20 if (mprotect((void *) address, UM_THREAD_SIZE, in stack_protections()
|
D | process.c | 159 if (mprotect(addr, len, prot) < 0) in os_protect_memory()
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | task_size.c | 52 } else if (mprotect(address, UM_KERN_PAGE_SIZE, in page_ok()
|
/linux-4.4.14/mm/ |
D | Makefile | 10 mlock.o mmap.o mprotect.o mremap.o msync.o rmap.o \
|
D | mprotect.c | 347 SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
|
/linux-4.4.14/Documentation/vm/ |
D | overcommit-accounting | 68 o We account mprotect changes in commit
|
D | userfaultfd.txt | 28 management of mremap/mprotect is that the userfaults in all their
|
/linux-4.4.14/tools/testing/selftests/memfd/ |
D | memfd_test.c | 305 r = mprotect(p, MFD_DEF_SIZE, PROT_READ | PROT_WRITE); in mfd_assert_write() 371 r = mprotect(p, MFD_DEF_SIZE, PROT_READ | PROT_WRITE); in mfd_fail_write()
|
/linux-4.4.14/security/selinux/ |
D | Kconfig | 87 mmap and mprotect calls. If this option is set to 0 (zero),
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 206 ENTRY_SAME(mprotect) /* 125 */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 132 SYSCALL_SPU(mprotect)
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 91 COMPAT_SYSCALL_WRAP3(mprotect, unsigned long, start, size_t, len, unsigned long, prot);
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 19 10 common mprotect sys_mprotect
|
D | syscall_32.tbl | 134 125 i386 mprotect sys_mprotect
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 360 if (mprotect(addr + getpagesize(), getpagesize() * num, in map_zeroed_pages()
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 375 malloc, directly by mmap and mprotect, and also when loading shared
|