OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_PAGE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DebugLib.h
43
#define
DEBUG_PAGE
0x00000020 // Alloc & Free's
66
#define EFI_D_PAGE
DEBUG_PAGE
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c
181
DEBUG ((
DEBUG_PAGE
, "AddRange: %lx-%lx to %d\n", Start, End, Type));
402
DEBUG ((
DEBUG_PAGE
, "Promote the memory resource\n"));
750
DEBUG ((DEBUG_ERROR |
DEBUG_PAGE
, "ConvertPages: failed to find range %lx - %lx\n", Start, End));
766
DEBUG ((
DEBUG_PAGE
, "ConvertRange: %lx-%lx to type %d\n", Start, RangeEnd, NewType));
769
DEBUG ((
DEBUG_PAGE
, "ConvertRange: %lx-%lx to attr %lx\n", Start, RangeEnd, NewAttributes));
777
DEBUG ((DEBUG_ERROR |
DEBUG_PAGE
, "ConvertPages: Incompatible memory types\n"));
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDebugLib.h
71
#define
DEBUG_PAGE
0x00000020 // Alloc & Free's
91
#define EFI_D_PAGE
DEBUG_PAGE
Completed in 57 milliseconds