Home
last modified time | relevance | path

Searched refs:xc (Results 1 – 17 of 17) sorted by relevance

/xen/tools/golang/xenlight/
A Dhelpers.gen.go36 xc C.libxl_ioport_range)
67 xc C.libxl_iomem_range)
80 x.Gfn = uint64(xc.gfn)
129 xc C.libxl_vnc_info)
190 x.Port = int(xc.port)
251 xc C.libxl_sdl_info)
296 xc C.libxl_dominfo)
500 xc C.libxl_vminfo)
744 x.Cap = int(xc.cap)
831 x.Cap = int(xc.cap)
[all …]
/xen/tools/console/daemon/
A Dutils.c39 xc_interface *xc; variable
114 xc = xc_interface_open(0,0,0); in xen_setup()
115 if (!xc) { in xen_setup()
135 if (xc) in xen_setup()
136 xc_interface_close(xc); in xen_setup()
A Dutils.h35 extern xc_interface *xc;
A Dio.c413 ret = (xc_domain_getinfo(xc, domid, 1, &info) == 1 && in domain_is_valid()
731 xc, dom->domid, XC_PAGE_SIZE, in console_create_ring()
746 if ((xc_evtchn_status(xc, &status) == 0) && in console_create_ring()
970 while (xc_domain_getinfo(xc, domid, 1, &dominfo) == 1) { in enum_domains()
1174 if (xc_readconsolering(xc, bufptr, &size, 0, 1, &index) != 0 || in handle_hv_logs()
/xen/tools/python/
A Dsetup.py16 xc = Extension("xc", variable
38 modules = [ xc, xs ]
/xen/tools/libvchan/
A Dvchan-socket-proxy.c224 xc_interface *xc = NULL; in connect_vchan() local
235 xc = xc_interface_open(NULL, NULL, XC_OPENFLAG_NON_REENTRANT); in connect_vchan()
236 if (!xc) { in connect_vchan()
257 ret = xc_domain_getinfo(xc, domid, 1, &dominfo); in connect_vchan()
267 if (xc) in connect_vchan()
268 xc_interface_close(xc); in connect_vchan()
/xen/tools/ocaml/xenstored/
A DMakefile18 -I $(OCAML_TOPLEVEL)/libs/xc \
70 -ccopt -L -ccopt $(OCAML_TOPLEVEL)/libs/xc $(OCAML_TOPLEVEL)/libs/xc/xenctrl.cmxa \
A Ddomains.ml21 let xc = Xenctrl.interface_open () var
97 let info = Xenctrl.domain_getinfo xc id in
126 let interface = Xenctrl.map_foreign_range xc domid (Xenmmap.getpagesize()) mfn in
/xen/tools/libxc/
A Dxc_hcall_buf.c169 void xc_hypercall_buffer_array_destroy(xc_interface *xc, in xc_hypercall_buffer_array_destroy() argument
178 xc__hypercall_buffer_free(xc, &array->bufs[i]); in xc_hypercall_buffer_array_destroy()
A Dxc_domain.c2140 int xc_domain_debug_control(xc_interface *xc, uint32_t domid, uint32_t sop, uint32_t vcpu) in xc_domain_debug_control() argument
2150 return do_domctl(xc, &domctl); in xc_domain_debug_control()
/xen/tools/ocaml/libs/
A DMakefile7 xc eventchn \
/xen/tools/python/xen/lowlevel/xc/
A Dxc.c762 XcObject *xc = (XcObject *)self; in pyxc_physdev_map_pirq() local
773 return pyxc_error_to_exception(xc->xc_handle); in pyxc_physdev_map_pirq()
1184 XcObject *xc = (XcObject *)self; in pyxc_shadow_control() local
1197 return pyxc_error_to_exception(xc->xc_handle); in pyxc_shadow_control()
1207 XcObject *xc = (XcObject *)self; in pyxc_shadow_mem_control() local
1227 return pyxc_error_to_exception(xc->xc_handle); in pyxc_shadow_mem_control()
1401 XcObject *xc = (XcObject *)self; in pyxc_domain_irq_permission() local
1412 xc->xc_handle, dom, pirq, allow_access); in pyxc_domain_irq_permission()
1414 return pyxc_error_to_exception(xc->xc_handle); in pyxc_domain_irq_permission()
1424 XcObject *xc = (XcObject *)self; in pyxc_domain_iomem_permission() local
[all …]
/xen/tools/pygrub/src/
A Dpygrub21 import xen.lowlevel.xc
672 xc = xen.lowlevel.xc.xc()
673 caps = xc.xeninfo()['xen_caps'].split(" ")
/xen/tools/ocaml/libs/xc/
A Dxenctrl.ml291 let _ = Callback.register_exception "xc.error" (Error "register_callback")
/xen/docs/misc/arm/
A Dpassthrough.txt179 reg = <0xc>;
/xen/
A D.gitignore397 tools/ocaml/libs/xc/xenctrl_abi_check.h
/xen/tools/libxc/include/
A Dxenctrl.h388 void xc_hypercall_buffer_array_destroy(xc_interface *xc, xc_hypercall_buffer_array_t *array);

Completed in 98 milliseconds