Searched defs:memory_region_limits (Results 1 – 11 of 11) sorted by relevance
36 struct memory_region_limits { struct37 uint32_t non_secure_code_start;38 uint32_t non_secure_partition_base;39 uint32_t non_secure_partition_limit;40 uint32_t veneer_base;41 uint32_t veneer_limit;43 uint32_t secondary_partition_base;44 uint32_t secondary_partition_limit;
75 struct memory_region_limits { struct76 uint32_t non_secure_code_start;77 uint32_t non_secure_partition_base;78 uint32_t non_secure_partition_limit;79 uint32_t veneer_base;80 uint32_t veneer_limit;82 uint32_t secondary_partition_base;83 uint32_t secondary_partition_limit;86 uint32_t non_secure_storage_partition_base;87 uint32_t non_secure_storage_partition_limit;
30 struct memory_region_limits { struct31 uint32_t non_secure_code_start;32 uint32_t non_secure_partition_base;33 uint32_t non_secure_partition_limit;34 uint32_t veneer_base;35 uint32_t veneer_limit;37 uint32_t secondary_partition_base;38 uint32_t secondary_partition_limit;
29 struct memory_region_limits { struct30 uint32_t non_secure_code_start;31 uint32_t non_secure_partition_base;32 uint32_t non_secure_partition_limit;33 uint32_t veneer_base;34 uint32_t veneer_limit;
56 struct memory_region_limits { struct57 uint32_t non_secure_code_start;58 uint32_t non_secure_partition_base;59 uint32_t non_secure_partition_limit;60 uint32_t veneer_base;61 uint32_t veneer_limit;63 uint32_t secondary_partition_base;64 uint32_t secondary_partition_limit;
57 struct memory_region_limits { struct58 uint32_t non_secure_code_start;59 uint32_t non_secure_partition_base;60 uint32_t non_secure_partition_limit;61 uint32_t veneer_base;62 uint32_t veneer_limit;64 uint32_t secondary_partition_base;65 uint32_t secondary_partition_limit;
77 struct memory_region_limits { struct78 uint32_t non_secure_code_start;79 uint32_t non_secure_partition_base;80 uint32_t non_secure_partition_limit;81 uint32_t veneer_base;82 uint32_t veneer_limit;84 uint32_t secondary_partition_base;85 uint32_t secondary_partition_limit;
88 struct memory_region_limits struct90 uint32_t non_secure_code_start;91 uint32_t non_secure_partition_base;92 uint32_t non_secure_partition_limit;93 uint32_t veneer_base;94 uint32_t veneer_limit;
86 struct memory_region_limits struct88 uint32_t non_secure_code_start;89 uint32_t non_secure_partition_base;90 uint32_t non_secure_partition_limit;91 uint32_t veneer_base;92 uint32_t veneer_limit;
60 struct memory_region_limits { struct61 uint32_t non_secure_code_start;62 uint32_t non_secure_partition_base;63 uint32_t non_secure_partition_limit;
Completed in 111 milliseconds