Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c76 maxbit = wx == maxword ? nbits & BT_ULMASK : BT_NBIPUL - 1; in bt_availbit()
176 index_t partial_start = start & BT_ULMASK; in bt_getlowbit()
177 index_t partial_stop = stop & BT_ULMASK; in bt_getlowbit()
213 if ((counter == limit) && (partial_stop != BT_ULMASK)) { in bt_getlowbit()
220 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h66 #define BT_ULMASK (BT_NBIPUL - 1) /* to extract bit index */ macro
92 (1UL << ((bitindex) & BT_ULMASK))
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachthread.h60 and index, BT_ULMASK, index; \
/illumos-gate/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.c793 ulong_t maxb = n & BT_ULMASK; in dt_popcb()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachthread.h101 and index, BT_ULMASK, index; \
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h979 and hmentoff, BT_ULMASK, use_shctx /* mask bit index */ ;\
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S1991 and tmp1, BT_ULMASK, tmp2 ;\