Searched defs:vm_area_desc (Results 1 – 2 of 2) sorted by relevance
868 struct vm_area_desc { struct870 const struct mm_struct *const mm;871 struct file *const file; /* May vary from vm_file in stacked callers. */872 unsigned long start;873 unsigned long end;876 pgoff_t pgoff;877 struct file *vm_file;878 union {882 pgprot_t page_prot;885 const struct vm_operations_struct *vm_ops;[all …]
610 struct vm_area_desc { struct612 const struct mm_struct *const mm;636 int (*mmap_prepare)(struct vm_area_desc *); argument