Searched refs:tpide (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/parisc/ |
D | sba_iommu.c | 341 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.10/arch/ia64/hp/common/ |
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()
|