/openbmc/linux/arch/arm64/include/asm/ |
H 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
|
/openbmc/linux/arch/sparc/include/asm/ |
H 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()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pkeys.h | 8 static inline u64 vmflag_to_pte_pkey_bits(u64 vm_flags) in vmflag_to_pte_pkey_bits()
|
H 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()
|
/openbmc/linux/arch/x86/mm/ |
H A D | pgprot.c | 35 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | mmap.c | 80 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|
H A 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
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | find_vma_fail1.c | 5 #define vm_flags vm_start macro
|
/openbmc/linux/mm/ |
H A 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() 1213 unsigned long flags, vm_flags_t vm_flags, in do_mmap() 2671 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff, in mmap_region() 3537 unsigned long vm_flags, void *priv, in __install_special_mapping() 3592 unsigned long vm_flags, const struct vm_special_mapping *spec) in _install_special_mapping() [all …]
|
H A D | mapping_dirty_helpers.c | 221 unsigned long vm_flags = READ_ONCE(walk->vma->vm_flags); in wp_clean_test_walk() local
|
H A 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()
|
H A D | rmap.c | 798 unsigned long vm_flags; member 898 struct mem_cgroup *memcg, unsigned long *vm_flags) in folio_referenced()
|
H A D | mlock.c | 629 vm_flags_t vm_flags = VM_LOCKED; in SYSCALL_DEFINE3() local
|
H A D | gup.c | 944 vm_flags_t vm_flags = vma->vm_flags; in check_vma_flags() local 1259 vm_flags_t vm_flags = write ? VM_WRITE : VM_READ; in vma_permits_fault() local 1718 unsigned long vm_flags; in __get_user_pages_locked() local
|
/openbmc/linux/include/linux/ |
H A D | huge_mm.h | 141 unsigned long vm_flags) in vma_thp_disabled() 295 unsigned long vm_flags, bool smaps, in hugepage_vma_check() 334 unsigned long *vm_flags, int advice) in hugepage_madvise()
|
H A D | khugepaged.h | 49 unsigned long vm_flags) in khugepaged_enter_vma()
|
H A D | mman.h | 191 static inline bool map_deny_write_exec(struct vm_area_struct *vma, unsigned long vm_flags) in map_deny_write_exec()
|
H A D | ksm.h | 138 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise()
|
H A D | userfaultfd_k.h | 164 unsigned long vm_flags) in vma_can_userfault()
|
H A D | shmem_fs.h | 118 struct mm_struct *mm, unsigned long vm_flags) in shmem_is_huge()
|
H A D | rmap.h | 485 unsigned long *vm_flags) in folio_referenced()
|
/openbmc/linux/arch/x86/kernel/cpu/sgx/ |
H A 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()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | iplb.h | 21 uint8_t vm_flags; member
|
/openbmc/linux/arch/arm/mm/ |
H A D | fault.c | 246 unsigned long vm_flags = VM_ACCESS_FLAGS; in do_page_fault() local
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 636 pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
|