Lines Matching refs:low2
4647 uint64_t low2, high2; in define_iomem_context() local
4649 low2 = c->u.iomem.low_iomem; in define_iomem_context()
4651 if (low <= high2 && low2 <= high) { in define_iomem_context()
4654 low2, high2); in define_iomem_context()
4711 uint32_t low2, high2; in define_ioport_context() local
4713 low2 = c->u.ioport.low_ioport; in define_ioport_context()
4715 if (low <= high2 && low2 <= high) { in define_ioport_context()
4718 low2, high2); in define_ioport_context()
4903 unsigned int prot2, low2, high2; in define_port_context() local
4906 low2 = c->u.port.low_port; in define_port_context()
4910 if (low == low2 && high == high2) { in define_port_context()
4915 if (low2 <= low && high2 >= high) { in define_port_context()
4917 "entry for %d-%d", id, low, high, low2, high2); in define_port_context()