Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pmap_zero_page
Function
pmap_zero_page
freebsd/i386/i386/pmap_base.c:664–669 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
662
}
663
664
void
665
pmap_zero_page(vm_page_t m)
666
{
667
668
pmap_methods_ptr->pm_zero_page(m);
669
}
670
671
void
672
pmap_zero_page_area(vm_page_t m, int off, int size)
Callers
3
_pmap_allocpte
Function · 0.70
__CONCAT(PMTYPE, growkernel)
Function · 0.70
pmap_init_trm
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected