Searched refs:trustCacheRange (Results 1 – 2 of 2) sorted by relevance
498 MemoryMapFileInfo const *trustCacheRange; in arm_vm_init() local505 …err = SecureDTGetProperty(memory_map, "TrustCache", (const void**)&trustCacheRange, &trustCacheRan… in arm_vm_init()509 segEXTRADATA = phystokv(trustCacheRange->paddr); in arm_vm_init()510 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_init()
1262 MemoryMapFileInfo const *trustCacheRange; in arm_vm_prot_init() local1274 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()1279 segEXTRADATA = phystokv(trustCacheRange->paddr); in arm_vm_prot_init()1280 segSizeEXTRADATA = trustCacheRange->length; in arm_vm_prot_init()1282 segSizeEXTRADATA += trustCacheRange->length; in arm_vm_prot_init()