Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c62 maxword = nbits >> BT_ULSHIFT; in bt_availbit()
81 return (wx << BT_ULSHIFT | bx); in bt_availbit()
104 return (wx << BT_ULSHIFT | (highbit(word) - 1)); in bt_gethighbit()
174 int counter = start >> BT_ULSHIFT; in bt_getlowbit()
175 int limit = stop >> BT_ULSHIFT; in bt_getlowbit()
230 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h59 #define BT_ULSHIFT 6 /* log base 2 of BT_NBIPUL, to extract word index */ macro
62 #define BT_ULSHIFT 5 /* log base 2 of BT_NBIPUL, to extract word index */
65 #define BT_NBIPUL (1 << BT_ULSHIFT) /* n bits per ulong_t */
87 ((bitmap)[(bitindex) >> BT_ULSHIFT])
/illumos-gate/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.c794 ulong_t maxw = n >> BT_ULSHIFT; in dt_popcb()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachthread.h59 srl index, BT_ULSHIFT, scr; \
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dbitset.c88 high = i << BT_ULSHIFT; in bitset_highbit()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachthread.h100 srl index, BT_ULSHIFT, scr; \
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c820 maxrunword = pri >> BT_ULSHIFT; in disp()
1659 dp->disp_qactmap[tpri >> BT_ULSHIFT] &= ~BT_BIW(tpri); in dispdeq()
1667 dp->disp_maxrunpri >> BT_ULSHIFT); in dispdeq()
2097 wx = pri >> BT_ULSHIFT; /* index of word in map */ in disp_fix_unbound_pri()
2108 pri = (wx << BT_ULSHIFT) + highbit(mapword) - 1; in disp_fix_unbound_pri()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h980 srlx hmentoff, BT_ULSHIFT, hmentoff /* extract word */ ;\
H A Dhat_sfmmu.c10039 rid = (i << BT_ULSHIFT) | j; in sfmmu_set_scd_rttecnt()
11643 w <<= BT_ULSHIFT; in sfmmu_is_rgnva()
14528 rid = (i << BT_ULSHIFT) | j; in sfmmu_alloc_scd_tsbs()
14768 rid = (i << BT_ULSHIFT) | j; in sfmmu_link_scd_to_regions()
14824 rid = (i << BT_ULSHIFT) | j; in sfmmu_unlink_scd_from_regions()
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S1992 srlx tmp1, BT_ULSHIFT, tmp1 ;\