/linux-6.3-rc2/mm/ |
A D | mlock.c | 364 unsigned long start, unsigned long end, vm_flags_t newflags) in mlock_vma_pages_range() 406 unsigned long end, vm_flags_t newflags) in mlock_fixup() 412 vm_flags_t oldflags = vma->vm_flags; in mlock_fixup() 470 vm_flags_t flags) in apply_vma_lock_flags() 495 vm_flags_t newflags; in apply_vma_lock_flags() 566 static __must_check int do_mlock(unsigned long start, size_t len, vm_flags_t flags) in do_mlock() 620 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() 662 vm_flags_t to_add = 0; in apply_mlockall_flags() 682 vm_flags_t newflags; in apply_mlockall_flags()
|
A D | io-mapping.c | 19 vm_flags_t expected_flags = VM_PFNMAP | VM_DONTEXPAND | VM_DONTDUMP; in io_mapping_map_user()
|
A D | internal.h | 488 static inline bool is_exec_mapping(vm_flags_t flags) in is_exec_mapping() 499 static inline bool is_stack_mapping(vm_flags_t flags) in is_stack_mapping() 507 static inline bool is_data_mapping(vm_flags_t flags) in is_data_mapping()
|
A D | mmap.c | 1198 vm_flags_t vm_flags; in do_mmap() 1456 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() 1497 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 2470 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, in mmap_region() 3208 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() 3233 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account()
|
A D | gup.c | 964 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() 1208 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault()
|
A D | nommu.c | 1012 vm_flags_t vm_flags; in do_mmap()
|
A D | hugetlb.c | 6769 vm_flags_t vm_flags) in hugetlb_reserve_pages()
|
/linux-6.3-rc2/include/linux/ |
A D | mm_types.h | 437 typedef unsigned long vm_flags_t; typedef 446 vm_flags_t vm_flags; /* VMA vm_flags */ 500 const vm_flags_t vm_flags; 501 vm_flags_t __private __vm_flags;
|
A D | mm.h | 638 vm_flags_t flags) in vm_flags_init() 645 vm_flags_t flags) in vm_flags_reset() 652 vm_flags_t flags) in vm_flags_reset_once() 659 vm_flags_t flags) in vm_flags_set() 666 vm_flags_t flags) in vm_flags_clear() 677 vm_flags_t set, vm_flags_t clear) in __vm_flags_mod() 687 vm_flags_t set, vm_flags_t clear) in vm_flags_mod() 1420 static inline bool is_cow_mapping(vm_flags_t flags) in is_cow_mapping() 1426 static inline bool is_nommu_shared_mapping(vm_flags_t flags) in is_nommu_shared_mapping() 2986 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages); [all …]
|
A D | hugetlb.h | 171 vm_flags_t vm_flags); 532 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, 551 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() 852 vm_flags_t flags) in arch_make_huge_pte()
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | hugetlb.h | 26 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags);
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/ |
A 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.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | hugetlbfs_reserv.rst | 98 vm_flags_t vm_flags)
|
/linux-6.3-rc2/arch/sparc/mm/ |
A 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.3-rc2/arch/arm64/mm/ |
A 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.3-rc2/fs/proc/ |
A D | task_mmu.c | 256 vm_flags_t flags, unsigned long long pgoff, in show_vma_header_prefix() 280 vm_flags_t flags = vma->vm_flags; in show_map_vma()
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_64.h | 361 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags);
|
/linux-6.3-rc2/fs/hugetlbfs/ |
A D | inode.c | 1577 vm_flags_t acctflag, int creat_flags, in hugetlb_file_setup()
|
/linux-6.3-rc2/ipc/ |
A D | shm.c | 715 vm_flags_t acctflag = 0; in newseg()
|
/linux-6.3-rc2/fs/ |
A D | userfaultfd.c | 112 vm_flags_t flags) in userfaultfd_set_vm_flags()
|
/linux-6.3-rc2/kernel/events/ |
A D | uprobes.c | 122 vm_flags_t flags = VM_HUGETLB | VM_MAYEXEC | VM_MAYSHARE; in valid_vma()
|
/linux-6.3-rc2/Documentation/mm/ |
A D | hugetlbfs_reserv.rst | 108 vm_flags_t vm_flags)
|