Lines Matching refs:xc
852 XcObject *xc = (XcObject *)self; in pyxc_physdev_map_pirq() local
861 ret = xc_physdev_map_pirq(xc->xc_handle, dom, index, &pirq); in pyxc_physdev_map_pirq()
863 return pyxc_error_to_exception(xc->xc_handle); in pyxc_physdev_map_pirq()
1244 XcObject *xc = (XcObject *)self; in pyxc_shadow_control() local
1255 if ( xc_shadow_control(xc->xc_handle, dom, op, NULL, 0, NULL, 0, NULL) in pyxc_shadow_control()
1257 return pyxc_error_to_exception(xc->xc_handle); in pyxc_shadow_control()
1267 XcObject *xc = (XcObject *)self; in pyxc_shadow_mem_control() local
1286 if ( xc_shadow_control(xc->xc_handle, dom, op, NULL, 0, &mb, 0, NULL) < 0 ) in pyxc_shadow_mem_control()
1287 return pyxc_error_to_exception(xc->xc_handle); in pyxc_shadow_mem_control()
1461 XcObject *xc = (XcObject *)self; in pyxc_domain_irq_permission() local
1472 xc->xc_handle, dom, pirq, allow_access); in pyxc_domain_irq_permission()
1474 return pyxc_error_to_exception(xc->xc_handle); in pyxc_domain_irq_permission()
1484 XcObject *xc = (XcObject *)self; in pyxc_domain_iomem_permission() local
1495 xc->xc_handle, dom, first_pfn, nr_pfns, allow_access); in pyxc_domain_iomem_permission()
1497 return pyxc_error_to_exception(xc->xc_handle); in pyxc_domain_iomem_permission()