Lines Matching defs:xch

33     struct xc_interface_core xch_buf = { 0 }, *xch = &xch_buf;  in xc_interface_open()  local
84 int xc_interface_close(xc_interface *xch) in xc_interface_close()
107 xencall_handle *xc_interface_xcall_handle(xc_interface *xch) in xc_interface_xcall_handle()
112 struct xenforeignmemory_handle *xc_interface_fmem_handle(xc_interface *xch) in xc_interface_fmem_handle()
117 struct xendevicemodel_handle *xc_interface_dmod_handle(xc_interface *xch) in xc_interface_dmod_handle()
125 const xc_error *xc_get_last_error(xc_interface *xch) in xc_get_last_error()
130 void xc_clear_last_error(xc_interface *xch) in xc_clear_last_error()
156 void xc_reportv(xc_interface *xch, xentoollog_logger *lg, in xc_reportv()
192 void xc_report(xc_interface *xch, xentoollog_logger *lg, in xc_report()
200 void xc_report_error(xc_interface *xch, int code, const char *fmt, ...) in xc_report_error()
208 const char *xc_set_progress_prefix(xc_interface *xch, const char *doing) in xc_set_progress_prefix()
216 void xc_report_progress_single(xc_interface *xch, const char *doing) in xc_report_progress_single()
222 void xc_report_progress_step(xc_interface *xch, in xc_report_progress_step()
230 int xc_get_pfn_type_batch(xc_interface *xch, uint32_t dom, in xc_get_pfn_type_batch()
248 xc_interface *xch, in xc_mmuext_op()
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()
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()
331 long do_memory_op(xc_interface *xch, int cmd, void *arg, size_t len) in do_memory_op()
350 int xc_maximum_ram_page(xc_interface *xch, unsigned long *max_mfn) in xc_maximum_ram_page()
362 long long xc_domain_get_cpu_usage(xc_interface *xch, uint32_t domid, int vcpu) in xc_domain_get_cpu_usage()
377 int xc_machphys_mfn_list(xc_interface *xch, in xc_machphys_mfn_list()
405 long xc_get_tot_pages(xc_interface *xch, uint32_t domid) in xc_get_tot_pages()
414 int xc_copy_to_domain_page(xc_interface *xch, in xc_copy_to_domain_page()
429 int xc_clear_domain_pages(xc_interface *xch, in xc_clear_domain_pages()
445 int xc_domctl(xc_interface *xch, struct xen_domctl *domctl) in xc_domctl()
450 int xc_sysctl(xc_interface *xch, struct xen_sysctl *sysctl) in xc_sysctl()
455 int xc_version(xc_interface *xch, int cmd, void *arg) in xc_version()
522 xc_interface *xch, uint32_t domid, unsigned long mfn) in xc_make_page_below_4G()
557 const char *xc_strerror(xc_interface *xch, int errcode) in xc_strerror()