Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/include/asm/
Dbitext.h25 void bit_map_clear(struct bit_map *t, int offset, int len);
/linux-6.1.9/arch/sparc/lib/
Dbitext.c103 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear() function
/linux-6.1.9/arch/sparc/mm/
Diommu.c295 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()
Dsrmmu.c223 bit_map_clear(&srmmu_nocache_map, offset, size); in srmmu_free_nocache()