Searched defs:vm_area_struct (Results 1 – 8 of 8) sorted by relevance
511 struct vm_area_struct { struct514 union {523 struct mm_struct *vm_mm; /* The address space we belong to. */524 pgprot_t vm_page_prot; /* Access permissions of this VMA. */530 union {550 unsigned int vm_lock_seq;559 struct list_head anon_vma_chain; /* Serialized by mmap_lock &561 struct anon_vma *anon_vma; /* Serialized by page_table_lock */564 const struct vm_operations_struct *vm_ops;567 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]
428 static inline void hugetlb_split(struct vm_area_struct *, unsigned long) {} in hugetlb_split()
913 struct vm_area_struct { struct916 union {929 struct mm_struct *vm_mm;930 pgprot_t vm_page_prot; /* Access permissions of this VMA. */937 union {958 unsigned int vm_lock_seq;966 struct list_head anon_vma_chain; /* Serialized by mmap_lock &968 struct anon_vma *anon_vma; /* Serialized by page_table_lock */971 const struct vm_operations_struct *vm_ops;974 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]
72 static inline void dummy_close(struct vm_area_struct *) in dummy_close()
304 vma: *mut bindings::vm_area_struct, in mmap()
56 pub fn as_ptr(&self) -> *mut bindings::vm_area_struct { in as_ptr()
429 vma: *mut bindings::vm_area_struct, in rust_binder_mmap()
7306 BTF_TYPE_SAFE_TRUSTED_OR_NULL(struct vm_area_struct) { in BTF_TYPE_SAFE_TRUSTED_OR_NULL()