Lines Matching refs:map_table
42 struct map_table { struct
48 } map_table[MAX_MAPS]; argument
75 struct map_table *mp; in mapping_to_mcookie()
77 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) in mapping_to_mcookie()
101 struct map_table *mp; in delete_mapping()
103 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) { in delete_mapping()
125 struct map_table *mp; in is_mcookie()
128 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) in is_mcookie()
146 struct map_table *mp; in mcookie_to_rlen()
148 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) { in mcookie_to_rlen()
165 struct map_table *mp; in mcookie_to_rvirt()
167 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) { in mcookie_to_rvirt()
187 if (map_table[i].map_flags & MAP_IS_VALID) in dot_maps()
189 map_table[i].map_add, map_table[i].map_size); in dot_maps()