Searched refs:region_type (Results 1 – 1 of 1) sorted by relevance
78 static int get_region(struct frba_t *frba, int region_type, in get_region() argument81 if (region_type >= MAX_REGIONS) { in get_region()86 region->base = FLREG_BASE(frba->flreg[region_type]); in get_region()87 region->limit = FLREG_LIMIT(frba->flreg[region_type]); in get_region()93 static const char *region_name(int region_type) in region_name() argument103 assert(region_type < MAX_REGIONS); in region_name()105 return regions[region_type]; in region_name()108 static const char *region_filename(int region_type) in region_filename() argument118 assert(region_type < MAX_REGIONS); in region_filename()120 return region_filenames[region_type]; in region_filename()[all …]