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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
SetIdtEntry.c 26 #define IA32_PG_PS BIT7
252 PageTable[PTIndex] = (PFAddress & ~((1ull << 30) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
260 PageTable[PTIndex] = (PFAddress & ~((1ull << 21) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
X64Entry.c 25 #define IA32_PG_PS BIT7
186 PageTable[PTIndex] = (PFAddress & ~((1ull << 30) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
194 PageTable[PTIndex] = (PFAddress & ~((1ull << 21) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 319 if ((Pdpt[PdptIndex] & IA32_PG_PS) == 0) {
340 if ((Pdt[PdtIndex] & IA32_PG_PS) == 0) {
561 PageAttribute |= (UINTN)IA32_PG_PS;
572 PageAttribute |= (UINTN)IA32_PG_PS;
SmmProfileArch.c 177 if ((PageTable[PTIndex] & IA32_PG_PS) != 0) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 79 #define IA32_PG_PS BIT7
81 #define IA32_PG_PAT_4K IA32_PG_PS
SmmProfile.c 549 if (((*Pte & IA32_PG_PS) != 0) && IsAddressSplit (Address)) {
604 if ((*Pte & IA32_PG_PS) != 0) {
    [all...]
MpService.c 798 Pte[Index] = (Index << 21) | IA32_PG_PS | PAGE_ATTRIBUTE_BITS;
873 if ((PageTable[PTIndex] & IA32_PG_PS) != 0) {
    [all...]

Completed in 65 milliseconds