Searched refs:BT_ULSHIFT (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | bitmap.c | 63 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 D | errorq.c | 480 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 D | bitmap.h | 56 #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 D | dt_regset.c | 98 ulong_t maxw = nbits >> BT_ULSHIFT; in dt_regset_alloc() 114 reg = (int)((wx << BT_ULSHIFT) | bx); in dt_regset_alloc()
|
H A D | dt_subr.c | 793 ulong_t maxw = n >> BT_ULSHIFT; in dt_popcb()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | machthread.h | 59 srl index, BT_ULSHIFT, scr; \
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | bitset.c | 88 high = i << BT_ULSHIFT; in bitset_highbit()
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | machthread.h | 123 srl index, BT_ULSHIFT, scr; \
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | disp.c | 800 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 D | hat_sfmmu.h | 983 srlx hmentoff, BT_ULSHIFT, hmentoff /* extract word */ ;\
|
H A D | hat_sfmmu.c | 10224 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 D | sfmmu_asm.s | 2162 srlx tmp1, BT_ULSHIFT, tmp1 ;\
|