/Linux-v6.1/arch/arm64/include/asm/ |
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-v6.1/arch/sparc/include/asm/ |
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-v6.1/mm/ |
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 867 struct file *file, unsigned long vm_flags, in is_mergeable_vma() 918 can_vma_merge_before(struct vm_area_struct *vma, unsigned long vm_flags, in can_vma_merge_before() 940 can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags, in can_vma_merge_after() 1001 unsigned long end, unsigned long vm_flags, in vma_merge() 1245 vm_flags_t vm_flags; in do_mmap() local 1503 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() local 1540 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 2516 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, in mmap_region() [all …]
|
D | mapping_dirty_helpers.c | 237 unsigned long vm_flags = READ_ONCE(walk->vma->vm_flags); in wp_clean_test_walk() local
|
D | nommu.c | 153 pgprot_t prot, unsigned long vm_flags, int node, in __vmalloc_node_range() 892 unsigned long vm_flags; in determine_vm_flags() local 1052 vm_flags_t vm_flags; in do_mmap() local
|
D | mlock.c | 621 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() local
|
D | rmap.c | 800 unsigned long vm_flags; member 897 struct mem_cgroup *memcg, unsigned long *vm_flags) in folio_referenced()
|
D | gup.c | 1048 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() local 1291 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault() local 1723 unsigned long vm_flags; in __get_user_pages_locked() local
|
D | mremap.c | 580 unsigned long vm_flags = vma->vm_flags; in move_vma() local
|
D | khugepaged.c | 353 unsigned long *vm_flags, int advice) in hugepage_madvise() 451 unsigned long vm_flags) in khugepaged_enter_vma()
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/ |
D | pkeys.h | 8 static inline u64 vmflag_to_pte_pkey_bits(u64 vm_flags) in vmflag_to_pte_pkey_bits()
|
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-v6.1/arch/x86/mm/ |
D | pgprot.c | 35 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|
/Linux-v6.1/arch/arm64/mm/ |
D | mmap.c | 80 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|
D | fault.c | 477 unsigned int mm_flags, unsigned long vm_flags, in __do_page_fault() 525 unsigned long vm_flags; in do_page_fault() local
|
/Linux-v6.1/include/linux/ |
D | khugepaged.h | 48 unsigned long vm_flags) in khugepaged_enter_vma()
|
D | ksm.h | 67 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise()
|
D | huge_mm.h | 326 unsigned long vm_flags, bool smaps, in hugepage_vma_check() 365 unsigned long *vm_flags, int advice) in hugepage_madvise()
|
D | userfaultfd_k.h | 147 unsigned long vm_flags) in vma_can_userfault()
|
D | rmap.h | 475 unsigned long *vm_flags) in folio_referenced()
|
D | mm_types.h | 410 vm_flags_t vm_flags; /* VMA vm_flags */ member 458 unsigned long vm_flags; /* Flags, see mm.h. */ member
|
/Linux-v6.1/arch/x86/kernel/cpu/sgx/ |
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-v6.1/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 554 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|
/Linux-v6.1/arch/arm/mm/ |
D | fault.c | 268 unsigned long vm_flags = VM_ACCESS_FLAGS; in do_page_fault() local
|
/Linux-v6.1/arch/s390/include/uapi/asm/ |
D | ipl.h | 106 __u8 vm_flags; member
|