Lines Matching +full:address +full:- +full:width
31 .Nd virtual address space portion of virtual memory subsystem
39 subsystem is used to manage virtual address spaces.
44 is a generic representation of an address space.
45 This address space may belong to a user process or the kernel.
50 .Bd -literal -offset indent
70 .Bl -tag -width ".Va needs_wakeup"
75 Each object defines a particular region within this map's address space.
83 Specifies the size of the virtual address space.
98 .Bl -tag -width ".Dv MAP_PREFAULT_MADVISE"
115 to specify the copy-on-write properties of regions within the map:
116 .Bl -tag -width ".Dv MAP_PREFAULT_MADVISE"
118 The mapping is copy-on-write.
145 .Bd -literal -offset indent
171 .Bl -tag -width ".Va avail_ssize"
173 Pointer to the previous node in a doubly-linked, circular list.
175 Pointer to the next node in a doubly-linked, circular list.
181 Lower address bound of this entry's region.
183 Upper address bound of this entry's region.
187 The amount of free, unmapped address space adjacent to and immediately
206 a user process's address space:
207 .Bl -tag -width ".Va max_protection"
219 Contains the address of the last read which caused a page fault.
226 .Bl -tag -width ".Dv MAP_ENTRY_BEHAV_SEQUENTIAL"
235 Indicate that this is a copy-on-write region.
237 Indicate that a copy-on-write region needs to be copied.
268 .Bl -tag -width ".Dv VM_INHERIT_DEFAULT"
293 .Bd -literal -offset indent