Home
last modified time | relevance | path

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

/drivers/char/
Dmspec.c91 struct vma_data { struct
92 atomic_t refcnt; /* Number of vmas sharing the data. */
93 spinlock_t lock; /* Serialize access to this structure. */
94 int count; /* Number of pages allocated. */
95 enum mspec_page_type type; /* Type of pages allocated. */
96 int flags; /* See VMD_xxx below. */
97 unsigned long vm_start; /* Original (unsplit) base. */
98 unsigned long vm_end; /* Original (unsplit) end. */
99 unsigned long maddr[0]; /* Array of MSPEC addresses. */