Searched defs:Page1GSupport (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/X64/
H A DVirtualMemory.c65 BOOLEAN Page1GSupport; local
68 Page1GSupport = FALSE;
74 Page1GSupport = TRUE;
117 if (!Page1GSupport) {
148 if (Page1GSupport) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiS3Save.c220 BOOLEAN Page1GSupport; local
223 Page1GSupport = FALSE;
229 Page1GSupport = TRUE;
272 if (!Page1GSupport) {
303 if (Page1GSupport) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c63 BOOLEAN Page1GSupport; local
65 Page1GSupport = FALSE;
71 Page1GSupport = TRUE;
111 if (!Page1GSupport) {
147 BOOLEAN Page1GSupport; local
150 Page1GSupport = FALSE;
155 Page1GSupport = TRUE;
222 if (Page1GSupport) {
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
H A DS3Resume.c503 BOOLEAN Page1GSupport; local
520 Page1GSupport = FALSE;
526 Page1GSupport = TRUE;
583 if (Page1GSupport) {

Completed in 361 milliseconds