/linux-6.6.21/mm/ |
D | mlock.c | 370 unsigned long start, unsigned long end, vm_flags_t newflags) in mlock_vma_pages_range() 414 unsigned long end, vm_flags_t newflags) in mlock_fixup() 420 vm_flags_t oldflags = vma->vm_flags; in mlock_fixup() 478 vm_flags_t flags) in apply_vma_lock_flags() 503 vm_flags_t newflags; in apply_vma_lock_flags() 575 static __must_check int do_mlock(unsigned long start, size_t len, vm_flags_t flags) in do_mlock() 629 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() 671 vm_flags_t to_add = 0; in apply_mlockall_flags() 691 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 | 553 static inline bool is_exec_mapping(vm_flags_t flags) in is_exec_mapping() 564 static inline bool is_stack_mapping(vm_flags_t flags) in is_stack_mapping() 572 static inline bool is_data_mapping(vm_flags_t flags) in is_data_mapping()
|
D | mmap.c | 1205 unsigned long flags, vm_flags_t vm_flags, in do_mmap() 1541 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 2663 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, in mmap_region() 3402 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() 3427 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account()
|
D | gup.c | 1032 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() 1332 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault()
|
D | nommu.c | 1019 vm_flags_t vm_flags, in do_mmap()
|
D | hugetlb.c | 6713 vm_flags_t vm_flags) in hugetlb_reserve_pages()
|
/linux-6.6.21/include/linux/ |
D | mm_types.h | 512 typedef unsigned long vm_flags_t; typedef 521 vm_flags_t vm_flags; /* VMA vm_flags */ 587 const vm_flags_t vm_flags; 588 vm_flags_t __private __vm_flags;
|
D | mm.h | 816 vm_flags_t flags) in vm_flags_init() 827 vm_flags_t flags) in vm_flags_reset() 834 vm_flags_t flags) in vm_flags_reset_once() 841 vm_flags_t flags) in vm_flags_set() 848 vm_flags_t flags) in vm_flags_clear() 859 vm_flags_t set, vm_flags_t clear) in __vm_flags_mod() 869 vm_flags_t set, vm_flags_t clear) in vm_flags_mod() 1586 static inline bool is_cow_mapping(vm_flags_t flags) in is_cow_mapping() 1592 static inline bool is_nommu_shared_mapping(vm_flags_t flags) in is_nommu_shared_mapping() 3263 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages); [all …]
|
D | hugetlb.h | 162 vm_flags_t vm_flags); 559 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, 578 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() 865 vm_flags_t flags) in arch_make_huge_pte()
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | hugetlb.h | 49 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags);
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | hugetlb.h | 27 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags);
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/ |
D | hugetlb-8xx.h | 70 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.6.21/Documentation/translations/zh_CN/mm/ |
D | hugetlbfs_reserv.rst | 99 vm_flags_t vm_flags)
|
/linux-6.6.21/arch/riscv/mm/ |
D | hugetlbpage.c | 184 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte()
|
/linux-6.6.21/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.6.21/arch/arm64/mm/ |
D | hugetlbpage.c | 378 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte()
|
/linux-6.6.21/fs/hugetlbfs/ |
D | inode.c | 126 vm_flags_t vm_flags; in hugetlbfs_file_mmap() 1630 vm_flags_t acctflag, int creat_flags, in hugetlb_file_setup()
|
/linux-6.6.21/fs/proc/ |
D | task_mmu.c | 242 vm_flags_t flags, unsigned long long pgoff, in show_vma_header_prefix() 266 vm_flags_t flags = vma->vm_flags; in show_map_vma()
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | pgtable_64.h | 398 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags);
|
/linux-6.6.21/ipc/ |
D | shm.c | 715 vm_flags_t acctflag = 0; in newseg()
|
/linux-6.6.21/fs/ |
D | userfaultfd.c | 142 vm_flags_t flags) in userfaultfd_set_vm_flags()
|
/linux-6.6.21/kernel/events/ |
D | uprobes.c | 122 vm_flags_t flags = VM_HUGETLB | VM_MAYEXEC | VM_MAYSHARE; in valid_vma()
|
/linux-6.6.21/Documentation/mm/ |
D | hugetlbfs_reserv.rst | 108 vm_flags_t vm_flags)
|