Searched refs:trustCacheRangeSize (Results 1 – 1 of 1) sorted by relevance
1289 unsigned int trustCacheRangeSize; in arm_vm_prot_init() local1294 …cureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRangeSize); in arm_vm_prot_init()1296 if (trustCacheRangeSize != sizeof(DTMemoryMapRange)) { in arm_vm_prot_init()1297 …panic("Unexpected /chosen/memory-map/TrustCache property size %u != %zu", trustCacheRangeSize, siz… in arm_vm_prot_init()