Searched refs:SFSR (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/sparc64/include/
H A Dctlreg.h271 #define SFSR 0x18 macro
287 /* SFSR bits for both D_SFSR and I_SFSR */
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dtrap.c712 dsfsr = ldxa(SFSR, ASI_DMMU);
722 isfsr = ldxa(SFSR, ASI_IMMU);
1112 * access was since the SFSR is not set. But we should never get
H A Dlocore.s1800 mov SFSR, %g7
2095 ldxa [SFSR] %asi, %g3 ! get sync fault status register
2096 stxa %g0, [SFSR] %asi ! Clear out fault now
2481 ldxa [SFSR] %asi, %g3 ! get sync fault status register
2482 stxa %g0, [SFSR] %asi ! Clear out fault now
2726 ldxa [SFSR] %asi, %g3 ! get sync fault status register
2728 stxa %g0, [SFSR] %asi ! Clear out old info

Completed in 283 milliseconds