Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DCpuMmuCommon.c208 return SetMemoryAttributes (BaseAddress, Length, EfiAttributes, 0); in CpuSetMemoryAttributes()
239 Status = SetMemoryAttributes (Address, Length, EFI_MEMORY_WP, 0); in CpuConvertPagesToUncachedVirtualAddress()
241 Status = SetMemoryAttributes (Address | VirtualMask, Length, EFI_MEMORY_UC, VirtualMask); in CpuConvertPagesToUncachedVirtualAddress()
267 Status = SetMemoryAttributes (Address | VirtualMask, Length, EFI_MEMORY_WP, 0); in CpuReconvertPages()
272 Status = SetMemoryAttributes (Address, Length, Attributes, 0); in CpuReconvertPages()
DCpuDxe.h144 SetMemoryAttributes (
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DCpu.h281 EFI_CPU_SET_MEMORY_ATTRIBUTES SetMemoryAttributes; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/
DCpu.h315 EFI_CPU_SET_MEMORY_ATTRIBUTES SetMemoryAttributes; member
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
DHdLcdArmVExpress.c146 Status = Cpu->SetMemoryAttributes (Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC); in LcdPlatformGetVram()
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.c129 Status = Cpu->SetMemoryAttributes (Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC); in LcdPlatformGetVram()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.c129 Status = Cpu->SetMemoryAttributes (Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC); in LcdPlatformGetVram()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
DPL111LcdArmVExpress.c195 Status = Cpu->SetMemoryAttributes(Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC); in LcdPlatformGetVram()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
DAArch64Mmu.c446 SetMemoryAttributes ( in SetMemoryAttributes() function
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
DMmu.c668 SetMemoryAttributes ( in SetMemoryAttributes() function
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c866 Status = gCpu->SetMemoryAttributes ( in CoreConvertSpace()