Home
last modified time | relevance | path

Searched refs:CacheAttributes (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/
DRTSMMem.c47 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
93 CacheAttributes = (FeaturePcdGet(PcdCacheEnable)) in ArmPlatformGetVirtualMemoryMap()
101 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
107 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
119 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
125 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
138 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibHisilicon/
DArmPlatformLibMem.c49 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
62 CacheAttributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
64 CacheAttributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
67 Index = OemSetVirtualMapDesc(VirtualMemoryTable, CacheAttributes); in ArmPlatformGetVirtualMemoryMap()
80 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
DCTA15-A7Mem.c45 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
57 CacheAttributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
59 CacheAttributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
101 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
114 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
134 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
143 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
151 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
170 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/
DVirtMem.c52 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
70 CacheAttributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
72 CacheAttributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
79 VirtualMemoryTable[0].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
108 VirtualMemoryTable[3].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/
DCTA9x4Mem.c45 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
57 CacheAttributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
59 CacheAttributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
67 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
74 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
92 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/
DBeagleBoardMem.c40 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
52 CacheAttributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
54 CacheAttributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
61 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/
DArmJunoMem.c46 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
76 CacheAttributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
78 CacheAttributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
102 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
114 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
156 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
162 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Library/HiKey960Lib/
DHiKey960Mem.c83 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
210 CacheAttributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
212 CacheAttributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
221 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
234 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
239 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
244 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxLib/
DStyxMem.c70 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
82 CacheAttributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
84 CacheAttributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
108 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Library/HiKeyLib/
DHiKeyMem.c76 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes; in ArmPlatformGetVirtualMemoryMap() local
168 CacheAttributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
170 CacheAttributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
185 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
192 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
DOemSetVirtualMapDesc.h22 ARM_MEMORY_REGION_ATTRIBUTES CacheAttributes