Home
last modified time | relevance | path

Searched refs:phys_len (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3.c625 unsigned long phys_len; in imgu_pci_probe() local
645 phys_len = pci_resource_len(pci_dev, IMGU_PCI_BAR); in imgu_pci_probe()
653 &phys, phys_len); in imgu_pci_probe()
704 r = imgu_css_init(&pci_dev->dev, &imgu->css, imgu->base, phys_len); in imgu_pci_probe()
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3.c621 unsigned long phys_len; in imgu_pci_probe() local
641 phys_len = pci_resource_len(pci_dev, IMGU_PCI_BAR); in imgu_pci_probe()
649 &phys, phys_len); in imgu_pci_probe()
700 r = imgu_css_init(&pci_dev->dev, &imgu->css, imgu->base, phys_len); in imgu_pci_probe()
/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci.c1669 u64 phys_len, req_len, pgoff, req_start; in vfio_pci_mmap() local
1694 phys_len = PAGE_ALIGN(pci_resource_len(pdev, index)); in vfio_pci_mmap()
1700 if (req_start + req_len > phys_len) in vfio_pci_mmap()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H A Dvfio_pci_core.c1807 u64 phys_len, req_len, pgoff, req_start; in vfio_pci_core_mmap() local
1832 phys_len = PAGE_ALIGN(pci_resource_len(pdev, index)); in vfio_pci_core_mmap()
1838 if (req_start + req_len > phys_len) in vfio_pci_core_mmap()

Completed in 9 milliseconds