Searched refs:phys_len (Results 1 – 1 of 1) sorted by relevance
1107 u64 phys_len, req_len, pgoff, req_start; in vfio_pci_mmap() local1121 phys_len = PAGE_ALIGN(pci_resource_len(pdev, index)); in vfio_pci_mmap()1127 if (req_start + req_len > phys_len) in vfio_pci_mmap()