Searched refs:balloon_free_pages (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/i86xpv/sys/ |
H A D | balloon_impl.h | 53 long balloon_free_pages(uint_t, mfn_t *, caddr_t, pfn_t *);
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | xpv_support.h | 74 extern long balloon_free_pages(uint_t, mfn_t *, caddr_t, pfn_t *);
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | balloon.c | 480 (void) balloon_free_pages(rv - cnt, &mfn_frames[i], NULL, NULL); in balloon_inc_reservation() 573 rv = balloon_free_pages(debit, mfn_frames, NULL, NULL); in balloon_dec_reservation() 810 balloon_free_pages(uint_t page_cnt, mfn_t *mfns, caddr_t kva, pfn_t *pfns) in balloon_free_pages() function 956 cnt = balloon_free_pages(1, NULL, NULL, &pp[i]->p_pagenum); in balloon_replace_pages()
|
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 259 balloon_free_pages(uint_t page_cnt, mfn_t *mfns, caddr_t kva, pfn_t *pfns) in balloon_free_pages() function
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 623 if ((r = balloon_free_pages(1, &mfn, NULL, NULL)) != 1) { in xnb_free_page()
|