MCPcopy 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
664void
665pmap_zero_page(vm_page_t m)
666{
667
668 pmap_methods_ptr->pm_zero_page(m);
669}
670
671void
672pmap_zero_page_area(vm_page_t m, int off, int size)

Callers 3

_pmap_allocpteFunction · 0.70
pmap_init_trmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected