Home
last modified time | relevance | path

Searched refs:ibase (Results 1 – 5 of 5) sorted by relevance

/arch/ia64/hp/common/
Dsba_iommu.c206 unsigned long ibase; /* pdir IOV Space base */ member
435 #define SBA_IOVA(ioc,iovp,offset) ((ioc->ibase) | (iovp) | (offset))
436 #define SBA_IOVP(ioc,iova) ((iova) & ~(ioc->ibase))
499 BUG_ON(ioc->ibase & ~iovp_mask); in sba_search_bitmap()
500 shift = ioc->ibase >> iovp_shift; in sba_search_bitmap()
906 WRITE_REG(iovp | ioc->ibase, ioc->ioc_hpa+IOC_PCOM); in sba_mark_invalid()
1062 if (likely((iova & ioc->imask) != ioc->ibase)) { in sba_unmap_page()
1257 dma_sg->dma_address = pide | ioc->ibase; in sba_fill_pdir()
1612 ioc->ibase = READ_REG(ioc->ioc_hpa + IOC_IBASE) & ~0x1UL; in ioc_iova_init()
1618 __func__, ioc->ioc_hpa, ioc->ibase, ioc->imask, in ioc_iova_init()
[all …]
/arch/mips/include/asm/octeon/
Dcvmx-mixx-defs.h262 uint64_t ibase:37; member
266 uint64_t ibase:37;
276 uint64_t ibase:33; member
280 uint64_t ibase:33;
/arch/parisc/include/asm/
Dropes.h32 unsigned long ibase; /* pdir IOV Space base - shared w/lba_pci */ member
/arch/powerpc/lib/
Dcode-patching.c171 unsigned int *ibase = &interrupt_base_book3e; in __patch_exception() local
179 patch_branch(ibase + (exc / 4) + 1, addr, 0); in __patch_exception()
/arch/powerpc/include/asm/
Dcpm2.h651 ushort ibase; /* IDMA buffer descriptor table base address */ member