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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmmStmSupport.c 25 #define IA32_PG_PS BIT7
48 *Pte = Address | IA32_PG_PS | IA32_PG_RW | IA32_PG_P;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmmStmSupport.c 25 #define IA32_PG_PS BIT7
60 *Pte = (((Index << 9) + SubIndex) << 21) | IA32_PG_PS | IA32_PG_RW | IA32_PG_P;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 192 *PageDirectory1GEntry = (PageAddress & gPhyMask) | IA32_PG_PS | PAGE_ATTRIBUTE_BITS;
223 *PageDirectoryEntry = (UINT64)PageAddress | IA32_PG_PS | PAGE_ATTRIBUTE_BITS;
475 if ((Pdpt[PdptIndex] & IA32_PG_PS) == 0) {
496 if ((Pdt[PdtIndex] & IA32_PG_PS) == 0) {
717 PageAttribute |= (UINTN)IA32_PG_PS;
728 PageAttribute |= (UINTN)IA32_PG_PS;
939 if ((L3PageTable[Index3] & IA32_PG_PS) != 0) {
952 if ((L2PageTable[Index2] & IA32_PG_PS) != 0) {
SmmProfileArch.c 178 if ((PageTable[PTIndex] & IA32_PG_PS) != 0) {
  /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/Ia32/
PageTbl.c 216 if ((L2PageTable[Index2] & IA32_PG_PS) != 0) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfile.c 527 if ((*Pde & IA32_PG_PS) != 0) {
549 if (((*Pte & IA32_PG_PS) != 0) && IsAddressSplit (Address)) {
591 if ((*Pde & IA32_PG_PS) != 0) {
613 if ((*Pte & IA32_PG_PS) != 0) {
    [all...]
SmmCpuMemoryManagement.c 130 if ((L3PageTable[Index3] & IA32_PG_PS) != 0) {
141 if ((L2PageTable[Index2] & IA32_PG_PS) != 0) {
328 NewPageEntry[Index] = BaseAddress + SIZE_2MB * Index + IA32_PG_PS + ((*PageEntry) & PAGE_PROGATE_BITS);
    [all...]
PiSmmCpuDxeSmm.h 81 #define IA32_PG_PS BIT7
83 #define IA32_PG_PAT_4K IA32_PG_PS
    [all...]
MpService.c 792 Pte[Index] = (Index << 21) | IA32_PG_PS | PAGE_ATTRIBUTE_BITS;
867 if ((PageTable[PTIndex] & IA32_PG_PS) != 0) {
    [all...]

Completed in 195 milliseconds