Searched refs:vm_flags_t (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/mm/ |
D | mlock.c | 520 unsigned long start, unsigned long end, vm_flags_t newflags) in mlock_fixup() 527 vm_flags_t old_flags = vma->vm_flags; in mlock_fixup() 584 vm_flags_t flags) in apply_vma_lock_flags() 606 vm_flags_t newflags = vma->vm_flags & VM_LOCKED_CLEAR_MASK; in apply_vma_lock_flags() 671 static __must_check int do_mlock(unsigned long start, size_t len, vm_flags_t flags) in do_mlock() 723 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() 762 vm_flags_t to_add = 0; in apply_mlockall_flags() 782 vm_flags_t newflags; in apply_mlockall_flags()
|
D | internal.h | 247 static inline bool is_cow_mapping(vm_flags_t flags) in is_cow_mapping() 259 static inline bool is_exec_mapping(vm_flags_t flags) in is_exec_mapping() 270 static inline bool is_stack_mapping(vm_flags_t flags) in is_stack_mapping() 278 static inline bool is_data_mapping(vm_flags_t flags) in is_data_mapping()
|
D | mmap.c | 1361 unsigned long flags, vm_flags_t vm_flags, in do_mmap() 1631 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() 1665 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 1678 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, in mmap_region() 3229 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() 3254 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account()
|
D | gup.c | 556 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() 768 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault()
|
D | nommu.c | 1172 vm_flags_t vm_flags, in do_mmap()
|
D | hugetlb.c | 4404 vm_flags_t vm_flags) in hugetlb_reserve_pages()
|
/Linux-v4.19/include/linux/ |
D | mm_types.h | 227 typedef unsigned long vm_flags_t; typedef 236 vm_flags_t vm_flags; /* VMA vm_flags */
|
D | hugetlb.h | 117 vm_flags_t vm_flags); 303 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, 320 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup()
|
D | mm.h | 2266 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages); 2267 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages); 2283 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, 2287 vm_flags_t vm_flags, unsigned long pgoff, unsigned long *populate,
|
/Linux-v4.19/drivers/staging/android/ |
D | ashmem.c | 349 static inline vm_flags_t calc_vm_may_flags(unsigned long prot) in calc_vm_may_flags()
|
/Linux-v4.19/fs/proc/ |
D | task_mmu.c | 277 vm_flags_t flags, unsigned long long pgoff, in show_vma_header_prefix() 300 vm_flags_t flags = vma->vm_flags; in show_map_vma()
|
/Linux-v4.19/fs/hugetlbfs/ |
D | inode.c | 1316 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup()
|
/Linux-v4.19/ipc/ |
D | shm.c | 610 vm_flags_t acctflag = 0; in newseg()
|
/Linux-v4.19/kernel/events/ |
D | uprobes.c | 125 vm_flags_t flags = VM_HUGETLB | VM_MAYEXEC | VM_MAYSHARE; in valid_vma()
|
/Linux-v4.19/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 110 vm_flags_t vm_flags)
|