Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/parisc/
Dsba_iommu.c346 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()
/linux-6.6.21/arch/ia64/hp/common/
Dsba_iommu.c480 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()