Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/parisc/
Dsba_iommu.c341 unsigned long pide = ~0UL, tpide; in sba_search_bitmap() local
359 tpide = ptr_to_pide(ioc, res_ptr, 0); in sba_search_bitmap()
360 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap()
365 pide = tpide; in sba_search_bitmap()
394 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap()
395 ret = iommu_is_span_boundary(tpide, bits_wanted, in sba_search_bitmap()
400 pide = tpide; in sba_search_bitmap()
/linux-3.4.99/arch/ia64/hp/common/
Dsba_iommu.c488 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()