Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/arm64/sptm/
H A Darm_init_sptm.c1384 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 Darm_vm_init.c1312 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()