Searched refs:req_start (Results 1 – 2 of 2) sorted by relevance
151 int req_start, req_end, field_start, field_end; in xen_pcibk_config_read() local181 req_start = offset; in xen_pcibk_config_read()186 if (req_end > field_start && field_end > req_start) { in xen_pcibk_config_read()194 field_start - req_start); in xen_pcibk_config_read()214 int req_start, req_end, field_start, field_end; in xen_pcibk_config_write() local227 req_start = offset; in xen_pcibk_config_write()232 if (req_end > field_start && field_end > req_start) { in xen_pcibk_config_write()241 req_start - field_start); in xen_pcibk_config_write()
782 u64 phys_len, req_len, pgoff, req_start; in vfio_pci_mmap() local800 req_start = pgoff << PAGE_SHIFT; in vfio_pci_mmap()802 if (phys_len < PAGE_SIZE || req_start + req_len > phys_len) in vfio_pci_mmap()816 if (!(req_start >= vdev->msix_offset + vdev->msix_size || in vfio_pci_mmap()817 req_start + req_len <= vdev->msix_offset)) in vfio_pci_mmap()