Lines Matching defs:region
216 * `tzc400_configure_region0` is used to program region 0 into the TrustZone
218 * to any other region, and is enabled on all filters; this cannot be
232 * controller. A region can be associated with more than one filter. The
238 * for this region (see comment for that function).
241 unsigned int region,
256 (region < tzc400.num_regions));
270 _tzc400_configure_region(tzc400.base, filters, region, region_base,
275 void tzc400_update_filters(unsigned int region, unsigned int filters)
279 (region < tzc400.num_regions));
281 _tzc400_update_filters(tzc400.base, region, tzc400.num_filters, filters);