Searched refs:bit_map_clear (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/sparc/include/asm/ |
D | bitext.h | 25 void bit_map_clear(struct bit_map *t, int offset, int len);
|
/linux-6.1.9/arch/sparc/lib/ |
D | bitext.c | 103 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear() function
|
/linux-6.1.9/arch/sparc/mm/ |
D | iommu.c | 295 bit_map_clear(&iommu->usemap, ioptex, npages); in sbus_iommu_unmap_page() 417 bit_map_clear(&iommu->usemap, ioptex, len >> PAGE_SHIFT); in sbus_iommu_free()
|
D | srmmu.c | 223 bit_map_clear(&srmmu_nocache_map, offset, size); in srmmu_free_nocache()
|