Home
last modified time | relevance | path

Searched defs:vm_area_desc (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/vma/
H A Dvma_internal.h285 struct vm_area_desc { struct
305 int (*mmap_prepare)(struct vm_area_desc *); argument
/linux/include/linux/
H A Dmm_types.h783 struct vm_area_desc { struct
785 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 …]