Home
last modified time | relevance | path

Searched refs:allow_access (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/public/
A Ddomctl.h414 uint8_t allow_access; /* flag to specify enable/disable of IRQ access */ member
422 uint8_t allow_access; /* allow (!0) or deny (0) access to range? */ member
430 uint8_t allow_access; /* allow or deny access to range? */ member
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c1440 int first_port, nr_ports, allow_access, ret; in pyxc_domain_ioport_permission() local
1445 &dom, &first_port, &nr_ports, &allow_access) ) in pyxc_domain_ioport_permission()
1449 self->xc_handle, dom, first_port, nr_ports, allow_access); in pyxc_domain_ioport_permission()
1463 int pirq, allow_access, ret; in pyxc_domain_irq_permission() local
1468 &dom, &pirq, &allow_access) ) in pyxc_domain_irq_permission()
1472 xc->xc_handle, dom, pirq, allow_access); in pyxc_domain_irq_permission()
1486 unsigned long first_pfn, nr_pfns, allow_access, ret; in pyxc_domain_iomem_permission() local
1491 &dom, &first_pfn, &nr_pfns, &allow_access) ) in pyxc_domain_iomem_permission()
1495 xc->xc_handle, dom, first_pfn, nr_pfns, allow_access); in pyxc_domain_iomem_permission()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_domain.c1365 uint32_t allow_access) in xc_domain_ioport_permission() argument
1373 domctl.u.ioport_permission.allow_access = allow_access; in xc_domain_ioport_permission()
1426 uint8_t allow_access) in xc_domain_irq_permission() argument
1433 domctl.u.irq_permission.allow_access = allow_access; in xc_domain_irq_permission()
1442 uint8_t allow_access) in xc_domain_iomem_permission() argument
1450 domctl.u.iomem_permission.allow_access = allow_access; in xc_domain_iomem_permission()
/xen-4.10.0-shim-comet/xen/common/
A Ddomctl.c960 int allow = op->u.irq_permission.allow_access; in do_domctl()
981 int allow = op->u.iomem_permission.allow_access; in do_domctl()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h1463 uint32_t allow_access);
1468 uint8_t allow_access);
1474 uint8_t allow_access);
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomctl.c379 int allow = domctl->u.ioport_permission.allow_access; in arch_do_domctl()

Completed in 33 milliseconds