Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/arm64/
H A Darm_vm_init.c1295 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init() local
1296 if (trustCacheRegion < segLOWEST) { in arm_vm_prot_init()
1298 if (trustCacheRegion != segEXTRADATA + segSizeEXTRADATA) { in arm_vm_prot_init()
1300 trustCacheRegion, segEXTRADATA + segSizeEXTRADATA); in arm_vm_prot_init()
1305 segEXTRADATA = trustCacheRegion; in arm_vm_prot_init()
1311 panic("TrustCache region is in an unexpected place: %#lx > %#lx", trustCacheRegion, segLOWEST); in arm_vm_prot_init()
1314 segTRUSTCACHE = trustCacheRegion; in arm_vm_prot_init()