Home
last modified time | relevance | path

Searched refs:xc_mmu (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.h374 struct xc_mmu { struct
380 struct xc_mmu *xc_alloc_mmu_updates(xc_interface *xch, unsigned int subject); argument
381 int xc_add_mmu_update(xc_interface *xch, struct xc_mmu *mmu,
383 int xc_flush_mmu_updates(xc_interface *xch, struct xc_mmu *mmu);
A Dxc_private.c257 static int flush_mmu_updates(xc_interface *xch, struct xc_mmu *mmu) in flush_mmu_updates()
289 struct xc_mmu *xc_alloc_mmu_updates(xc_interface *xch, unsigned int subject) in xc_alloc_mmu_updates()
291 struct xc_mmu *mmu = malloc(sizeof(*mmu)); in xc_alloc_mmu_updates()
299 int xc_add_mmu_update(xc_interface *xch, struct xc_mmu *mmu, in xc_add_mmu_update()
311 int xc_flush_mmu_updates(xc_interface *xch, struct xc_mmu *mmu) in xc_flush_mmu_updates()
A Dxc_offline_page.c268 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 Dxc_dom_x86.c292 struct xc_mmu *mmu; in move_l3_below_4G()

Completed in 9 milliseconds