Searched refs:trustCacheRangeSize (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/osfmk/arm64/sptm/ |
| H A D | arm_init_sptm.c | 1384 unsigned int trustCacheRangeSize; in arm_vm_prot_init() local 1389 …cureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRangeSize); in arm_vm_prot_init() 1391 if (trustCacheRangeSize != sizeof(DTMemoryMapRange)) { in arm_vm_prot_init() 1392 …panic("Unexpected /chosen/memory-map/TrustCache property size %u != %zu", trustCacheRangeSize, siz… in arm_vm_prot_init()
|
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | arm_vm_init.c | 1312 unsigned int trustCacheRangeSize; in arm_vm_prot_init() local 1317 …cureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRangeSize); in arm_vm_prot_init() 1319 if (trustCacheRangeSize != sizeof(DTMemoryMapRange)) { in arm_vm_prot_init() 1320 …panic("Unexpected /chosen/memory-map/TrustCache property size %u != %zu", trustCacheRangeSize, siz… in arm_vm_prot_init()
|