Searched refs:r_limit (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/arch/arm/mpu/ |
D | arm_mpu_v8.h | 190 .r_limit = limit - 1, /* Region Limit */ \ 198 .r_limit = limit - 1, /* Region Limit */ \ 207 .r_limit = limit - 1, /* Region Limit */ \ 215 .r_limit = limit - 1, /* Region Limit */ \ 226 .r_limit = limit - 1, /* Region Limit */ \ 234 .r_limit = limit - 1, /* Region Limit */ \ 245 .r_limit = limit - 1, \ 265 .r_limit = REGION_LIMIT_ADDR(base, size), /* Region Limit */ \ 274 .r_limit = REGION_LIMIT_ADDR(base, size), /* Region Limit */ \ 286 .r_limit = REGION_LIMIT_ADDR(base, size), /* Region Limit */ \ [all …]
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | arm_mpu_v8_internal.h | 169 (region_conf->attr.r_limit & MPU_RLAR_LIMIT_Msk) in region_init() 177 region_conf->attr.mair_idx, region_conf->attr.r_limit); in region_init() 300 region_conf->attr.r_limit = mpu_get_rlar() & MPU_RLAR_LIMIT_Msk; in mpu_region_get_conf() 315 p_attr->r_limit = REGION_LIMIT_ADDR(base, size); in get_region_attr_from_mpu_partition_info() 627 fill_region.attr.r_limit = in mpu_configure_regions_and_partition()
|