Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/arm64/
H A Darm_vm_init.c1284 unsigned int trustCacheRangeSize; in arm_vm_prot_init() local
1289 …cureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRangeSize); in arm_vm_prot_init()
1291 if (trustCacheRangeSize != sizeof(DTMemoryMapRange)) { in arm_vm_prot_init()
1292 …panic("Unexpected /chosen/memory-map/TrustCache property size %u != %zu", trustCacheRangeSize, siz… in arm_vm_prot_init()