Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/arm64/
H A Darm_vm_init.c1288 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local
1294 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1300 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()
1307 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()
1311 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()
1320 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()