Lines Matching refs:hyperv_mmio
80 static struct resource *hyperv_mmio;
1976 struct resource **old_res = &hyperv_mmio;
2082 if (hyperv_mmio) {
2084 __release_region(hyperv_mmio, fb_mmio->start,
2089 for (cur_res = hyperv_mmio; cur_res; cur_res = next_res) {
2134 fb_mmio = __request_region(hyperv_mmio, start, size, fb_mmio_name, 0);
2193 for (iter = hyperv_mmio; iter; iter = iter->sibling) {
2244 for (iter = hyperv_mmio; iter; iter = iter->sibling) {
2298 if (hyperv_mmio) {
2319 struct resource **cur_res = &hyperv_mmio;