Lines Matching full:mapping

62 The \fBmmap()\fR function establishes a mapping between a process's address
70 The \fBmmap()\fR function establishes a mapping between the address space of
84 of the object both at the time of the \fBmmap()\fR and while the mapping
92 The mapping established by \fBmmap()\fR replaces any previous mappings for
269 object page and redirect the mapping to the copy. The private copy is not
272 \fBMAP_PRIVATE\fR must be specified, but not both. The mapping type is retained
279 \fBEINVAL\fR. If a \fBMAP_FIXED\fR request is successful, the mapping
287 mapping, the previous address is unmapped and the new mapping is created on top
293 system deems suitable for a mapping of \fIlen\fR bytes to the file. The
297 address near which the mapping should be placed. When the system selects a
298 value for \fIpa\fR, it will never place a mapping at address 0, nor will it
299 replace any extant mapping, nor map into areas considered part of the potential
310 mapping. Without this flag, the creation of a writable \fBMAP_PRIVATE\fR
311 mapping reserves swap space equal to the size of the mapping; when the mapping
313 data. A write into a \fBMAP_NORESERVE\fR mapping produces results which depend
320 in the parent; thereafter the child's mapping behaves as described above.
334 system can choose a mapping size larger than the page size returned by
336 and the alignment of the addr and len arguments. Several different mapping sizes
344 the system can choose a mapping size larger than the page size returned by
346 dynamic linker for mapping initialized data of shared objects.
350 mapping assignment should be limited to the first 32 bits (4 Gbytes) of the
352 process models, but does not alter the mapping strategy when used in a
359 must also meet these constraints. The system performs mapping operations over
361 alignment constraint, the system will include, in any mapping operation, any
401 The \fBmmap()\fR function aligns based on the length of the mapping. When
403 includes two 8-Kbyte pages, one at each end of the mapping that are not mapped
715 which the mapping was placed (\fIpa\fR); otherwise, it returns a value of
734 \fBPROT_WRITE\fR was specified for a \fBMAP_SHARED\fR type mapping.
743 The mapping could not be locked in memory.
745 There was insufficient room to reserve swap space for the mapping.
814 room in the address space to effect the mapping.
816 The mapping could not be locked in memory, if required by \fBmlockall\fR(3C),