Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/arm64/
H A Darm_vm_init.c1283 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local
1289 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1295 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()
1302 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()
1306 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()
1315 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()