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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
SmmCpuPlatformHookLib.h 94 @param PageAttribute Output parameter. Paging Attributes (WB, UC, etc).
106 OUT UINTN *PageAttribute
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/
SmmCpuPlatformHookLibNull.c 92 @param PageAttribute Output parameter. Paging Attributes (WB, UC, etc).
104 IN OUT UINTN *PageAttribute
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
Mmu.c 136 UINT32 PageAttribute = 0;
175 PageAttribute = GetFirstPageAttribute (FirstLevelTableAddress, TableLevel);
182 &PageAttribute, &BaseAddressGcdRegion);
185 if (PageAttribute != TT_ATTR_INDX_INVALID) {
189 PageAttributeToGcdAttribute (PageAttribute));
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 518 UINTN PageAttribute;
527 PageAttribute = 0;
533 Status = GetPlatformPageTableAttribute (PFAddress, &PageSize, &NumOfPages, &PageAttribute);
540 PageAttribute = 0;
561 PageAttribute |= (UINTN)IA32_PG_PS;
572 PageAttribute |= (UINTN)IA32_PG_PS;
582 PageAttribute |= IA32_PG_NX;
624 PageAttribute | IA32_PG_A | PAGE_ATTRIBUTE_BITS;

Completed in 264 milliseconds