Symbol: LO10
usr/src/uts/sun4/io/trapstat.c
1167
ASSERT(offsetof(tstat_missdata_t, tmiss_count) <= LO10(-1));
usr/src/uts/sun4/io/trapstat.c
1169
ASSERT(offsetof(tstat_missdata_t, tmiss_time) <= LO10(-1));
usr/src/uts/sun4/io/trapstat.c
1182
ent[TSTAT_RETENT_TDATASHFT] |= LO10((uintptr_t)TSTAT_DATA_SHIFT);
usr/src/uts/sun4/io/trapstat.c
1185
ent[TSTAT_RETENT_STATLO] |= LO10(base);
usr/src/uts/sun4/io/trapstat.c
1192
ent[TSTAT_RETENT_TMPTSLO] |= LO10(tmptick);
usr/src/uts/sun4/io/trapstat.c
1430
ent[TSTAT_TLBENT_TDATASHFT] |= LO10((uintptr_t)TSTAT_DATA_SHIFT);
usr/src/uts/sun4/io/trapstat.c
1433
ent[TSTAT_TLBENT_STATLO_LD] |= LO10(stat);
usr/src/uts/sun4/io/trapstat.c
1434
ent[TSTAT_TLBENT_STATLO_ST] |= LO10(stat);
usr/src/uts/sun4/io/trapstat.c
1441
ent[TSTAT_TLBENT_TPCLO_USER] |= LO10(utpc);
usr/src/uts/sun4/io/trapstat.c
1442
ent[TSTAT_TLBENT_TPCLO_KERN] |= LO10(tpc);
usr/src/uts/sun4/io/trapstat.c
1444
ent[TSTAT_TLBENT_TSLO] |= LO10(tmptick);
usr/src/uts/sun4/io/trapstat.c
1450
ent[TSTAT_TLBENT_ADDRLO] |= LO10(orig);
usr/src/uts/sun4/io/trapstat.c
1542
ent[TSTAT_ENABLED_STATLO_LD] |= LO10((uintptr_t)stat);
usr/src/uts/sun4/io/trapstat.c
1543
ent[TSTAT_ENABLED_STATLO_ST] |= LO10((uintptr_t)stat);
usr/src/uts/sun4/io/trapstat.c
1673
ent[TSTAT_ENABLED_STATLO] |= LO10((uintptr_t)stat);
usr/src/uts/sun4/io/trapstat.c
1675
ent[TSTAT_ENABLED_ADDRLO] |= LO10((uintptr_t)orig);
usr/src/uts/sun4/io/trapstat.c
1679
LO10((uintptr_t)TSTAT_DATA_SHIFT);
usr/src/uts/sun4/io/trapstat.c
1683
ent[TSTAT_DISABLED_ADDRLO] |= LO10((uintptr_t)orig);