<dec f='src/src/sys/uvm/uvm_extern.h' l='712' type='void uvm_page_physload(paddr_t , paddr_t , paddr_t , paddr_t , int )'/>
<doc f='src/src/sys/uvm/uvm_extern.h' l='711'>/* Actually, uvm_page_physload takes PF#s which need their own type */</doc>
<use f='src/src/sys/arch/x86/x86/x86_machdep.c' l='779' u='c' c='x86_load_region'/>
<use f='src/src/sys/arch/x86/x86/x86_machdep.c' l='790' u='c' c='x86_load_region'/>
<def f='src/src/sys/uvm/uvm_page.c' l='738' ll='843' type='void uvm_page_physload(paddr_t start, paddr_t end, paddr_t avail_start, paddr_t avail_end, int free_list)'/>
<doc f='src/src/sys/uvm/uvm_page.c' l='729'>/*
 * uvm_page_physload: load physical memory into VM system
 *
 * =&gt; all args are PFs
 * =&gt; all pages in start/end get vm_page structures
 * =&gt; areas marked by avail_start/avail_end get added to the free page pool
 * =&gt; we are limited to VM_PHYSSEG_MAX physical memory segments
 */</doc>
