Home
last modified time | relevance | path

Searched defs:vm_flags (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v5.15/arch/arm64/include/asm/
Dmman.h38 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.15/arch/sparc/include/asm/
Dmman.h49 #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()
63 #define arch_validate_flags(vm_flags) arch_validate_flags(vm_flags) argument
67 static inline bool arch_validate_flags(unsigned long vm_flags) in arch_validate_flags()
/Linux-v5.15/include/linux/
Dkhugepaged.h57 unsigned long vm_flags) in khugepaged_enter()
78 unsigned long vm_flags) in khugepaged_enter()
83 unsigned long vm_flags) in khugepaged_enter_vma_merge()
Dhuge_mm.h134 unsigned long vm_flags) in transhuge_vma_enabled()
374 unsigned long vm_flags) in transhuge_vma_enabled()
418 unsigned long *vm_flags, int advice) in hugepage_madvise()
Dksm.h70 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise()
Dmman.h97 #define arch_vm_get_page_prot(vm_flags) __pgprot(0) argument
Drmap.h288 unsigned long *vm_flags) in page_referenced()
Dmm_types.h291 vm_flags_t vm_flags; /* VMA vm_flags */ member
348 unsigned long vm_flags; /* Flags, see mm.h. */ member
/Linux-v5.15/arch/powerpc/include/asm/
Dmman.h27 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.15/mm/
Dmmap.c115 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
125 static pgprot_t vm_pgprot_modify(pgprot_t oldprot, unsigned long vm_flags) in vm_pgprot_modify()
133 unsigned long vm_flags = vma->vm_flags; in vma_set_page_prot() local
1031 struct file *file, unsigned long vm_flags, in is_mergeable_vma()
1079 can_vma_merge_before(struct vm_area_struct *vma, unsigned long vm_flags, in can_vma_merge_before()
1100 can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags, in can_vma_merge_after()
1160 unsigned long end, unsigned long vm_flags, in vma_merge()
1410 vm_flags_t vm_flags; in do_mmap() local
1670 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() local
1704 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping()
[all …]
Dmapping_dirty_helpers.c236 unsigned long vm_flags = READ_ONCE(walk->vma->vm_flags); in wp_clean_test_walk() local
Dnommu.c155 pgprot_t prot, unsigned long vm_flags, int node, in __vmalloc_node_range()
908 unsigned long vm_flags; in determine_vm_flags() local
1068 vm_flags_t vm_flags; in do_mmap() local
Dkhugepaged.c348 unsigned long *vm_flags, int advice) in hugepage_madvise()
443 unsigned long vm_flags) in hugepage_vma_check()
510 unsigned long vm_flags) in khugepaged_enter_vma_merge()
Drmap.c766 unsigned long vm_flags; member
858 unsigned long *vm_flags) in page_referenced()
Dmlock.c701 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() local
Dgup.c968 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() local
1212 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault() local
1621 unsigned long vm_flags; in __get_user_pages_locked() local
Dmremap.c570 unsigned long vm_flags = vma->vm_flags; in move_vma() local
Dvmscan.c1234 unsigned long vm_flags; in page_check_references() local
2350 unsigned long vm_flags; in shrink_active_list() local
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/
Dpkeys.h8 static inline u64 vmflag_to_pte_pkey_bits(u64 vm_flags) in vmflag_to_pte_pkey_bits()
Dhash-pkey.h8 static inline u64 hash__vmflag_to_pte_pkey_bits(u64 vm_flags) in hash__vmflag_to_pte_pkey_bits()
/Linux-v5.15/arch/x86/include/uapi/asm/
Dmman.h16 #define arch_vm_get_page_prot(vm_flags) __pgprot( \ argument
/Linux-v5.15/arch/x86/kernel/cpu/sgx/
Dencl.c95 unsigned long vm_flags) in sgx_encl_load_page()
219 unsigned long end, unsigned long vm_flags) in sgx_encl_may_map()
299 unsigned long vm_flags) in sgx_encl_reserve_page()
/Linux-v5.15/arch/arm64/mm/
Dfault.c474 unsigned int mm_flags, unsigned long vm_flags, in __do_page_fault()
522 unsigned long vm_flags; in do_page_fault() local
/Linux-v5.15/fs/
Duserfaultfd.c1255 unsigned long vm_flags) in vma_can_userfault()
1280 unsigned long vm_flags, new_flags; in userfaultfd_register() local
/Linux-v5.15/arch/s390/include/uapi/asm/
Dipl.h106 __u8 vm_flags; member

12