Home
last modified time | relevance | path

Searched refs:trustCacheRangeSize (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/osfmk/arm64/
H A Darm_vm_init.c1289 unsigned int trustCacheRangeSize; in arm_vm_prot_init() local
1294 …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()