Searched refs:region_top (Results 1 – 8 of 8) sorted by relevance
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/include/ |
| H A D | nrd_dmc620_tzc_regions.h | 16 .region_top = PLAT_SP_IMAGE_NS_BUF_BASE - 1, \ 20 .region_top = PLAT_ARM_SP_IMAGE_STACK_BASE - 1, \ 24 .region_top = ARM_AP_TZC_DRAM1_END, \ 31 .region_top = ARM_AP_TZC_DRAM1_END, \
|
| /rk3399_ARM-atf/drivers/arm/tzc/ |
| H A D | tzc_common_private.h | 48 unsigned long long region_top) \ 55 (uint32_t)region_top); \ 61 (uint32_t)(region_top >> 32)); \ 152 unsigned long long region_top, \ 161 "\n", region_base, region_top); \ 176 region_no, region_top); \
|
| H A D | tzc_dmc620.c | 56 unsigned long long region_top, in tzc_dmc620_configure_region() argument 72 assert(((region_base | (region_top + 1U)) & (4096U - 1U)) == 0U); in tzc_dmc620_configure_region() 79 max_31_00 = (uint32_t)(region_top & MASK_31_16); in tzc_dmc620_configure_region() 80 max_47_32 = (uint32_t)((region_top & MASK_47_32) in tzc_dmc620_configure_region() 170 g_plat_config_data->plat_acc_addr_data[i].region_top, in arm_tzc_dmc620_setup()
|
| H A D | tzc_dmc500.c | 179 unsigned long long region_top, in tzc_dmc500_configure_region() argument 193 assert(((region_top <= (UINT64_MAX >> (64U - 43U))) && in tzc_dmc500_configure_region() 194 (region_base < region_top))); in tzc_dmc500_configure_region() 197 assert(((region_base | (region_top + 1U)) & (4096U - 1U)) == 0U); in tzc_dmc500_configure_region() 205 region_no, region_base, region_top, in tzc_dmc500_configure_region()
|
| H A D | tzc400.c | 243 unsigned long long region_top, in tzc400_configure_region() argument 262 assert((region_top <= (UINT64_MAX >> (64U - tzc400.addr_width))) && in tzc400_configure_region() 263 (region_base < region_top)); in tzc400_configure_region() 266 assert(((region_base | (region_top + 1U)) & (4096U - 1U)) == 0U); in tzc400_configure_region() 271 region_top, in tzc400_configure_region()
|
| /rk3399_ARM-atf/include/drivers/arm/ |
| H A D | tzc400.h | 109 unsigned long long region_top, 134 unsigned long long region_top, in tzc_configure_region() argument 139 region_top, sec_attr, ns_device_access); in tzc_configure_region()
|
| H A D | tzc_dmc620.h | 85 const unsigned long long region_top; member
|
| H A D | tzc_dmc500.h | 142 unsigned long long region_top,
|