Searched defs:vm_area_desc (Results 1 – 2 of 2) sorted by relevance
890 struct vm_area_desc { struct892 struct mm_struct *mm;893 struct file *file; /* May vary from vm_file in stacked callers. */894 unsigned long start;895 unsigned long end;898 pgoff_t pgoff;899 struct file *vm_file;900 vma_flags_t vma_flags;901 pgprot_t page_prot;904 const struct vm_operations_struct *vm_ops;[all …]
518 struct vm_area_desc { struct520 struct mm_struct *mm;521 struct file *file; /* May vary from vm_file in stacked callers. */522 unsigned long start;523 unsigned long end;526 pgoff_t pgoff;527 struct file *vm_file;528 vma_flags_t vma_flags;529 pgprot_t page_prot;532 const struct vm_operations_struct *vm_ops;[all …]