Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/sptm/
H A Darm_init_sptm.c1435 unsigned int trustCacheRangeSize; in arm_vm_prot_init() local
1440 …cureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRangeSize); in arm_vm_prot_init()
1442 if (trustCacheRangeSize != sizeof(DTMemoryMapRange)) { in arm_vm_prot_init()
1443 …panic("Unexpected /chosen/memory-map/TrustCache property size %u != %zu", trustCacheRangeSize, siz… in arm_vm_prot_init()
/xnu-12377.1.9/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()