Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/arm64/sptm/
H A Darm_init_sptm.c1539 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local
1545 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1551 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()
1558 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()
1562 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()
1566 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()
/xnu-12377.81.4/osfmk/arm64/
H A Darm_vm_init.c1315 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local
1321 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1327 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()
1334 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()
1338 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()
1347 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()