X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/host_page_size.html diff --git a/osfmk/man/host_page_size.html b/osfmk/man/host_page_size.html index 38fca4546..9472c2094 100755 --- a/osfmk/man/host_page_size.html +++ b/osfmk/man/host_page_size.html @@ -1 +1,34 @@ -

host_page_size


Function - Provide the system's virtual page size.

SYNOPSIS

kern_return_t   host_page_size
                (host_t                                    host,
                 vm_size_t                            page_size);

PARAMETERS

host
[in host-name send right] The name (or control) port for the host for which the page size is desired.

page_size
[out scalar] The host's page size (in bytes).

DESCRIPTION

The host_page_size function returns the page size for the given host.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: mach_host_self. \ No newline at end of file +

host_page_size

+
+

+Function - Provide the system's virtual page size. +

SYNOPSIS

+
+kern_return_t   host_page_size
+                (host_t                                    host,
+                 vm_size_t                            page_size);
+
+

PARAMETERS

+
+

+

host +
+[in host-name send right] +The name (or control) port for the host for +which the page size is desired. +

+

page_size +
+[out scalar] +The host's page size (in bytes). +
+

DESCRIPTION

+

+The host_page_size function returns the page size for the given host. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +mach_host_self.