Searched refs:region_type (Results 1 – 2 of 2) sorted by relevance
77 static int get_region(struct frba_t *frba, int region_type, in get_region() argument80 if (region_type >= MAX_REGIONS) { in get_region()85 region->base = FLREG_BASE(frba->flreg[region_type]); in get_region()86 region->limit = FLREG_LIMIT(frba->flreg[region_type]); in get_region()92 static const char *region_name(int region_type) in region_name() argument102 assert(region_type < MAX_REGIONS); in region_name()104 return regions[region_type]; in region_name()107 static const char *region_filename(int region_type) in region_filename() argument117 assert(region_type < MAX_REGIONS); in region_filename()119 return region_filenames[region_type]; in region_filename()[all …]
62 'region_type': regionTypes,