/Linux-v5.10/arch/arm64/include/asm/ |
D | mman.h | 38 static inline pgprot_t arch_vm_get_page_prot(unsigned long vm_flags) in arch_vm_get_page_prot() 60 #define arch_vm_get_page_prot(vm_flags) arch_vm_get_page_prot(vm_flags) argument 77 static inline bool arch_validate_flags(unsigned long vm_flags) in arch_validate_flags() 85 #define arch_validate_flags(vm_flags) arch_validate_flags(vm_flags) argument
|
/Linux-v5.10/include/linux/ |
D | khugepaged.h | 56 unsigned long vm_flags) in khugepaged_enter() 76 unsigned long vm_flags) in khugepaged_enter() 81 unsigned long vm_flags) in khugepaged_enter_vma_merge()
|
D | ksm.h | 70 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise()
|
D | mman.h | 94 #define arch_vm_get_page_prot(vm_flags) __pgprot(0) argument
|
D | rmap.h | 286 unsigned long *vm_flags) in page_referenced()
|
D | huge_mm.h | 417 unsigned long *vm_flags, int advice) in hugepage_madvise()
|
D | mm_types.h | 277 vm_flags_t vm_flags; /* VMA vm_flags */ member 334 unsigned long vm_flags; /* Flags, see mm.h. */ member
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | mman.h | 27 static inline pgprot_t arch_vm_get_page_prot(unsigned long vm_flags) in arch_vm_get_page_prot() 37 #define arch_vm_get_page_prot(vm_flags) arch_vm_get_page_prot(vm_flags) argument
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | mman.h | 49 #define arch_vm_get_page_prot(vm_flags) sparc_vm_get_page_prot(vm_flags) argument 50 static inline pgprot_t sparc_vm_get_page_prot(unsigned long vm_flags) in sparc_vm_get_page_prot()
|
/Linux-v5.10/mm/ |
D | mmap.c | 109 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot() 119 static pgprot_t vm_pgprot_modify(pgprot_t oldprot, unsigned long vm_flags) in vm_pgprot_modify() 127 unsigned long vm_flags = vma->vm_flags; in vma_set_page_prot() local 1030 struct file *file, unsigned long vm_flags, in is_mergeable_vma() 1078 can_vma_merge_before(struct vm_area_struct *vma, unsigned long vm_flags, in can_vma_merge_before() 1099 can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags, in can_vma_merge_after() 1159 unsigned long end, unsigned long vm_flags, in vma_merge() 1410 vm_flags_t vm_flags; in do_mmap() local 1680 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() local 1714 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() [all …]
|
D | mapping_dirty_helpers.c | 232 unsigned long vm_flags = READ_ONCE(walk->vma->vm_flags); in wp_clean_test_walk() local
|
D | nommu.c | 155 pgprot_t prot, unsigned long vm_flags, int node, in __vmalloc_node_range() 921 unsigned long vm_flags; in determine_vm_flags() local 1081 vm_flags_t vm_flags; in do_mmap() local
|
D | khugepaged.c | 346 unsigned long *vm_flags, int advice) in hugepage_madvise() 441 unsigned long vm_flags) in hugepage_vma_check() 496 unsigned long vm_flags) in khugepaged_enter_vma_merge()
|
D | rmap.c | 761 unsigned long vm_flags; member 853 unsigned long *vm_flags) in page_referenced()
|
D | mlock.c | 730 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() local
|
D | mremap.c | 340 unsigned long vm_flags = vma->vm_flags; in move_vma() local
|
D | gup.c | 916 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() local 1151 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault() local 1500 unsigned long vm_flags; in __get_user_pages_locked() local
|
D | vmscan.c | 990 unsigned long vm_flags; in page_check_references() local 2016 unsigned long vm_flags; in shrink_active_list() local
|
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/ |
D | pkeys.h | 10 static inline u64 vmflag_to_pte_pkey_bits(u64 vm_flags) in vmflag_to_pte_pkey_bits()
|
D | hash-pkey.h | 5 static inline u64 hash__vmflag_to_pte_pkey_bits(u64 vm_flags) in hash__vmflag_to_pte_pkey_bits()
|
/Linux-v5.10/arch/x86/include/uapi/asm/ |
D | mman.h | 16 #define arch_vm_get_page_prot(vm_flags) __pgprot( \ argument
|
/Linux-v5.10/arch/arm64/mm/ |
D | fault.c | 409 unsigned int mm_flags, unsigned long vm_flags, in __do_page_fault() 457 unsigned long vm_flags = VM_ACCESS_FLAGS; in do_page_fault() local
|
/Linux-v5.10/fs/ |
D | userfaultfd.c | 1253 unsigned long vm_flags) in vma_can_userfault() 1269 unsigned long vm_flags, new_flags; in userfaultfd_register() local
|
D | exec.c | 750 unsigned long vm_flags; in setup_arg_pages() local
|
/Linux-v5.10/arch/s390/include/uapi/asm/ |
D | ipl.h | 106 __u8 vm_flags; member
|