OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFI_D_PAGE
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiDebug.h
148
#define
EFI_D_PAGE
0x00000020 // Alloc & Free's
163
#define EFI_D_INTRINSIC ( EFI_D_EVENT | EFI_D_POOL |
EFI_D_PAGE
| \
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
Mmu.c
248
DEBUG ((
EFI_D_PAGE
, "SyncCacheConfig()\n"));
409
DEBUG ((
EFI_D_PAGE
, "SetMemoryAttributes(): setting page %lx with unsupported attribute %x will page fault on access\n", BaseAddress, Attributes));
553
DEBUG ((
EFI_D_PAGE
, "SetMemoryAttributes(): setting section %lx with unsupported attribute %x will page fault on access\n", BaseAddress, Attributes));
627
DEBUG ((
EFI_D_PAGE
, "Converting section at 0x%x to pages\n", (UINTN)BaseAddress));
679
DEBUG ((
EFI_D_PAGE
, "SetMemoryAttributes(): MMU section 0x%x length 0x%x to %lx\n", (UINTN)BaseAddress, (UINTN)Length, Attributes));
683
DEBUG ((
EFI_D_PAGE
, "SetMemoryAttributes(): MMU page 0x%x length 0x%x to %lx\n", (UINTN)BaseAddress, (UINTN)Length, Attributes));
736
DEBUG ((
EFI_D_PAGE
, "SetMemoryAttributes(): Unsupported attribute %x will page fault on access\n", EfiAttributes));
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDebugLib.h
41
#undef
EFI_D_PAGE
91
#define
EFI_D_PAGE
DEBUG_PAGE
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuMmuCommon.c
192
DEBUG ((
EFI_D_PAGE
, "CpuSetMemoryAttributes(%lx, %lx, %lx): Minimum ganularity is SIZE_4KB\n", BaseAddress, Length, EfiAttributes));
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DebugLib.h
66
#define
EFI_D_PAGE
DEBUG_PAGE
Completed in 450 milliseconds