Searched refs:r_limit (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/include/zephyr/arch/arm/mpu/ |
| D | arm_mpu_v8.h | 179 .r_limit = limit - 1, /* Region Limit */ \ 186 .r_limit = limit - 1, /* Region Limit */ \ 193 .r_limit = limit - 1, /* Region Limit */ \ 199 .r_limit = limit - 1, /* Region Limit */ \ 209 .r_limit = limit - 1, /* Region Limit */ \ 216 .r_limit = limit - 1, /* Region Limit */ \ 224 .r_limit = limit - 1, /* Region Limit */ \ 245 .r_limit = REGION_LIMIT_ADDR(base, size), /* Region Limit */ \ 253 .r_limit = REGION_LIMIT_ADDR(base, size), /* Region Limit */ \ 264 .r_limit = REGION_LIMIT_ADDR(base, size), /* Region Limit */ \ [all …]
|
| /Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
| D | mpu_regions.c | 17 .r_limit = REGION_LIMIT_ADDR(base, size), \
|
| /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()
|