Home
last modified time | relevance | path

Searched refs:BT_ULMASK (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dbitmap.c77 maxbit = wx == maxword ? nbits & BT_ULMASK : BT_NBIPUL - 1; in bt_availbit()
177 index_t partial_start = start & BT_ULMASK; in bt_getlowbit()
178 index_t partial_stop = stop & BT_ULMASK; in bt_getlowbit()
214 if ((counter == limit) && (partial_stop != BT_ULMASK)) { in bt_getlowbit()
221 ASSERT(partial_stop < BT_ULMASK); in bt_getlowbit()
H A Derrorq.c481 ulong_t nextbitindex = nextindex & BT_ULMASK; in errorq_availbit()
484 ulong_t maxbitindex = maxindex & BT_ULMASK; in errorq_availbit()
493 maxbit = (nextword == maxword) ? maxbitindex : BT_ULMASK; in errorq_availbit()
/titanic_41/usr/src/uts/common/sys/
H A Dbitmap.h63 #define BT_ULMASK (BT_NBIPUL - 1) /* to extract bit index */ macro
89 (1UL << ((bitindex) & BT_ULMASK))
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachthread.h60 and index, BT_ULMASK, index; \
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_regset.c107 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc()
H A Ddt_subr.c792 ulong_t maxb = n & BT_ULMASK; in dt_popcb()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dmachthread.h124 and index, BT_ULMASK, index; \
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h982 and hmentoff, BT_ULMASK, use_shctx /* mask bit index */ ;\
/titanic_41/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s2161 and tmp1, BT_ULMASK, tmp2 ;\