Lines Matching refs:high2
4764 uint64_t low2, high2; in define_iomem_context() local
4767 high2 = c->u.iomem.high_iomem; in define_iomem_context()
4768 if (low <= high2 && low2 <= high) { in define_iomem_context()
4771 low2, high2); in define_iomem_context()
4828 uint32_t low2, high2; in define_ioport_context() local
4831 high2 = c->u.ioport.high_ioport; in define_ioport_context()
4832 if (low <= high2 && low2 <= high) { in define_ioport_context()
4835 low2, high2); in define_ioport_context()
5021 unsigned int prot2, low2, high2; in define_port_context() local
5025 high2 = c->u.port.high_port; in define_port_context()
5028 if (low == low2 && high == high2) { in define_port_context()
5033 if (low2 <= low && high2 >= high) { in define_port_context()
5035 "entry for %d-%d", id, low, high, low2, high2); in define_port_context()
5127 unsigned int low2, high2; in define_ibpkey_context() local
5130 high2 = c->u.ibpkey.high_pkey; in define_ibpkey_context()
5132 if (low == low2 && high == high2 && in define_ibpkey_context()
5139 if (low2 <= low && high2 >= high && in define_ibpkey_context()
5142 low, high, low2, high2); in define_ibpkey_context()