Lines Matching full:region
75 The starting address for the region (inclusive).
77 The ending address for the region (exclusive).
85 kernel data structure describing the memory region.
96 The number of references to the region.
98 The number of VM objects that this region is a shadow for.
105 Whether the region is copy-on-write.
109 A copy-on-write region.
111 A non-copy-on-write region.
114 Whether the region needs a copy.
118 The region needs a copy.
120 The region does not need a copy.
123 The type of the region.
127 A region associated with a dead VM object.
129 A region backed by device memory.
131 A region not backed by anything.
133 A region backed by physical memory.
135 A region backed by swap.
137 A region of unknown type.
139 A region backed by a file.
142 The path to the file backing the memory region, or
149 The region is being charged to the user specified in the
153 The region is not being charged to any user.