Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/arm64/sptm/
H A Darm_init_sptm.c1269 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init() local
1270 if (trustCacheRegion < segLOWEST) { in arm_vm_prot_init()
1272 if (trustCacheRegion != segEXTRADATA + segSizeEXTRADATA) { in arm_vm_prot_init()
1274 trustCacheRegion, segEXTRADATA + segSizeEXTRADATA); in arm_vm_prot_init()
1279 segEXTRADATA = trustCacheRegion; in arm_vm_prot_init()
1283 segTRUSTCACHE = trustCacheRegion; in arm_vm_prot_init()
/xnu-10063.141.1/osfmk/arm64/
H A Darm_vm_init.c1300 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init() local
1301 if (trustCacheRegion < segLOWEST) { in arm_vm_prot_init()
1303 if (trustCacheRegion != segEXTRADATA + segSizeEXTRADATA) { in arm_vm_prot_init()
1305 trustCacheRegion, segEXTRADATA + segSizeEXTRADATA); in arm_vm_prot_init()
1310 segEXTRADATA = trustCacheRegion; in arm_vm_prot_init()
1316 panic("TrustCache region is in an unexpected place: %#lx > %#lx", trustCacheRegion, segLOWEST); in arm_vm_prot_init()
1319 segTRUSTCACHE = trustCacheRegion; in arm_vm_prot_init()