Searched refs:tpide (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/parisc/ |
H A D | sba_iommu.c | 346 unsigned long pide = ~0UL, tpide; in sba_search_bitmap() local 363 tpide = ptr_to_pide(ioc, res_ptr, 0); in sba_search_bitmap() 364 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 369 pide = tpide; in sba_search_bitmap() 398 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap() 399 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 404 pide = tpide; in sba_search_bitmap()
|
/openbmc/linux/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 480 unsigned long flags, pide = ~0UL, tpide; in sba_search_bitmap() local 546 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap() 547 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 552 pide = tpide; in sba_search_bitmap() 573 tpide = ptr_to_pide(ioc, res_ptr, 0); in sba_search_bitmap() 574 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 590 pide = tpide; in sba_search_bitmap()
|