/src/sys/arch/xen/xen/ |
balloon.c | 195 xen_pfn_t *mfn_list; local in function:balloon_xenbus_attach 236 mfn_list = kmem_alloc(BALLOON_DELTA * sizeof(*mfn_list), KM_SLEEP); 237 sc->sc_mfn_list = mfn_list; 372 xen_pfn_t *mfn_list = sc->sc_mfn_list; local in function:balloon_inflate 383 memset(mfn_list, 0, BALLOON_DELTA * sizeof(*mfn_list)); 396 mfn_list[rpages] = xpmap_ptom(pa) >> PAGE_SHIFT; 407 set_xen_guest_handle(reservation.extent_start, mfn_list); 438 xen_pfn_t *mfn_list = sc->sc_mfn_list local in function:balloon_deflate [all...] |
balloon.c | 195 xen_pfn_t *mfn_list; local in function:balloon_xenbus_attach 236 mfn_list = kmem_alloc(BALLOON_DELTA * sizeof(*mfn_list), KM_SLEEP); 237 sc->sc_mfn_list = mfn_list; 372 xen_pfn_t *mfn_list = sc->sc_mfn_list; local in function:balloon_inflate 383 memset(mfn_list, 0, BALLOON_DELTA * sizeof(*mfn_list)); 396 mfn_list[rpages] = xpmap_ptom(pa) >> PAGE_SHIFT; 407 set_xen_guest_handle(reservation.extent_start, mfn_list); 438 xen_pfn_t *mfn_list = sc->sc_mfn_list local in function:balloon_deflate [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
xen.h | 777 * c. list of allocated page frames [mfn_list, nr_pages] 827 unsigned long mfn_list; /* VIRTUAL address of page-frame list. */ member in struct:start_info
|
xen.h | 777 * c. list of allocated page frames [mfn_list, nr_pages] 827 unsigned long mfn_list; /* VIRTUAL address of page-frame list. */ member in struct:start_info
|