Home
last modified time | relevance | path

Searched refs:LO10 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c590 #define LO10(v) ((uint32_t)(v) & 0x3ff) macro
1185 ent[TSTAT_RETENT_STATLO] |= LO10(base); in trapstat_tlbretent()
1192 ent[TSTAT_RETENT_TMPTSLO] |= LO10(tmptick); in trapstat_tlbretent()
1433 ent[TSTAT_TLBENT_STATLO_LD] |= LO10(stat); in trapstat_tlbent()
1434 ent[TSTAT_TLBENT_STATLO_ST] |= LO10(stat); in trapstat_tlbent()
1441 ent[TSTAT_TLBENT_TPCLO_USER] |= LO10(utpc); in trapstat_tlbent()
1442 ent[TSTAT_TLBENT_TPCLO_KERN] |= LO10(tpc); in trapstat_tlbent()
1444 ent[TSTAT_TLBENT_TSLO] |= LO10(tmptick); in trapstat_tlbent()
1450 ent[TSTAT_TLBENT_ADDRLO] |= LO10(orig); in trapstat_tlbent()
1673 ent[TSTAT_ENABLED_STATLO] |= LO10((uintptr_t)stat); in trapstat_make_traptab()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.S187 #define LO10(x) 0 macro
202 _plt[6] = M_JMPL_L0O1 | LO10(bindfunc);
393 plttab[2] = (uint_t)(M_XNOR_G5G1 | LO10(nsym));