Searched refs:tpide (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/parisc/ |
D | sba_iommu.c | 343 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()
|
/Linux-v4.19/arch/ia64/hp/common/ |
D | sba_iommu.c | 488 unsigned long flags, pide = ~0UL, tpide; in sba_search_bitmap() local 555 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap() 556 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 561 pide = tpide; in sba_search_bitmap() 582 tpide = ptr_to_pide(ioc, res_ptr, 0); in sba_search_bitmap() 583 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 599 pide = tpide; in sba_search_bitmap()
|