Home
last modified time | relevance | path

Searched refs:gAttributes (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/
DDebugUncachedMemoryAllocationLib.c59 UINT64 gAttributes; variable
269 …hedPages, AlignedMemory, Pages * EFI_PAGE_SIZE, PcdGet64 (PcdArmUncachedMemoryMask), &gAttributes); in UncachedInternalAllocateAlignedPages()
294 …ualUncachedPages, Memory, Pages * EFI_PAGE_SIZE, PcdGet64 (PcdArmUncachedMemoryMask), gAttributes); in UncachedFreeAlignedPages()
/device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/
DUncachedMemoryAllocationLib.c48 UINT64 gAttributes; variable
158 gAttributes = Descriptor.Attributes; in AllocatePagesFromList()