REGBITMAP_LEN
DECLARE_BITMAP(regbitmap, REGBITMAP_LEN);
bitmap_zero(regbitmap, REGBITMAP_LEN);
for (i = 1; i < REGBITMAP_LEN; ++i) {