Home
last modified time | relevance | path

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

/xen/xen/include/public/
A Ddomctl.h454 uint32_t first_port; /* first port int range */ member
/xen/tools/python/xen/lowlevel/xc/
A Dxc.c1380 int first_port, nr_ports, allow_access, ret; in pyxc_domain_ioport_permission() local
1385 &dom, &first_port, &nr_ports, &allow_access) ) in pyxc_domain_ioport_permission()
1389 self->xc_handle, dom, first_port, nr_ports, allow_access); in pyxc_domain_ioport_permission()
/xen/tools/libxc/
A Dxc_domain.c1337 uint32_t first_port, in xc_domain_ioport_permission() argument
1345 domctl.u.ioport_permission.first_port = first_port; in xc_domain_ioport_permission()
/xen/xen/arch/x86/
A Ddomctl.c350 unsigned int fp = domctl->u.ioport_permission.first_port; in arch_do_domctl()
/xen/tools/libxc/include/
A Dxenctrl.h1447 uint32_t first_port,
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1842 unsigned int first_port, in ioport_access_check() argument
1879 switch ( rc = read_ulong(x86_seg_tr, iobmp + first_port / 8, in ioport_access_check()
1893 generate_exception_if(iobmp & (((1 << bytes) - 1) << (first_port & 7)), in ioport_access_check()

Completed in 39 milliseconds