Home
last modified time | relevance | path

Searched refs:ASI_DMMU (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachasi.h99 #define ASI_DMMU 0x58 /* data mmu */ macro
100 #define ASI_MMU_CTX ASI_DMMU
H A Dtraptrace.h280 ldxa [scr2]ASI_DMMU, scr2; \
H A Dcheetahasm.h805 ldxa [tmp2]ASI_DMMU, tmp3 ;\
806 stxa tmp3, [tmp2]ASI_DMMU ;\
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.h166 ldxa [scr1]ASI_DMMU, tagacc
177 ldxa [%g0]ASI_DMMU, ttarget
190 ldxa [scr1]ASI_DMMU, dtagacc; \
203 ldxa [scr1]ASI_DMMU, daddr; \
450 stxa va, [tmp]ASI_DMMU; /* set tag access */ \
617 stxa tsbreg, [tmp1]ASI_DMMU; /* dtsb reg */ \
737 SET_SHCTX_TAGACC(%g3, %g4, ASI_DMMU) ;\
788 SET_SHCTX_TAGACC(tmp1, tmp2, ASI_DMMU) ;\
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.S120 ldxa [%o4]ASI_DMMU, %o2 ! %o2 = save old ctxnum
124 stxa %g1, [%o4]ASI_DMMU ! wr new ctxum
128 stxa %o2, [%o4]ASI_DMMU /* restore old ctxnum */
185 ldxa [%g4]ASI_DMMU, %g5 ! %g5 = save old ctxnum
189 stxa %g6, [%g4]ASI_DMMU ! wr new ctxum
192 stxa %g5, [%g4]ASI_DMMU ! restore old ctxnum
254 ldxa [%g4]ASI_DMMU, %g6 /* rd old ctxnum */
258 stxa %g5, [%g4]ASI_DMMU /* wr new ctxum */
271 stxa %g6, [%g4]ASI_DMMU /* restore old ctxnum */
836 stxa tmp2, [tmp1]ASI_DMMU ;\
[all …]
H A Dspitfire_asm.S195 stxa %g0, [tmp1]ASI_DMMU ;\
215 ldxa [tmp3]ASI_DMMU, tmp4 ;\
220 stxa arg2, [tmp3]ASI_DMMU ;\
227 stxa tmp4, [tmp3]ASI_DMMU ;\
393 ldxa [%o4]ASI_DMMU, %o2 /* rd old ctxnum */
398 stxa %g1, [%o4]ASI_DMMU /* wr new ctxum */
405 stxa %o2, [%o4]ASI_DMMU /* restore old ctxnum */
467 ldxa [%g4]ASI_DMMU, %g5 /* rd old ctxnum */
469 stxa %g3, [%g4]ASI_DMMU /* wr new ctxum */
472 stxa %g5, [%g4]ASI_DMMU /* restore old ctxnum */
[all …]
H A Dus3_common_asm.S226 ldxa [%o4]ASI_DMMU, %o2 ! %o2 = save old ctxnum
230 stxa %g1, [%o4]ASI_DMMU ! wr new ctxum
234 stxa %o2, [%o4]ASI_DMMU /* restore old ctxnum */
290 ldxa [%g4]ASI_DMMU, %g5 /* rd old ctxnum */
294 stxa %g6, [%g4]ASI_DMMU /* wr new ctxum */
297 stxa %g5, [%g4]ASI_DMMU /* restore old ctxnum */
359 ldxa [%g4]ASI_DMMU, %g6 /* rd old ctxnum */
363 stxa %g5, [%g4]ASI_DMMU /* wr new ctxum */
376 stxa %g6, [%g4]ASI_DMMU /* restore old ctxnum */
H A Dus3_cheetahplus_asm.S721 wr %g0, ASI_DMMU, %asi
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.S104 stxa %g1, [%g2]ASI_DMMU
114 stxa %g1, [%g2]ASI_DMMU
H A Dtrap_table.S961 wr %g0, ASI_DMMU, %asi ;\
969 wr %g0, ASI_DMMU, %asi ;\
976 wr %g0, ASI_DMMU, %asi ;\
988 wr %g0, ASI_DMMU, %asi ;\
997 wr %g0, ASI_DMMU, %asi ;\
1019 ldxa [%g1]ASI_DMMU, %g2 ;\
1023 ldxa [%g5]ASI_DMMU, %g6 /* g6 = primary ctx */ ;\
1029 ldxa [%g5]ASI_DMMU, %g6 /* g6 = secondary ctx */ ;\
1064 ldxa [%g6]ASI_DMMU, %g2 /* g2 = tag access */ ;\
1101 ldxa [%g6]ASI_DMMU, %g2 /* g2 = tag access */ ;\
[all …]
H A Dmach_interrupt.S78 ldxa [%g1]ASI_DMMU, %g1
92 stxa %g3, [%g1]ASI_DMMU
H A Dmach_locore.S1436 ldxa [%o2]ASI_DMMU, %o2
1447 stxa %g0, [%o2]ASI_DMMU
1480 stxa %o3, [%o2]ASI_DMMU
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S2825 ldxa [%g2]ASI_DMMU, %g2
3141 ldxa [%g5]ASI_DMMU, %g5
3194 ldxa [%g0]ASI_DMMU, %g2
3196 ldxa [%g5]ASI_DMMU, %g5
3342 ldxa [%g7]ASI_DMMU, %g6 /* get tag access va */
3557 ldxa [%g4]ASI_DMMU, %g2
3690 ldxa [%g2]ASI_DMMU, %g3
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c1251 uint32_t asi = itlb ? ASI(ASI_IMMU) : ASI(ASI_DMMU); in trapstat_tlbent()