Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/arm64/sptm/
H A Darm_init_sptm.c1257 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local
1263 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1269 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()
1276 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()
1280 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()
1284 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()
/xnu-10063.141.1/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()