Searched refs:pide (Results 1 – 1 of 1) sorted by relevance
/arch/ia64/hp/common/ |
D | sba_iommu.c | 316 sba_dump_pdir_entry(struct ioc *ioc, char *msg, uint pide) in sba_dump_pdir_entry() argument 319 u64 *ptr = &ioc->pdir_base[pide & ~(BITS_PER_LONG - 1)]; in sba_dump_pdir_entry() 320 unsigned long *rptr = (unsigned long *) &ioc->res_map[(pide >>3) & -sizeof(unsigned long)]; in sba_dump_pdir_entry() 324 msg, rptr, pide & (BITS_PER_LONG - 1), *rptr); in sba_dump_pdir_entry() 329 (rcnt == (pide & (BITS_PER_LONG - 1))) in sba_dump_pdir_entry() 352 uint pide = 0; in sba_check_pdir() local 370 sba_dump_pdir_entry(ioc, msg, pide); in sba_check_pdir() 376 pide++; in sba_check_pdir() 487 unsigned long flags, pide = ~0UL, tpide; in sba_search_bitmap() local 525 pide = ptr_to_pide(ioc, res_ptr, bitshiftcnt); in sba_search_bitmap() [all …]
|