Searched refs:hv_mem_fd (Results 1 – 2 of 2) sorted by relevance
163 int hv_mem_fd = -1; in tile_pci_init() local182 hv_mem_fd = hv_dev_open((HV_VirtAddr)name, 0); in tile_pci_init()183 if (hv_mem_fd < 0) { in tile_pci_init()195 controller->hv_mem_fd = hv_mem_fd; in tile_pci_init()208 if (hv_mem_fd >= 0) in tile_pci_init()209 hv_dev_close(hv_mem_fd); in tile_pci_init()602 if (hv_dev_pread(controllers[idx].hv_mem_fd, 0, \622 if (hv_dev_pwrite(controllers[idx].hv_mem_fd, 0, \
32 int hv_mem_fd; /* fd to Hypervisor for MMIO operations */ member