Home
last modified time | relevance | path

Searched refs:mport (Results 1 – 3 of 3) sorted by relevance

/xen/xen/arch/x86/hvm/
A Dio.c201 unsigned int mport = (addr - g2m_ioport->gport) + g2m_ioport->mport; in g2m_portio_read() local
206 *data = inb(mport); in g2m_portio_read()
209 *data = inw(mport); in g2m_portio_read()
212 *data = inl(mport); in g2m_portio_read()
226 unsigned int mport = (addr - g2m_ioport->gport) + g2m_ioport->mport; in g2m_portio_write() local
231 outb(data, mport); in g2m_portio_write()
234 outw(data, mport); in g2m_portio_write()
237 outl(data, mport); in g2m_portio_write()
/xen/xen/include/asm-x86/
A Diommu.h30 unsigned int mport; member
/xen/xen/arch/x86/
A Ddomctl.c749 if (g2m_ioport->mport == fmp ) in arch_do_domctl()
765 g2m_ioport->mport = fmp; in arch_do_domctl()
783 if ( g2m_ioport->mport == fmp ) in arch_do_domctl()

Completed in 7 milliseconds