Searched refs:tpide (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/parisc/ |
| D | sba_iommu.c | 340 unsigned long pide = ~0UL, tpide; in sba_search_bitmap() local 358 tpide = ptr_to_pide(ioc, res_ptr, 0); in sba_search_bitmap() 359 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 364 pide = tpide; in sba_search_bitmap() 393 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap() 394 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 399 pide = tpide; in sba_search_bitmap()
|
| /Linux-v5.4/arch/ia64/hp/common/ |
| D | sba_iommu.c | 480 unsigned long flags, pide = ~0UL, tpide; in sba_search_bitmap() local 547 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap() 548 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 553 pide = tpide; in sba_search_bitmap() 574 tpide = ptr_to_pide(ioc, res_ptr, 0); in sba_search_bitmap() 575 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap() 591 pide = tpide; in sba_search_bitmap()
|