Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dbitext.h13 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);
Diommu_32.h109 struct bit_map usemap;
/arch/sparc/lib/
Dbitext.c28 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/
Dsrmmu.c105 static struct bit_map srmmu_nocache_map;