Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm_types.h868 struct vm_area_desc { struct
870 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 …]
/linux/tools/testing/vma/
H A Dvma_internal.h610 struct vm_area_desc { struct
612 const struct mm_struct *const mm;
636 int (*mmap_prepare)(struct vm_area_desc *); argument