Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dmp_subr.S147 ldxa [%g5] ASI_DMMU, %g6 ! Save secondary context
150 stxa %g3, [%g5] ASI_DMMU ! Insert context to demap
186 stxa %g6, [%g5] ASI_DMMU ! Restore primary context
245 wr %g0, ASI_DMMU, %asi
287 wr %g0, ASI_DMMU, %asi
368 ldxa [%g2] ASI_DMMU, %g6
370 stxa %g0, [%g2] ASI_DMMU ! Switch MMU to kernel primary context
392 stxa %g6, [%g2] ASI_DMMU ! Restore primary context
H A Dlocore.s126 stxa \ctxid, [\ctx] ASI_DMMU;
154 ldxa [\ctx] ASI_DMMU, \ctxid
734 ldxa [%g0] ASI_DMMU, %g1 ! Load DMMU tag target register
945 ldxa [%g0] ASI_DMMU, %g1 ! Load DMMU tag target register
1735 ldxa [%g3] ASI_DMMU, %g3 ! Get fault addr from Tag Target
1793 ldxa [%g0] ASI_DMMU, %g1 ! Load DMMU tag target register
1812 stxa %g0, [%g7] ASI_DMMU ! clear out the fault
1856 ldxa [%g3] ASI_DMMU, %g3 ! from tag access register
2045 stxa %g0, [%g7] ASI_DMMU
2092 wr %g0, ASI_DMMU, %asi ! We need to re-load trap info
[all …]
H A Ddb_interface.c962 stxa(PHYSICAL_WATCHPOINT, ASI_DMMU, addr); in db_watch()
970 stxa(VIRTUAL_WATCHPOINT, ASI_DMMU, addr); in db_watch()
H A Dtrap.c712 dsfsr = ldxa(SFSR, ASI_DMMU); in trap()
714 dsfar = ldxa(SFAR, ASI_DMMU); in trap()
H A Dpmap.c170 : : "r" (ctx), "r" (CTX_SECONDARY), "n" (ASI_DMMU) in dmmu_set_secondary_context()
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dsrt0.s311 stxa %o0, [%o2] ASI_DMMU
339 stxa %o0, [%o3] ASI_DMMU
/netbsd-src/sys/arch/sparc64/include/
H A Dctlreg.h245 #define ASI_DMMU 0x58 macro