Searched refs:trustCacheRegion (Results 1 – 1 of 1) sorted by relevance
1300 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init() local1301 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()