Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/arm64/sptm/
H A Darm_init_sptm.c1551 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init() local
1552 if (trustCacheRegion < segLOWEST) { in arm_vm_prot_init()
1554 if (trustCacheRegion != segEXTRADATA + segSizeEXTRADATA) { in arm_vm_prot_init()
1556 trustCacheRegion, segEXTRADATA + segSizeEXTRADATA); in arm_vm_prot_init()
1561 segEXTRADATA = trustCacheRegion; in arm_vm_prot_init()
1565 segTRUSTCACHE = trustCacheRegion; in arm_vm_prot_init()
/xnu-12377.81.4/osfmk/arm64/
H A Darm_vm_init.c1327 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init() local
1328 if (trustCacheRegion < segLOWEST) { in arm_vm_prot_init()
1330 if (trustCacheRegion != segEXTRADATA + segSizeEXTRADATA) { in arm_vm_prot_init()
1332 trustCacheRegion, segEXTRADATA + segSizeEXTRADATA); in arm_vm_prot_init()
1337 segEXTRADATA = trustCacheRegion; in arm_vm_prot_init()
1343 panic("TrustCache region is in an unexpected place: %#lx > %#lx", trustCacheRegion, segLOWEST); in arm_vm_prot_init()
1346 segTRUSTCACHE = trustCacheRegion; in arm_vm_prot_init()