Searched refs:pfnzero (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | balloon.c | 559 pfnzero(pfn_frames[i], 0, PAGESIZE); in balloon_dec_reservation() 862 pfnzero(pfn, 0, PAGESIZE); in balloon_free_pages()
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | vm_dep.h | 558 extern void pfnzero(pfn_t, uint_t, uint_t);
|
H A D | vm_machdep.c | 3777 pfnzero(page_pptonum(pp), off, len); in pagezero() 3788 pfnzero(pfn_t pfn, uint_t off, uint_t len) in pfnzero() function
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 620 pfnzero(pfn, 0, PAGESIZE); in xnb_free_page()
|