Searched refs:CLASSMAP_BITMASK (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Ddynamic_debug.c635 #define CLASSMAP_BITMASK(width) ((1UL << (width)) - 1)
690 old_bits = CLASSMAP_BITMASK(*dcp->lvl);
691 curr_bits = CLASSMAP_BITMASK(cls_id + (wanted ? 1 : 0 ));
750 if (inrep & ~CLASSMAP_BITMASK(map->length)) {
752 KP_NAME(kp), inrep, CLASSMAP_BITMASK(map->length));
753 inrep &= CLASSMAP_BITMASK(map->length);
766 old_bits = CLASSMAP_BITMASK(*dcp->lvl);
767 new_bits = CLASSMAP_BITMASK(inrep);
631 #define CLASSMAP_BITMASK macro

Completed in 222 milliseconds