Searched refs:trustCacheRange (Results 1 – 2 of 2) sorted by relevance
1383 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local1389 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()1395 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()1402 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()1406 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()1410 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()
1311 DTMemoryMapRange const *trustCacheRange; in arm_vm_prot_init() local1317 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()1323 vm_offset_t const trustCacheRegion = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()1330 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()1334 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()1343 segSizeTRUSTCACHE = trustCacheRange->length; in arm_vm_prot_init()