Searched refs:mport (Results 1 – 3 of 3) sorted by relevance
201 unsigned int mport = (addr - g2m_ioport->gport) + g2m_ioport->mport; in g2m_portio_read() local206 *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() local231 outb(data, mport); in g2m_portio_write()234 outw(data, mport); in g2m_portio_write()237 outl(data, mport); in g2m_portio_write()
30 unsigned int mport; member
749 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