Searched defs:vma_data (Results 1 – 1 of 1) sorted by relevance
92 struct vma_data { struct93 atomic_t refcnt; /* Number of vmas sharing the data. */94 spinlock_t lock; /* Serialize access to this structure. */95 int count; /* Number of pages allocated. */96 enum mspec_page_type type; /* Type of pages allocated. */97 int flags; /* See VMD_xxx below. */98 unsigned long vm_start; /* Original (unsplit) base. */99 unsigned long vm_end; /* Original (unsplit) end. */100 unsigned long maddr[0]; /* Array of MSPEC addresses. */