Home
last modified time | relevance | path

Searched refs:ptag (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-sparc/
Dviking.h166 unsigned long ptag = ((set & 0x7f) << 5) | ((block & 0x3) << 26) | in viking_get_dcache_ptag() local
174 : "r" (ptag), "i" (ASI_M_DATAC_TAG) in viking_get_dcache_ptag()
/linux-2.4.37.9/arch/sparc/mm/
Dviking.S58 cmp %g3, %g1 ! ptag == ppage?
62 andcc %g2, %o5, %g0 ! ptag VALID?
/linux-2.4.37.9/arch/sparc64/kernel/
Dsbus.c1209 unsigned long ptag, ltag; in sbus_iommu_init() local
1211 ptag = iommu->strbuf_regs + STRBUF_PTAGDIAG; in sbus_iommu_init()
1213 ptag += (unsigned long)i * 8UL; in sbus_iommu_init()
1216 upa_writeq(0UL, ptag); in sbus_iommu_init()