REG_SPACE_SIZE
memset(reg_space, 0x0, REG_SPACE_SIZE);
BUG_ON(reg_ix * 4 > REG_SPACE_SIZE);
return REG_SPACE_SIZE;