Searched refs:vm_flags_t (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/mm/ |
D | mlock.c | 499 unsigned long start, unsigned long end, vm_flags_t newflags) in mlock_fixup() 559 vm_flags_t flags) in apply_vma_lock_flags() 581 vm_flags_t newflags = vma->vm_flags & VM_LOCKED_CLEAR_MASK; in apply_vma_lock_flags() 607 static int do_mlock(unsigned long start, size_t len, vm_flags_t flags) in do_mlock() 650 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() 688 vm_flags_t to_add = 0; in apply_mlockall_flags() 708 vm_flags_t newflags; in apply_mlockall_flags()
|
D | internal.h | 257 static inline bool is_cow_mapping(vm_flags_t flags) in is_cow_mapping()
|
D | gup.c | 361 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() 591 vm_flags_t vm_flags; in fixup_user_fault()
|
D | mmap.c | 1269 unsigned long flags, vm_flags_t vm_flags, in do_mmap() 1495 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() 1529 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 1542 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff) in mmap_region()
|
D | nommu.c | 1241 vm_flags_t vm_flags, in do_mmap()
|
D | hugetlb.c | 4002 vm_flags_t vm_flags) in hugetlb_reserve_pages()
|
/linux-4.4.14/include/linux/ |
D | mm_types.h | 260 typedef unsigned long vm_flags_t; typedef 269 vm_flags_t vm_flags; /* VMA vm_flags */
|
D | hugetlb.h | 85 vm_flags_t vm_flags); 264 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, 283 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup()
|
D | mm.h | 1916 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff); 1919 vm_flags_t vm_flags, unsigned long pgoff, unsigned long *populate);
|
/linux-4.4.14/drivers/staging/android/ |
D | ashmem.c | 354 static inline vm_flags_t calc_vm_may_flags(unsigned long prot) in calc_vm_may_flags()
|
/linux-4.4.14/ipc/ |
D | shm.c | 528 vm_flags_t acctflag = 0; in newseg()
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 1236 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup()
|
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 276 vm_flags_t flags = vma->vm_flags; in show_map_vma()
|
/linux-4.4.14/kernel/events/ |
D | uprobes.c | 123 vm_flags_t flags = VM_HUGETLB | VM_MAYEXEC | VM_MAYSHARE; in valid_vma()
|