Home
last modified time | relevance | path

Searched refs:bit_map_clear (Results 1 – 4 of 4) sorted by relevance

/arch/sparc/include/asm/
Dbitext.h24 void bit_map_clear(struct bit_map *t, int offset, int len);
/arch/sparc/lib/
Dbitext.c102 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear() function
/arch/sparc/mm/
Diommu.c296 bit_map_clear(&iommu->usemap, ioptex, npages); in iommu_release_one()
409 bit_map_clear(&iommu->usemap, ioptex, len >> PAGE_SHIFT); in iommu_unmap_dma_area()
Dsrmmu.c226 bit_map_clear(&srmmu_nocache_map, offset, size); in srmmu_free_nocache()