Searched refs:xc_mmu (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxc/ |
A D | xc_private.h | 395 struct xc_mmu { struct 401 struct xc_mmu *xc_alloc_mmu_updates(xc_interface *xch, unsigned int subject); argument 402 int xc_add_mmu_update(xc_interface *xch, struct xc_mmu *mmu, 404 int xc_flush_mmu_updates(xc_interface *xch, struct xc_mmu *mmu);
|
A D | xc_private.c | 272 static int flush_mmu_updates(xc_interface *xch, struct xc_mmu *mmu) in flush_mmu_updates() 304 struct xc_mmu *xc_alloc_mmu_updates(xc_interface *xch, unsigned int subject) in xc_alloc_mmu_updates() 306 struct xc_mmu *mmu = malloc(sizeof(*mmu)); in xc_alloc_mmu_updates() 314 int xc_add_mmu_update(xc_interface *xch, struct xc_mmu *mmu, in xc_add_mmu_update() 326 int xc_flush_mmu_updates(xc_interface *xch, struct xc_mmu *mmu) in xc_flush_mmu_updates()
|
A D | xc_offline_page.c | 268 struct xc_mmu *mmu, in change_pte() 346 struct xc_mmu *mmu, in update_pte() 356 struct xc_mmu *mmu, in clear_pte() 462 struct xc_mmu *mmu = NULL; in xc_exchange_page()
|
A D | xc_dom_x86.c | 309 struct xc_mmu *mmu; in move_l3_below_4G()
|
Completed in 9 milliseconds