Searched refs:trustCacheRange (Results 1 – 2 of 2) sorted by relevance
1539 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local1545 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()1551 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()1558 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()1562 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()1566 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()
1315 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local1321 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()1327 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()1334 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()1338 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()1347 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()