Home
last modified time | relevance | path

Searched refs:BT_ULSHIFT (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dbitmap.c63 maxword = nbits >> BT_ULSHIFT; in bt_availbit()
82 return (wx << BT_ULSHIFT | bx); in bt_availbit()
105 return (wx << BT_ULSHIFT | (highbit(word) - 1)); in bt_gethighbit()
175 int counter = start >> BT_ULSHIFT; in bt_getlowbit()
176 int limit = stop >> BT_ULSHIFT; in bt_getlowbit()
231 return ((counter << BT_ULSHIFT) | (lowbit(word) - 1)); in bt_getlowbit()
H A Derrorq.c480 index_t nextword = nextindex >> BT_ULSHIFT; in errorq_availbit()
483 index_t maxword = maxindex >> BT_ULSHIFT; in errorq_availbit()
496 return ((nextword << BT_ULSHIFT) + bx); in errorq_availbit()
505 nbits - (nextword << BT_ULSHIFT))) != -1) in errorq_availbit()
506 return ((nextword << BT_ULSHIFT) + rval); in errorq_availbit()
/titanic_41/usr/src/uts/common/sys/
H A Dbitmap.h56 #define BT_ULSHIFT 6 /* log base 2 of BT_NBIPUL, to extract word index */ macro
59 #define BT_ULSHIFT 5 /* log base 2 of BT_NBIPUL, to extract word index */
62 #define BT_NBIPUL (1 << BT_ULSHIFT) /* n bits per ulong_t */
84 ((bitmap)[(bitindex) >> BT_ULSHIFT])
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_regset.c98 ulong_t maxw = nbits >> BT_ULSHIFT; in dt_regset_alloc()
114 reg = (int)((wx << BT_ULSHIFT) | bx); in dt_regset_alloc()
H A Ddt_subr.c793 ulong_t maxw = n >> BT_ULSHIFT; in dt_popcb()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachthread.h59 srl index, BT_ULSHIFT, scr; \
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dbitset.c88 high = i << BT_ULSHIFT; in bitset_highbit()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dmachthread.h123 srl index, BT_ULSHIFT, scr; \
/titanic_41/usr/src/uts/common/disp/
H A Ddisp.c800 maxrunword = pri >> BT_ULSHIFT; in disp()
1661 dp->disp_qactmap[tpri >> BT_ULSHIFT] &= ~BT_BIW(tpri); in dispdeq()
1669 dp->disp_maxrunpri >> BT_ULSHIFT); in dispdeq()
2099 wx = pri >> BT_ULSHIFT; /* index of word in map */ in disp_fix_unbound_pri()
2110 pri = (wx << BT_ULSHIFT) + highbit(mapword) - 1; in disp_fix_unbound_pri()
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h983 srlx hmentoff, BT_ULSHIFT, hmentoff /* extract word */ ;\
H A Dhat_sfmmu.c10224 rid = (i << BT_ULSHIFT) | j; in sfmmu_set_scd_rttecnt()
11830 w <<= BT_ULSHIFT; in sfmmu_is_rgnva()
14733 rid = (i << BT_ULSHIFT) | j; in sfmmu_alloc_scd_tsbs()
14973 rid = (i << BT_ULSHIFT) | j; in sfmmu_link_scd_to_regions()
15029 rid = (i << BT_ULSHIFT) | j; in sfmmu_unlink_scd_from_regions()
/titanic_41/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s2162 srlx tmp1, BT_ULSHIFT, tmp1 ;\