Home
last modified time | relevance | path

Searched defs:BITMAP_FIRST_WORD_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dbitmap.h26 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/openbmc/qemu/include/qemu/
H A Dbitmap.h66 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/openbmc/linux/include/linux/
H A Dbitmap.h237 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro