bit_map_clear
void bit_map_clear(struct bit_map *t, int offset, int len);
bit_map_clear(&iommu->usemap, ioptex, npages);
bit_map_clear(&iommu->usemap, ioptex, len >> PAGE_SHIFT);
bit_map_clear(&srmmu_nocache_map, offset, size);