Searched refs:hyperv_mmio (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hv/
H A Dvmbus_drv.c80 static struct resource *hyperv_mmio; variable in typeref:struct:resource
1966 struct resource **old_res = &hyperv_mmio;
2072 if (hyperv_mmio) {
2074 __release_region(hyperv_mmio, fb_mmio->start,
2079 for (cur_res = hyperv_mmio; cur_res; cur_res = next_res) {
2126 fb_mmio = __request_region(hyperv_mmio, start, size, fb_mmio_name, 0);
2185 for (iter = hyperv_mmio; iter; iter = iter->sibling) {
2236 for (iter = hyperv_mmio; iter; iter = iter->sibling) {
2290 if (hyperv_mmio) {
2311 struct resource **cur_res = &hyperv_mmio;
[all...]

Completed in 118 milliseconds