HomeSort by relevance Sort by last modified time
    Searched refs:SetMemoryAttributes (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuMmuCommon.c 208 return SetMemoryAttributes (BaseAddress, Length, EfiAttributes, 0);
239 Status = SetMemoryAttributes (Address, Length, EFI_MEMORY_WP, 0);
241 Status = SetMemoryAttributes (Address | VirtualMask, Length, EFI_MEMORY_UC, VirtualMask);
267 Status = SetMemoryAttributes (Address | VirtualMask, Length, EFI_MEMORY_WP, 0);
272 Status = SetMemoryAttributes (Address, Length, Attributes, 0);
CpuDxe.h 144 SetMemoryAttributes (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/
Cpu.h 315 EFI_CPU_SET_MEMORY_ATTRIBUTES SetMemoryAttributes;
347 SetMemoryAttributes - Attempts to set the attributes of a memory region.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Cpu.h 281 EFI_CPU_SET_MEMORY_ATTRIBUTES SetMemoryAttributes;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
HdLcdArmVExpress.c 146 Status = Cpu->SetMemoryAttributes (Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC);
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.c 129 Status = Cpu->SetMemoryAttributes (Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
PL111LcdArmVExpress.c 195 Status = Cpu->SetMemoryAttributes(Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
ArmMmuLibCore.c 428 SetMemoryAttributes (
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/NorFlashDxe/
NorFlashDxe.c 547 Status = gCpu->SetMemoryAttributes(
556 DEBUG((EFI_D_ERROR, "gCpu->SetMemoryAttributes Status = %r !\n", Status));
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
Mmu.c 414 DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): setting page %lx with unsupported attribute %x will page fault on access\n", BaseAddress, Attributes));
558 DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): setting section %lx with unsupported attribute %x will page fault on access\n", BaseAddress, Attributes));
673 SetMemoryAttributes (
684 DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): MMU section 0x%x length 0x%x to %lx\n", (UINTN)BaseAddress, (UINTN)Length, Attributes));
688 DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): MMU page 0x%x length 0x%x to %lx\n", (UINTN)BaseAddress, (UINTN)Length, Attributes));
741 DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): Unsupported attribute %x will page fault on access\n", EfiAttributes));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
Gcd.c 866 Status = gCpu->SetMemoryAttributes (
    [all...]

Completed in 597 milliseconds