Searched refs:vm_flags_t (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/include/linux/ |
D | mm_types.h | 220 typedef unsigned long __nocast vm_flags_t; typedef 229 vm_flags_t vm_flags; /* VMA vm_flags */
|
D | hugetlb.h | 82 vm_flags_t vm_flags); 254 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, 273 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup()
|
D | mm.h | 1875 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff);
|
/linux-4.1.27/mm/ |
D | mlock.c | 499 unsigned long start, unsigned long end, vm_flags_t newflags) in mlock_fixup() 578 vm_flags_t newflags; in do_mlock() 669 vm_flags_t newflags; in do_mlockall()
|
D | internal.h | 236 static inline bool is_cow_mapping(vm_flags_t flags) in is_cow_mapping()
|
D | gup.c | 324 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() 548 vm_flags_t vm_flags; in fixup_user_fault()
|
D | mmap.c | 1261 vm_flags_t vm_flags; in do_mmap_pgoff() 1485 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() 1518 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 1531 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff) in mmap_region()
|
D | hugetlb.c | 3565 vm_flags_t vm_flags) in hugetlb_reserve_pages()
|
/linux-4.1.27/arch/x86/mm/ |
D | mpx.c | 30 vm_flags_t vm_flags; in mpx_mmap()
|
/linux-4.1.27/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.1.27/fs/hugetlbfs/ |
D | inode.c | 969 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup()
|
/linux-4.1.27/ipc/ |
D | shm.c | 528 vm_flags_t acctflag = 0; in newseg()
|
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 274 vm_flags_t flags = vma->vm_flags; in show_map_vma()
|
/linux-4.1.27/kernel/events/ |
D | uprobes.c | 131 vm_flags_t flags = VM_HUGETLB | VM_MAYEXEC | VM_MAYSHARE; in valid_vma()
|