/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
SmiEntry.S | 131 L12: # as cr4.PGE is not set here, refresh cr3
270 L32: # as cr4.PGE is not set here, refresh cr3
|
SmiEntry.asm | 138 @@: ; as cr4.PGE is not set here, refresh cr3
277 @@: ; as cr4.PGE is not set here, refresh cr3
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
SmiEntry.S | 129 movl $0x668,%eax # as cr4.PGE is not set here, refresh cr3
276 movl $0x668, %eax # as cr4.PGE is not set here, refresh cr3
|
SmiEntry.asm | 126 mov eax, 668h ; as cr4.PGE is not set here, refresh cr3
273 mov eax, 668h ; as cr4.PGE is not set here, refresh cr3
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmiEntry.asm | 137 @@: ; as cr4.PGE is not set here, refresh cr3
|
SmiEntry.S | 131 L12: # as cr4.PGE is not set here, refresh cr3
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
SmiEntry.S | 128 movl $0x668,%eax # as cr4.PGE is not set here, refresh cr3
|
SmiEntry.asm | 125 mov eax, 668h ; as cr4.PGE is not set here, refresh cr3
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/ |
Cpuid.h | 431 /// different processes and need not be flushed. The CR4.PGE bit controls
434 UINT32 PGE:1;
[all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/ |
Cpuid.c | 286 PRINT_BIT_FIELD (Edx, PGE);
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueBaseLib.h | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
BaseLib.h | [all...] |