Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/sptm/
H A Darm_init_sptm.c1446 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init() local
1447 if (trustCacheRegion < segLOWEST) { in arm_vm_prot_init()
1449 if (trustCacheRegion != segEXTRADATA + segSizeEXTRADATA) { in arm_vm_prot_init()
1451 trustCacheRegion, segEXTRADATA + segSizeEXTRADATA); in arm_vm_prot_init()
1456 segEXTRADATA = trustCacheRegion; in arm_vm_prot_init()
1460 segTRUSTCACHE = trustCacheRegion; in arm_vm_prot_init()
/xnu-12377.1.9/osfmk/arm64/
H A Darm_vm_init.c1323 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init() local
1324 if (trustCacheRegion < segLOWEST) { in arm_vm_prot_init()
1326 if (trustCacheRegion != segEXTRADATA + segSizeEXTRADATA) { in arm_vm_prot_init()
1328 trustCacheRegion, segEXTRADATA + segSizeEXTRADATA); in arm_vm_prot_init()
1333 segEXTRADATA = trustCacheRegion; in arm_vm_prot_init()
1339 panic("TrustCache region is in an unexpected place: %#lx > %#lx", trustCacheRegion, segLOWEST); in arm_vm_prot_init()
1342 segTRUSTCACHE = trustCacheRegion; in arm_vm_prot_init()