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

/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c154 static int put_pfn(unsigned long pfn, int prot);
406 ret = put_pfn(vpfn->pfn, dma->prot);
462 static int put_pfn(unsigned long pfn, int prot) function
500 put_pfn(pfn, dma->prot);
695 put_pfn(pfn, dma->prot);
702 put_pfn(pfn, dma->prot);
720 if (put_pfn(pfn++, dma->prot)) {
753 put_pfn(*pfn_base, dma->prot);
861 if (put_pfn(phys_pfn, dma->prot) && do_accounting)

Completed in 160 milliseconds