Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmCpuMemoryManagement.c54 IN PAGE_ATTRIBUTE PageAttribute in PageAttributeToLength() argument
59 if (PageAttribute == mPageAttributeTable[Index].Attribute) { in PageAttributeToLength()
75 IN PAGE_ATTRIBUTE PageAttribute in PageAttributeToMask() argument
80 if (PageAttribute == mPageAttributeTable[Index].Attribute) { in PageAttributeToMask()
98 OUT PAGE_ATTRIBUTE *PageAttribute in GetPageTableEntry() argument
118 *PageAttribute = PageNone; in GetPageTableEntry()
127 *PageAttribute = PageNone; in GetPageTableEntry()
132 *PageAttribute = Page1G; in GetPageTableEntry()
138 *PageAttribute = PageNone; in GetPageTableEntry()
143 *PageAttribute = Page2M; in GetPageTableEntry()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
DMmu.c136 UINT32 PageAttribute = 0; in SyncCacheConfig() local
175 PageAttribute = GetFirstPageAttribute (FirstLevelTableAddress, TableLevel); in SyncCacheConfig()
182 &PageAttribute, &BaseAddressGcdRegion); in SyncCacheConfig()
185 if (PageAttribute != TT_ATTR_INDX_INVALID) { in SyncCacheConfig()
189 PageAttributeToGcdAttribute (PageAttribute)); in SyncCacheConfig()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DPageTbl.c674 UINTN PageAttribute; in SmiDefaultPFHandler() local
683 PageAttribute = 0; in SmiDefaultPFHandler()
689 Status = GetPlatformPageTableAttribute (PFAddress, &PageSize, &NumOfPages, &PageAttribute); in SmiDefaultPFHandler()
696 PageAttribute = 0; in SmiDefaultPFHandler()
717 PageAttribute |= (UINTN)IA32_PG_PS; in SmiDefaultPFHandler()
728 PageAttribute |= (UINTN)IA32_PG_PS; in SmiDefaultPFHandler()
738 PageAttribute |= IA32_PG_NX; in SmiDefaultPFHandler()
780 PageAttribute | IA32_PG_A | PAGE_ATTRIBUTE_BITS; in SmiDefaultPFHandler()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
DSmmCpuPlatformHookLib.h106 OUT UINTN *PageAttribute
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/
DSmmCpuPlatformHookLibNull.c104 IN OUT UINTN *PageAttribute in GetPlatformPageTableAttribute() argument