Home
last modified time | relevance | path

Searched refs:ASI_AIUS (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dlocore.s772 SPILL64(uspill8,ASI_AIUS) ! 0x080 spill_0_normal -- used to save user windows in user mode
773 SPILL32(uspill4,ASI_AIUS) ! 0x084 spill_1_normal
774 SPILLBOTH(uspill8,uspill4,ASI_AIUS) ! 0x088 spill_2_normal
782 SPILL64(uspillk8,ASI_AIUS) ! 0x0a0 spill_0_other -- used to save user windows in supervisor mode
783 SPILL32(uspillk4,ASI_AIUS) ! 0x0a4 spill_1_other
784 SPILLBOTH(uspillk8,uspillk4,ASI_AIUS) ! 0x0a8 spill_2_other
791 FILL64(ufill8,ASI_AIUS) ! 0x0c0 fill_0_normal -- used to fill windows when running user mode
792 FILL32(ufill4,ASI_AIUS) ! 0x0c4 fill_1_normal
793 FILLBOTH(ufill8,ufill4,ASI_AIUS) ! 0x0c8 fill_2_normal
801 FILL64(ufillk8,ASI_AIUS) ! 0x0e0 fill_0_other
[all …]
H A Dcopy.S115 ldsba [%o0] ASI_AIUS, %g1 ! c = *fromaddr;
163 stba %g1, [%o1] ASI_AIUS ! *toaddr++ = c;
H A Ddb_interface.c467 asi = ASI_AIUS; in db_pload_cmd()
/netbsd-src/sys/arch/sparc64/include/
H A Dctlreg.h153 #define ASI_AIUS ASI_AS_IF_USER_SECONDARY macro