/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 36 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 D | utils.c | 39 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 D | utils.h | 35 extern xc_interface *xc;
|
A D | io.c | 413 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 D | setup.py | 16 xc = Extension("xc", variable 38 modules = [ xc, xs ]
|
/xen/tools/libvchan/ |
A D | vchan-socket-proxy.c | 224 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 D | Makefile | 18 -I $(OCAML_TOPLEVEL)/libs/xc \ 70 -ccopt -L -ccopt $(OCAML_TOPLEVEL)/libs/xc $(OCAML_TOPLEVEL)/libs/xc/xenctrl.cmxa \
|
A D | domains.ml | 21 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 D | xc_hcall_buf.c | 169 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 D | xc_domain.c | 2140 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 D | Makefile | 7 xc eventchn \
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 762 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 D | pygrub | 21 import xen.lowlevel.xc 672 xc = xen.lowlevel.xc.xc() 673 caps = xc.xeninfo()['xen_caps'].split(" ")
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl.ml | 291 let _ = Callback.register_exception "xc.error" (Error "register_callback")
|
/xen/docs/misc/arm/ |
A D | passthrough.txt | 179 reg = <0xc>;
|
/xen/ |
A D | .gitignore | 397 tools/ocaml/libs/xc/xenctrl_abi_check.h
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 388 void xc_hypercall_buffer_array_destroy(xc_interface *xc, xc_hypercall_buffer_array_t *array);
|