/Linux-v6.6/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.6/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.6/mm/ |
D | mmap.c | 84 static pgprot_t vm_pgprot_modify(pgprot_t oldprot, unsigned long vm_flags) in vm_pgprot_modify() 92 unsigned long vm_flags = vma->vm_flags; in vma_set_page_prot() local 721 struct file *file, unsigned long vm_flags, in is_mergeable_vma() 773 can_vma_merge_before(struct vm_area_struct *vma, unsigned long vm_flags, in can_vma_merge_before() 796 can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags, in can_vma_merge_after() 865 unsigned long end, unsigned long vm_flags, in vma_merge() 1205 unsigned long flags, vm_flags_t vm_flags, in do_mmap() 1541 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 2663 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, in mmap_region() 3525 unsigned long vm_flags, void *priv, in __install_special_mapping() [all …]
|
D | mapping_dirty_helpers.c | 221 unsigned long vm_flags = READ_ONCE(walk->vma->vm_flags); in wp_clean_test_walk() local
|
D | nommu.c | 154 pgprot_t prot, unsigned long vm_flags, int node, in __vmalloc_node_range() 855 unsigned long vm_flags; in determine_vm_flags() local 1019 vm_flags_t vm_flags, in do_mmap()
|
D | rmap.c | 798 unsigned long vm_flags; member 898 struct mem_cgroup *memcg, unsigned long *vm_flags) in folio_referenced()
|
D | mlock.c | 629 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() local
|
D | gup.c | 1032 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() local 1332 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault() local 1797 unsigned long vm_flags; in __get_user_pages_locked() local
|
D | mremap.c | 592 unsigned long vm_flags = vma->vm_flags; in move_vma() local
|
D | khugepaged.c | 349 unsigned long *vm_flags, int advice) in hugepage_madvise() 445 unsigned long vm_flags) in khugepaged_enter_vma()
|
/Linux-v6.6/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.6/arch/x86/mm/ |
D | pgprot.c | 35 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|
/Linux-v6.6/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 | 502 unsigned int mm_flags, unsigned long vm_flags, in __do_page_fault() 536 unsigned long vm_flags; in do_page_fault() local
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | find_vma_fail1.c | 5 #define vm_flags vm_start macro
|
/Linux-v6.6/include/linux/ |
D | khugepaged.h | 49 unsigned long vm_flags) in khugepaged_enter_vma()
|
D | mman.h | 183 static inline bool map_deny_write_exec(struct vm_area_struct *vma, unsigned long vm_flags) in map_deny_write_exec()
|
D | ksm.h | 127 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise()
|
D | huge_mm.h | 277 unsigned long vm_flags, bool smaps, in hugepage_vma_check() 316 unsigned long *vm_flags, int advice) in hugepage_madvise()
|
D | userfaultfd_k.h | 164 unsigned long vm_flags) in vma_can_userfault()
|
D | rmap.h | 485 unsigned long *vm_flags) in folio_referenced()
|
/Linux-v6.6/arch/x86/kernel/cpu/sgx/ |
D | encl.c | 282 unsigned long vm_flags) in sgx_encl_load_page_in_vma() 523 unsigned long end, unsigned long vm_flags) in sgx_encl_may_map() 608 unsigned long vm_flags) in sgx_encl_reserve_page()
|
/Linux-v6.6/arch/arm/mm/ |
D | fault.c | 246 unsigned long vm_flags = VM_ACCESS_FLAGS; in do_page_fault() local
|
/Linux-v6.6/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 633 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|