Searched refs:ASI_LSU (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | machasi.h | 76 #define ASI_LSU 0x45 /* load-store unit control */ macro
|
H A D | cheetahregs.h | 78 #define ASI_DCU ASI_LSU /* same as spitfire ASI_LSU 0x45 */
|
/titanic_44/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif.c | 490 lsu = rdasi(ASI_LSU, NULL); in kaif_wapt_set_regs() 493 wrasi(ASI_LSU, NULL, lsu); in kaif_wapt_set_regs() 504 uint64_t lsu = rdasi(ASI_LSU, NULL); in kaif_wapt_clear_regs() 506 wrasi(ASI_LSU, NULL, lsu); in kaif_wapt_clear_regs()
|
/titanic_44/usr/src/uts/sun4u/starfire/ml/ |
H A D | drmach_asm.s | 59 ldxa [%g0]ASI_LSU, tmp1 ;\ 76 ldxa [%g0]ASI_LSU, tmp1 ;\
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_asm.s | 55 ldxa [%g0]ASI_LSU, tmp1 ;\ 142 ldxa [%g0]ASI_LSU, tmp1; \ 167 ldxa [%g0]ASI_LSU, tmp; \ 184 ldxa [%g0]ASI_LSU, tmp; \ 1310 stxa %o0, [%g0]ASI_LSU ! store to LSU 1317 ldxa [%g0]ASI_LSU, %o0 ! load LSU
|
/titanic_44/usr/src/cmd/mdb/sparc/v9/kmdb/ |
H A D | kaif_startup.s | 484 ldxa [%g0]ASI_LSU, %g4 488 stxa %g4, [%g0]ASI_LSU
|