Searched refs:hv_mem_fd (Results 1 – 2 of 2) sorted by relevance
168 int hv_mem_fd = -1; in tile_pci_init() local187 hv_mem_fd = hv_dev_open((HV_VirtAddr)name, 0); in tile_pci_init()188 if (hv_mem_fd < 0) { in tile_pci_init()200 controller->hv_mem_fd = hv_mem_fd; in tile_pci_init()212 if (hv_mem_fd >= 0) in tile_pci_init()213 hv_dev_close(hv_mem_fd); in tile_pci_init()569 if (hv_dev_pread(controllers[idx].hv_mem_fd, 0, \589 if (hv_dev_pwrite(controllers[idx].hv_mem_fd, 0, \
34 int hv_mem_fd; /* fd to Hypervisor for MMIO operations */ member