]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/MO_data_unavailable.html
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / man / MO_data_unavailable.html
index d74aeca7d1e0f8351214ccb2822ef4dac06810c2..a65fe43820ba786e5f8abd64bedc06bd30826fd4 100755 (executable)
@@ -1 +1,67 @@
-<h2>memory_object_data_unavailable</h2>\r<hr>\r<p>\r<strong>Function</strong> - Instruct kernel to zero-fill pages as requested data does not exist.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>kern_return_t   memory_object_data_unavailable</strong>\r                <strong>(memory_object_control_t</strong>         <var>memory_control</var>,\r                 <strong>vm_offset_t</strong>                             <var>offset</var>,\r                 <strong>vm_size_t</strong>                                 <var>size</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>memory_control</var> \r<dd>\r[in memory-cache-control send right]\rThe memory cache control port \rto be used by the memory manager for cache management requests. \rThis port is provided by the kernel in a <strong>memory_object_init</strong> or a \r<strong>memory_object_create</strong> call.\r<p>\r<dt> <var>offset</var> \r<dd>\r[in scalar]\rThe offset within the memory object, in bytes.\r<p>\r<dt> <var>size</var> \r<dd>\r[in scalar]\rThe number of bytes of data (starting at <var>offset</var>).  The number \rmust convert to an integral number of memory object pages.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>memory_object_data_unavailable</strong> function indicates\rthat the memory \rmanager cannot provide the kernel with the data requested for\rthe given region. \rInstead, the kernel should provide the data for this region.\r<p>\rA memory manager can use this call in any of the following situations:\r<ul>\r<li>\rWhen the object was created by the kernel \r(via <strong>memory_object_create</strong>) and \rthe kernel has not yet provided data for the region (via either\r<strong>memory_object_data_initialize</strong> or <strong>memory_object_data_return</strong>).\rIn this case, the\robject is a temporary memory object; the memory manager is the default \rmemory manager; and the kernel should provide zero-filled pages for the\robject.\r     <p>\r<li>\rWhen the object is a normal user-created memory object.  In this case, the \rkernel should provide zero-filled pages for the region.\r</ul>\r<h3>RETURN VALUES</h3>\r<p>\rOnly generic errors apply.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="memory_object_create.html"><strong>memory_object_create</strong></a>,\r<a href="memory_object_data_error.html"><strong>memory_object_data_error</strong></a>,\r<a href="memory_object_data_request.html"><strong>memory_object_data_request</strong></a>,\r<a href="memory_object_data_supply.html"><strong>memory_object_data_supply</strong></a>.\r
\ No newline at end of file
+<h2>memory_object_data_unavailable</h2>
+<hr>
+<p>
+<strong>Function</strong> - Instruct kernel to zero-fill pages as requested data does not exist.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>kern_return_t   memory_object_data_unavailable</strong>
+                <strong>(memory_object_control_t</strong>         <var>memory_control</var>,
+                 <strong>vm_offset_t</strong>                             <var>offset</var>,
+                 <strong>vm_size_t</strong>                                 <var>size</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<p>
+<dt> <var>memory_control</var> 
+<dd>
+[in memory-cache-control send right]
+The memory cache control port 
+to be used by the memory manager for cache management requests. 
+This port is provided by the kernel in a <strong>memory_object_init</strong> or a 
+<strong>memory_object_create</strong> call.
+<p>
+<dt> <var>offset</var> 
+<dd>
+[in scalar]
+The offset within the memory object, in bytes.
+<p>
+<dt> <var>size</var> 
+<dd>
+[in scalar]
+The number of bytes of data (starting at <var>offset</var>).  The number 
+must convert to an integral number of memory object pages.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>memory_object_data_unavailable</strong> function indicates
+that the memory 
+manager cannot provide the kernel with the data requested for
+the given region. 
+Instead, the kernel should provide the data for this region.
+<p>
+A memory manager can use this call in any of the following situations:
+<ul>
+<li>
+When the object was created by the kernel 
+(via <strong>memory_object_create</strong>) and 
+the kernel has not yet provided data for the region (via either
+<strong>memory_object_data_initialize</strong> or <strong>memory_object_data_return</strong>).
+In this case, the
+object is a temporary memory object; the memory manager is the default 
+memory manager; and the kernel should provide zero-filled pages for the
+object.
+     <p>
+<li>
+When the object is a normal user-created memory object.  In this case, the 
+kernel should provide zero-filled pages for the region.
+</ul>
+<h3>RETURN VALUES</h3>
+<p>
+Only generic errors apply.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="memory_object_create.html"><strong>memory_object_create</strong></a>,
+<a href="memory_object_data_error.html"><strong>memory_object_data_error</strong></a>,
+<a href="memory_object_data_request.html"><strong>memory_object_data_request</strong></a>,
+<a href="memory_object_data_supply.html"><strong>memory_object_data_supply</strong></a>.