Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/sptm/
H A Darm_init_sptm.c1434 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local
1440 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1446 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()
1453 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()
1457 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()
1461 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()
/xnu-12377.1.9/osfmk/arm64/
H A Darm_vm_init.c1311 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local
1317 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1323 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()
1330 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()
1334 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()
1343 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()