Searched defs:vm_area_desc (Results 1 – 2 of 2) sorted by relevance
285 struct vm_area_desc { struct305 int (*mmap_prepare)(struct vm_area_desc *); argument
783 struct vm_area_desc { struct785 const struct mm_struct *const mm;786 struct file *const file; /* May vary from vm_file in stacked callers. */787 unsigned long start;788 unsigned long end;791 pgoff_t pgoff;792 struct file *vm_file;793 vm_flags_t vm_flags;794 pgprot_t page_prot;797 const struct vm_operations_struct *vm_ops;[all …]