Home
last modified time | relevance | path

Searched refs:EFI_D_PAGE (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
DMmu.c248 DEBUG ((EFI_D_PAGE, "SyncCacheConfig()\n")); in SyncCacheConfig()
409 …DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): setting page %lx with unsupported attribute %x will pa… in UpdatePageEntries()
553 …DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): setting section %lx with unsupported attribute %x will… in UpdateSectionEntries()
627 DEBUG ((EFI_D_PAGE, "Converting section at 0x%x to pages\n", (UINTN)BaseAddress)); in ConvertSectionToPages()
679 …DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): MMU section 0x%x length 0x%x to %lx\n", (UINTN)BaseAdd… in SetMemoryAttributes()
683 …DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): MMU page 0x%x length 0x%x to %lx\n", (UINTN)BaseAddres… in SetMemoryAttributes()
736 …DEBUG ((EFI_D_PAGE, "SetMemoryAttributes(): Unsupported attribute %x will page fault on access\n",… in EfiAttributeToArmAttribute()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiDebug.h148 #define EFI_D_PAGE 0x00000020 // Alloc & Free's macro
163 #define EFI_D_INTRINSIC ( EFI_D_EVENT | EFI_D_POOL | EFI_D_PAGE | \
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDebugLib.h41 #undef EFI_D_PAGE
91 #define EFI_D_PAGE DEBUG_PAGE macro
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDebugLib.h66 #define EFI_D_PAGE DEBUG_PAGE macro
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DCpuMmuCommon.c192 …DEBUG ((EFI_D_PAGE, "CpuSetMemoryAttributes(%lx, %lx, %lx): Minimum ganularity is SIZE_4KB\n", Bas… in CpuSetMemoryAttributes()