Home
last modified time | relevance | path

Searched refs:hv_mem_fd (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/tile/kernel/
Dpci.c168 int hv_mem_fd = -1; in tile_pci_init() local
187 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, \
/linux-4.4.14/arch/tile/include/asm/
Dpci.h34 int hv_mem_fd; /* fd to Hypervisor for MMIO operations */ member