Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sparc/v9/sys/
H A Dasi.h48 #define ASI_AIUS 0x11 /* as if user secondary */ macro
63 #define ASI_USER ASI_AIUS
/titanic_41/usr/src/uts/sun4v/ml/
H A Dtrap_table.s1206 SPILL_32bit_asi(ASI_AIUS,so0); /* 0A4 spill 1 other */
1207 SPILL_64bit_asi(ASI_AIUS,so0); /* 0A8 spill 2 other */
1208 SPILL_32bit_asi(ASI_AIUS,so0); /* 0AC spill 3 other */
1209 SPILL_64bit_asi(ASI_AIUS,so0); /* 0B0 spill 4 other */
1336 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0A4 spill 1 other */
1337 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0A8 spill 2 other */
1338 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0AC spill 3 other */
1339 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0B0 spill 4 other */
/titanic_41/usr/src/uts/sun4u/ml/
H A Dtrap_table.s1434 SPILL_32bit_asi(ASI_AIUS,so0); /* 0A4 spill 1 other */
1435 SPILL_64bit_asi(ASI_AIUS,so0); /* 0A8 spill 2 other */
1436 SPILL_32bit_asi(ASI_AIUS,so0); /* 0AC spill 3 other */
1437 SPILL_64bit_asi(ASI_AIUS,so0); /* 0B0 spill 4 other */
1561 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0A4 spill 1 other */
1562 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0A8 spill 2 other */
1563 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0AC spill 3 other */
1564 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0B0 spill 4 other */
/titanic_41/usr/src/uts/sparc/v9/os/
H A Dsimulator.c616 case ASI_AIUS: in simulate_lddstd()