Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/parisc/
Dsba_iommu.c343 unsigned long pide = ~0UL, tpide; in sba_search_bitmap() local
361 tpide = ptr_to_pide(ioc, res_ptr, 0); in sba_search_bitmap()
362 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap()
367 pide = tpide; in sba_search_bitmap()
396 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap()
397 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap()
402 pide = tpide; in sba_search_bitmap()