Lines Matching refs:high2
4783 uint64_t low2, high2; in define_iomem_context() local
4786 high2 = c->u.iomem.high_iomem; in define_iomem_context()
4787 if (low <= high2 && low2 <= high) { in define_iomem_context()
4790 low2, high2); in define_iomem_context()
4847 uint32_t low2, high2; in define_ioport_context() local
4850 high2 = c->u.ioport.high_ioport; in define_ioport_context()
4851 if (low <= high2 && low2 <= high) { in define_ioport_context()
4854 low2, high2); in define_ioport_context()
5040 unsigned int prot2, low2, high2; in define_port_context() local
5044 high2 = c->u.port.high_port; in define_port_context()
5047 if (low == low2 && high == high2) { in define_port_context()
5052 if (low2 <= low && high2 >= high) { in define_port_context()
5054 "entry for %d-%d", id, low, high, low2, high2); in define_port_context()
5146 unsigned int low2, high2; in define_ibpkey_context() local
5149 high2 = c->u.ibpkey.high_pkey; in define_ibpkey_context()
5151 if (low == low2 && high == high2 && in define_ibpkey_context()
5158 if (low2 <= low && high2 >= high && in define_ibpkey_context()
5161 low, high, low2, high2); in define_ibpkey_context()