Searched refs:ASI_DMMU (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dzeus.c56 stxa(AA_DMMU_TSB_PEXT_REG, ASI_DMMU, 0);
60 stxa(AA_DMMU_TSB_SEXT_REG, ASI_DMMU, 0);
66 stxa(AA_DMMU_TSB_NEXT_REG, ASI_DMMU, 0);
H A Ddb_hwwatch.c52 stxa_sync(AA_DMMU_PWPR, ASI_DMMU, pa & (((2UL << 38) - 1) << 3));
81 pa = ldxa(AA_DMMU_PWPR, ASI_DMMU);
107 stxa_sync(AA_DMMU_VWPR, ASI_DMMU, va & (((2UL << 41) - 1) << 3));
136 va = ldxa(AA_DMMU_VWPR, ASI_DMMU);
H A Dcheetah.c67 stxa(AA_DMMU_TSB_PEXT_REG, ASI_DMMU, 0);
71 stxa(AA_DMMU_TSB_SEXT_REG, ASI_DMMU, 0);
77 stxa(AA_DMMU_TSB_NEXT_REG, ASI_DMMU, 0);
104 stxa(AA_DMMU_PCXR, ASI_DMMU, val);
107 stxa(AA_DMMU_SCXR, ASI_DMMU, val);
H A Dswtch.S279 stxa %i4, [%i5] ASI_DMMU
284 ldxa [%i5] ASI_DMMU, %l1
288 stxa %i3, [%i5] ASI_DMMU
H A Dmp_locore.S125 wr %g0, ASI_DMMU, %asi
251 wr %g0, ASI_DMMU, %asi
H A Dpmap.c697 stxa(AA_DMMU_TAR, ASI_DMMU, TLB_TAR_VA(va) |
711 stxa(AA_DMMU_SCXR, ASI_DMMU, (ldxa(AA_DMMU_SCXR, ASI_DMMU) &
2237 stxa(AA_DMMU_TSB, ASI_DMMU, pm->pm_tsb);
2239 stxa(AA_DMMU_PCXR, ASI_DMMU, (ldxa(AA_DMMU_PCXR, ASI_DMMU) &
H A Dexception.S297 wr %g0, ASI_DMMU, %asi ; \
520 wr %g0, ASI_DMMU, %asi
531 wr %g0, ASI_DMMU, %asi
760 wr %g0, ASI_DMMU, %asi
948 wr %g0, ASI_DMMU, %asi
1307 wr %g0, ASI_DMMU, %asi
1460 wr %g0, ASI_DMMU, %asi
1648 wr %g0, ASI_DMMU, %asi
H A Dsupport.S894 stxa %g0, [%l3] ASI_DMMU
/freebsd-10.0-release/sys/sparc64/include/
H A Dasi.h136 #define ASI_DMMU 0x58 macro
/freebsd-10.0-release/sys/boot/sparc64/loader/
H A Dmain.c225 stxa(AA_DMMU_PWPR, ASI_DMMU, pa & (((2UL << 38) - 1) << 3));
251 stxa(AA_DMMU_VWPR, ASI_DMMU, va & (((2UL << 41) - 1) << 3));

Completed in 404 milliseconds