Searched refs:vm_flags_t (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
D | mlock.c | 525 unsigned long start, unsigned long end, vm_flags_t newflags) in mlock_fixup() 532 vm_flags_t old_flags = vma->vm_flags; in mlock_fixup() 589 vm_flags_t flags) in apply_vma_lock_flags() 611 vm_flags_t newflags = vma->vm_flags & VM_LOCKED_CLEAR_MASK; in apply_vma_lock_flags() 676 static __must_check int do_mlock(unsigned long start, size_t len, vm_flags_t flags) in do_mlock() 730 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() 771 vm_flags_t to_add = 0; in apply_mlockall_flags() 791 vm_flags_t newflags; in apply_mlockall_flags()
|
D | internal.h | 427 static inline bool is_cow_mapping(vm_flags_t flags) in is_cow_mapping() 439 static inline bool is_exec_mapping(vm_flags_t flags) in is_exec_mapping() 450 static inline bool is_stack_mapping(vm_flags_t flags) in is_stack_mapping() 458 static inline bool is_data_mapping(vm_flags_t flags) in is_data_mapping()
|
D | mmap.c | 1421 vm_flags_t vm_flags; in do_mmap() 1706 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() 1744 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 1757 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, in mmap_region() 3414 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() 3439 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account()
|
D | gup.c | 922 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() 1157 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault()
|
D | nommu.c | 1081 vm_flags_t vm_flags; in do_mmap()
|
D | hugetlb.c | 5133 vm_flags_t vm_flags) in hugetlb_reserve_pages()
|
/kernel/linux/build/test/tracepointtest/vendordommap_test/ |
D | vendordommap_test.c | 17 static void vendor_do_mmap(void *data, vm_flags_t *vm_flags, int *err) in vendor_do_mmap()
|
/kernel/linux/linux-5.10/include/trace/hooks/ |
D | mm.h | 13 TP_PROTO(vm_flags_t *vm_flags, int *err),
|
/kernel/linux/linux-5.10/include/linux/ |
D | mm_types.h | 272 typedef unsigned long vm_flags_t; typedef 281 vm_flags_t vm_flags; /* VMA vm_flags */
|
D | hugetlb.h | 144 vm_flags_t vm_flags); 436 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, 456 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup()
|
D | mm.h | 2617 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages); 2618 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages); 2637 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff,
|
/kernel/linux/linux-5.10/drivers/staging/android/ |
D | ashmem.c | 393 static inline vm_flags_t calc_vm_may_flags(unsigned long prot) in calc_vm_may_flags()
|
/kernel/linux/linux-5.10/fs/proc/ |
D | task_mmu.c | 265 vm_flags_t flags, unsigned long long pgoff, in show_vma_header_prefix() 288 vm_flags_t flags = vma->vm_flags; in show_map_vma()
|
/kernel/linux/linux-5.10/fs/hugetlbfs/ |
D | inode.c | 1461 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup()
|
/kernel/linux/linux-5.10/ipc/ |
D | shm.c | 702 vm_flags_t acctflag = 0; in newseg()
|
/kernel/linux/linux-5.10/kernel/events/ |
D | uprobes.c | 123 vm_flags_t flags = VM_HUGETLB | VM_MAYEXEC | VM_MAYSHARE; in valid_vma()
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 110 vm_flags_t vm_flags)
|