Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc64/
Diommu.h16 #define IOPTE_CACHE 0x0000000000000010 /* Cached (in UPA E-cache) */ macro
/linux-2.4.37.9/include/asm-sparc/
Diommu.h95 #define IOPTE_CACHE 0x00000080 /* Cached (in vme IOCACHE or Viking/MXCC) */ macro
/linux-2.4.37.9/arch/sparc/mm/
Diommu.c33 #define IOPERM (IOPTE_CACHE | IOPTE_WRITE | IOPTE_VALID)
257 MKIOPTE(__pa(page)) & ~IOPTE_CACHE; in iommu_map_dma_area()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsbus.c326 *iopte++ = __iopte(IOPTE_VALID | IOPTE_CACHE | IOPTE_WRITE | in sbus_alloc_consistent()
380 iopte_bits = IOPTE_VALID | IOPTE_STBUF | IOPTE_CACHE; in sbus_map_single()
533 iopte_bits = IOPTE_VALID | IOPTE_STBUF | IOPTE_CACHE; in sbus_map_sg()
Dpci_iommu.c60 (IOPTE_VALID | IOPTE_CACHE | \