/linux-6.1.9/mm/ ! |
D | mlock.c | 364 unsigned long start, unsigned long end, vm_flags_t newflags) in mlock_vma_pages_range() 405 unsigned long start, unsigned long end, vm_flags_t newflags) in mlock_fixup() 411 vm_flags_t oldflags = vma->vm_flags; in mlock_fixup() 469 vm_flags_t flags) in apply_vma_lock_flags() 493 vm_flags_t newflags = vma->vm_flags & VM_LOCKED_CLEAR_MASK; in apply_vma_lock_flags() 567 static __must_check int do_mlock(unsigned long start, size_t len, vm_flags_t flags) in do_mlock() 621 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() 663 vm_flags_t to_add = 0; in apply_mlockall_flags() 683 vm_flags_t newflags; in apply_mlockall_flags()
|
D | io-mapping.c | 19 vm_flags_t expected_flags = VM_PFNMAP | VM_DONTEXPAND | VM_DONTDUMP; in io_mapping_map_user()
|
D | internal.h | 458 static inline bool is_exec_mapping(vm_flags_t flags) in is_exec_mapping() 469 static inline bool is_stack_mapping(vm_flags_t flags) in is_stack_mapping() 477 static inline bool is_data_mapping(vm_flags_t flags) in is_data_mapping()
|
D | mmap.c | 1245 vm_flags_t vm_flags; in do_mmap() 1503 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() 1544 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 2520 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, in mmap_region() 3260 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() 3285 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account()
|
D | gup.c | 1048 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() 1294 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault()
|
D | nommu.c | 1052 vm_flags_t vm_flags; in do_mmap()
|
D | hugetlb.c | 6714 vm_flags_t vm_flags) in hugetlb_reserve_pages()
|
/linux-6.1.9/arch/arm64/include/asm/ ! |
D | hugetlb.h | 26 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags);
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/ ! |
D | hugetlb-8xx.h | 69 static inline pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte()
|
/linux-6.1.9/include/linux/ ! |
D | hugetlb.h | 180 vm_flags_t vm_flags); 538 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, 557 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() 820 vm_flags_t flags) in arch_make_huge_pte()
|
D | mm_types.h | 401 typedef unsigned long vm_flags_t; typedef 410 vm_flags_t vm_flags; /* VMA vm_flags */
|
D | mm.h | 1253 static inline bool is_cow_mapping(vm_flags_t flags) in is_cow_mapping() 2727 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages); 2728 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages); 2747 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff,
|
/linux-6.1.9/Documentation/translations/zh_CN/mm/ ! |
D | hugetlbfs_reserv.rst | 98 vm_flags_t vm_flags)
|
/linux-6.1.9/arch/sparc/mm/ ! |
D | hugetlbpage.c | 180 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte()
|
/linux-6.1.9/arch/arm64/mm/ ! |
D | hugetlbpage.c | 396 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte()
|
/linux-6.1.9/arch/sparc/include/asm/ ! |
D | pgtable_64.h | 358 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags);
|
/linux-6.1.9/fs/proc/ ! |
D | task_mmu.c | 256 vm_flags_t flags, unsigned long long pgoff, in show_vma_header_prefix() 279 vm_flags_t flags = vma->vm_flags; in show_map_vma()
|
/linux-6.1.9/fs/hugetlbfs/ ! |
D | inode.c | 1577 vm_flags_t acctflag, int creat_flags, in hugetlb_file_setup()
|
/linux-6.1.9/ipc/ ! |
D | shm.c | 715 vm_flags_t acctflag = 0; in newseg()
|
/linux-6.1.9/fs/ ! |
D | userfaultfd.c | 112 vm_flags_t flags) in userfaultfd_set_vm_flags()
|
/linux-6.1.9/kernel/events/ ! |
D | uprobes.c | 123 vm_flags_t flags = VM_HUGETLB | VM_MAYEXEC | VM_MAYSHARE; in valid_vma()
|
/linux-6.1.9/Documentation/mm/ ! |
D | hugetlbfs_reserv.rst | 110 vm_flags_t vm_flags)
|