Lines Matching refs:xc_interface
99 void *osdep_alloc_hypercall_buffer(xc_interface *xch, int npages);
100 void osdep_free_hypercall_buffer(xc_interface *xch, void *ptr, int npages);
102 void xc_report_error(xc_interface *xch, int code, const char *fmt, ...)
104 void xc_reportv(xc_interface *xch, xentoollog_logger *lg, xentoollog_level,
107 void xc_report(xc_interface *xch, xentoollog_logger *lg, xentoollog_level,
111 const char *xc_set_progress_prefix(xc_interface *xch, const char *doing);
112 void xc_report_progress_single(xc_interface *xch, const char *doing);
113 void xc_report_progress_step(xc_interface *xch,
199 int xc__hypercall_bounce_pre(xc_interface *xch, xc_hypercall_buffer_t *bounce);
201 void xc__hypercall_bounce_post(xc_interface *xch, xc_hypercall_buffer_t *bounce);
207 void xc__hypercall_buffer_cache_release(xc_interface *xch);
213 static inline int do_physdev_op(xc_interface *xch, int cmd, void *op, size_t len) in do_physdev_op()
238 static inline int do_domctl_maybe_retry_efault(xc_interface *xch, in do_domctl_maybe_retry_efault()
272 static inline int do_domctl(xc_interface *xch, struct xen_domctl *domctl) in do_domctl()
277 static inline int do_domctl_retry_efault(xc_interface *xch, struct xen_domctl *domctl) in do_domctl_retry_efault()
284 static inline int do_sysctl(xc_interface *xch, struct xen_sysctl *sysctl) in do_sysctl()
311 static inline int do_platform_op(xc_interface *xch, in do_platform_op()
339 static inline int do_multicall_op(xc_interface *xch, in do_multicall_op()
358 void *xc_map_foreign_ranges(xc_interface *xch, uint32_t dom,
362 int xc_get_pfn_type_batch(xc_interface *xch, uint32_t dom,
369 void discard_file_cache(xc_interface *xch, int fd, int flush);
378 struct xc_mmu *xc_alloc_mmu_updates(xc_interface *xch, unsigned int subject);
379 int xc_add_mmu_update(xc_interface *xch, struct xc_mmu *mmu,
381 int xc_flush_mmu_updates(xc_interface *xch, struct xc_mmu *mmu);
399 int xc_vm_event_control(xc_interface *xch, uint32_t domain_id, unsigned int op,
405 void *xc_vm_event_enable(xc_interface *xch, uint32_t domain_id, int param,
408 int do_dm_op(xc_interface *xch, uint32_t domid, unsigned int nr_bufs, ...);