Searched refs:mport (Results 1 – 3 of 3) sorted by relevance
202 unsigned int mport = (addr - g2m_ioport->gport) + g2m_ioport->mport; in g2m_portio_read() local207 *data = inb(mport); in g2m_portio_read()210 *data = inw(mport); in g2m_portio_read()213 *data = inl(mport); in g2m_portio_read()227 unsigned int mport = (addr - g2m_ioport->gport) + g2m_ioport->mport; in g2m_portio_write() local232 outb(data, mport); in g2m_portio_write()235 outw(data, mport); in g2m_portio_write()238 outl(data, mport); in g2m_portio_write()
29 unsigned int mport; member
808 if (g2m_ioport->mport == fmp ) in arch_do_domctl()824 g2m_ioport->mport = fmp; in arch_do_domctl()842 if ( g2m_ioport->mport == fmp ) in arch_do_domctl()
Completed in 5 milliseconds