/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | mman.h | 53 static inline bool arch_validate_flags(unsigned long vm_flags) in arch_validate_flags() 61 #define arch_validate_flags(vm_flags) arch_validate_flags(vm_flags) argument
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | mman.h | 57 #define arch_validate_flags(vm_flags) arch_validate_flags(vm_flags) argument 61 static inline bool arch_validate_flags(unsigned long vm_flags) in arch_validate_flags()
|
/linux-6.3-rc2/mm/ |
A D | mmap.c | 83 static pgprot_t vm_pgprot_modify(pgprot_t oldprot, unsigned long vm_flags) in vm_pgprot_modify() 91 unsigned long vm_flags = vma->vm_flags; in vma_set_page_prot() local 748 struct file *file, unsigned long vm_flags, in is_mergeable_vma() 821 can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags, in can_vma_merge_after() 888 unsigned long end, unsigned long vm_flags, in vma_merge() 1198 vm_flags_t vm_flags; in do_mmap() local 1456 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() local 2470 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, in mmap_region() 3331 unsigned long vm_flags, void *priv, in __install_special_mapping() 3389 unsigned long vm_flags, const struct vm_special_mapping *spec) in _install_special_mapping() [all …]
|
A D | mapping_dirty_helpers.c | 237 unsigned long vm_flags = READ_ONCE(walk->vma->vm_flags); in wp_clean_test_walk() local
|
A D | nommu.c | 153 pgprot_t prot, unsigned long vm_flags, int node, in __vmalloc_node_range() 841 unsigned long vm_flags; in determine_vm_flags() local 1012 vm_flags_t vm_flags; in do_mmap() local
|
A D | mlock.c | 620 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() local
|
A D | rmap.c | 801 unsigned long vm_flags; member 900 struct mem_cgroup *memcg, unsigned long *vm_flags) in folio_referenced()
|
A D | gup.c | 964 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() local 1208 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault() local 1675 unsigned long vm_flags; in __get_user_pages_locked() local
|
A D | mremap.c | 580 unsigned long vm_flags = vma->vm_flags; in move_vma() local
|
A D | khugepaged.c | 353 unsigned long *vm_flags, int advice) in hugepage_madvise() 451 unsigned long vm_flags) in khugepaged_enter_vma()
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pkeys.h | 8 static inline u64 vmflag_to_pte_pkey_bits(u64 vm_flags) in vmflag_to_pte_pkey_bits()
|
A D | hash-pkey.h | 8 static inline u64 hash__vmflag_to_pte_pkey_bits(u64 vm_flags) in hash__vmflag_to_pte_pkey_bits()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | pgprot.c | 35 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | mmap.c | 80 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|
A D | fault.c | 487 unsigned int mm_flags, unsigned long vm_flags, in __do_page_fault() 535 unsigned long vm_flags; in do_page_fault() local
|
/linux-6.3-rc2/include/linux/ |
A D | khugepaged.h | 49 unsigned long vm_flags) in khugepaged_enter_vma()
|
A D | ksm.h | 67 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise()
|
A D | mman.h | 179 static inline bool map_deny_write_exec(struct vm_area_struct *vma, unsigned long vm_flags) in map_deny_write_exec()
|
A D | huge_mm.h | 317 unsigned long vm_flags, bool smaps, in hugepage_vma_check() 356 unsigned long *vm_flags, int advice) in hugepage_madvise()
|
A D | userfaultfd_k.h | 147 unsigned long vm_flags) in vma_can_userfault()
|
A D | rmap.h | 484 unsigned long *vm_flags) in folio_referenced()
|
A D | mm_types.h | 446 vm_flags_t vm_flags; /* VMA vm_flags */ member 500 const vm_flags_t vm_flags; member
|
/linux-6.3-rc2/arch/x86/kernel/cpu/sgx/ |
A D | encl.c | 269 unsigned long vm_flags) in sgx_encl_load_page_in_vma() 503 unsigned long end, unsigned long vm_flags) in sgx_encl_may_map() 588 unsigned long vm_flags) in sgx_encl_reserve_page()
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 554 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | fault.c | 269 unsigned long vm_flags = VM_ACCESS_FLAGS; in do_page_fault() local
|