Searched defs:vm_area_struct (Results 1 – 5 of 5) sorted by relevance
648 struct vm_area_struct { struct651 union {660 struct mm_struct *vm_mm; /* The address space we belong to. */661 pgprot_t vm_page_prot; /* Access permissions of this VMA. */667 union {687 unsigned int vm_lock_seq;696 struct list_head anon_vma_chain; /* Serialized by mmap_lock &698 struct anon_vma *anon_vma; /* Serialized by page_table_lock */701 const struct vm_operations_struct *vm_ops;704 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]
283 static void dummy_close(struct vm_area_struct *) in dummy_close()
56 pub fn as_ptr(&self) -> *mut bindings::vm_area_struct { in as_ptr()
423 vma: *mut bindings::vm_area_struct, in rust_binder_mmap()
7152 BTF_TYPE_SAFE_TRUSTED_OR_NULL(struct vm_area_struct) { in BTF_TYPE_SAFE_TRUSTED_OR_NULL()