xref: /xnu-8020.121.3/osfmk/man/host_page_size.html (revision fdd8201d7b966f0c3ea610489d29bd841d358941)
1*fdd8201dSApple OSS Distributions<h2>host_page_size</h2>
2*fdd8201dSApple OSS Distributions<hr>
3*fdd8201dSApple OSS Distributions<p>
4*fdd8201dSApple OSS Distributions<strong>Function</strong> - Provide the system's virtual page size.
5*fdd8201dSApple OSS Distributions<h3>SYNOPSIS</h3>
6*fdd8201dSApple OSS Distributions<pre>
7*fdd8201dSApple OSS Distributions<strong>kern_return_t   host_page_size</strong>
8*fdd8201dSApple OSS Distributions                <strong>(host_t</strong>                                    <var>host</var>,
9*fdd8201dSApple OSS Distributions                 <strong>vm_size_t</strong>                            <var>page_size</var><strong>);</strong>
10*fdd8201dSApple OSS Distributions</pre>
11*fdd8201dSApple OSS Distributions<h3>PARAMETERS</h3>
12*fdd8201dSApple OSS Distributions<dl>
13*fdd8201dSApple OSS Distributions<p>
14*fdd8201dSApple OSS Distributions<dt> <var>host</var>
15*fdd8201dSApple OSS Distributions<dd>
16*fdd8201dSApple OSS Distributions[in host-name send right]
17*fdd8201dSApple OSS DistributionsThe name (or control) port for the host for
18*fdd8201dSApple OSS Distributionswhich the page size is desired.
19*fdd8201dSApple OSS Distributions<p>
20*fdd8201dSApple OSS Distributions<dt> <var>page_size</var>
21*fdd8201dSApple OSS Distributions<dd>
22*fdd8201dSApple OSS Distributions[out scalar]
23*fdd8201dSApple OSS DistributionsThe host's page size (in bytes).
24*fdd8201dSApple OSS Distributions</dl>
25*fdd8201dSApple OSS Distributions<h3>DESCRIPTION</h3>
26*fdd8201dSApple OSS Distributions<p>
27*fdd8201dSApple OSS DistributionsThe <strong>host_page_size</strong> function returns the page size for the given host.
28*fdd8201dSApple OSS Distributions<h3>RETURN VALUES</h3>
29*fdd8201dSApple OSS Distributions<p>
30*fdd8201dSApple OSS DistributionsOnly generic errors apply.
31*fdd8201dSApple OSS Distributions<h3>RELATED INFORMATION</h3>
32*fdd8201dSApple OSS Distributions<p>
33*fdd8201dSApple OSS DistributionsFunctions:
34*fdd8201dSApple OSS Distributions<a href="mach_host_self.html"><strong>mach_host_self</strong></a>.
35