Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/arm64/sptm/
H A Darm_init_sptm.c1540 unsigned int trustCacheRangeSize; in arm_vm_prot_init() local
1545 …cureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRangeSize); in arm_vm_prot_init()
1547 if (trustCacheRangeSize != sizeof(DTMemoryMapRange)) { in arm_vm_prot_init()
1548 …panic("Unexpected /chosen/memory-map/TrustCache property size %u != %zu", trustCacheRangeSize, siz… in arm_vm_prot_init()
/xnu-12377.81.4/osfmk/arm64/
H A Darm_vm_init.c1316 unsigned int trustCacheRangeSize; in arm_vm_prot_init() local
1321 …cureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRangeSize); in arm_vm_prot_init()
1323 if (trustCacheRangeSize != sizeof(DTMemoryMapRange)) { in arm_vm_prot_init()
1324 …panic("Unexpected /chosen/memory-map/TrustCache property size %u != %zu", trustCacheRangeSize, siz… in arm_vm_prot_init()