Searched refs:bit_map (Results 1 – 4 of 4) sorted by relevance
/arch/sparc/include/asm/ |
D | bitext.h | 13 struct bit_map { struct 24 int bit_map_string_get(struct bit_map *t, int len, int align); argument 25 void bit_map_clear(struct bit_map *t, int offset, int len); 26 void bit_map_init(struct bit_map *t, unsigned long *map, int size);
|
D | iommu_32.h | 109 struct bit_map usemap;
|
/arch/sparc/lib/ |
D | bitext.c | 28 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get() 103 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear() 121 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
|
/arch/sparc/mm/ |
D | srmmu.c | 105 static struct bit_map srmmu_nocache_map;
|