summaryrefslogtreecommitdiff
path: root/static/freebsd/man9/pmap_object_init_pt.9 4.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
commit1f19f33e45791ea59aed048796fc68672c6723a5 (patch)
tree54625fba89e91d1c2177801ec635e8528bba937f /static/freebsd/man9/pmap_object_init_pt.9 4.html
parentac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff)
docs: Removed Precompiled HTML
Diffstat (limited to 'static/freebsd/man9/pmap_object_init_pt.9 4.html')
-rw-r--r--static/freebsd/man9/pmap_object_init_pt.9 4.html66
1 files changed, 0 insertions, 66 deletions
diff --git a/static/freebsd/man9/pmap_object_init_pt.9 4.html b/static/freebsd/man9/pmap_object_init_pt.9 4.html
deleted file mode 100644
index 012081b1..00000000
--- a/static/freebsd/man9/pmap_object_init_pt.9 4.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">PMAP_OBJECT_INIT_PT(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">PMAP_OBJECT_INIT_PT(9)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">pmap_object_init_pt</code> &#x2014;
- <span class="Nd">initialize page tables for a VM object</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="In">#include
- &lt;<a class="In">sys/param.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">vm/vm.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">vm/pmap.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">pmap_object_init_pt</code>(<var class="Fa">pmap_t pmap</var>,
- <var class="Fa">vm_offset_t addr</var>, <var class="Fa">vm_object_t
- object</var>, <var class="Fa">vm_pindex_t pindex</var>,
- <var class="Fa">vm_size_t size</var>, <var class="Fa">int limit</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The
- <a class="permalink" href="#pmap_object_init_pt"><code class="Fn" id="pmap_object_init_pt">pmap_object_init_pt</code></a>()
- function preloads the page table entries into the specified physical map
- <var class="Fa">pmap</var>, for the given <var class="Fa">object</var> at
- the virtual address <var class="Fa">addr</var>, for
- <var class="Fa">size</var> bytes, beginning at the page index
- <var class="Fa">pindex</var> within the object. The map bits
- <var class="Fa">limit</var> are heeded when creating the mapping.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="IMPLEMENTATION_NOTES"><a class="permalink" href="#IMPLEMENTATION_NOTES">IMPLEMENTATION
- NOTES</a></h1>
-<p class="Pp">This function is not strictly required by an architecture's
- <a class="Xr">pmap(9)</a> implementation, but it does provide performance
- benefits if implemented.</p>
-<p class="Pp">It is intended to eliminate the blast of soft faults on process
- startup, and immediately following a call to <a class="Xr">mmap(2)</a>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">pmap(9)</a>, <a class="Xr">vm_map(9)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">This manual page was written by <span class="An">Bruce M
- Simpson</span>
- &lt;<a class="Mt" href="mailto:bms@spc.org">bms@spc.org</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">July 21, 2003</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>