Searched defs:PageAddress (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/X64/
H A DVirtualMemory.c52 EFI_PHYSICAL_ADDRESS PageAddress; local
132 PageAddress = 0;
151 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
155 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
176 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectoryEntry++, PageAddress += SIZE_2MB) {
180 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupport.h58 // PageAddress is the address of the pages allocated for the table.
59 // NumberOfPages is the number of pages allocated at PageAddress.
67 EFI_PHYSICAL_ADDRESS PageAddress; member in struct:__anon10484
H A DAcpiSupportAcpiSupportProtocol.c497 EFI_PHYSICAL_ADDRESS PageAddress; local
526 PageAddress = 0xFFFFFFFF;
531 &PageAddress
538 Pointer = (UINT8 *) (UINTN) PageAddress;
645 CurrentTableList->PageAddress = 0xFFFFFFFF;
668 &CurrentTableList->PageAddress
678 &CurrentTableList->PageAddress
691 CurrentTableList->Table = (EFI_ACPI_COMMON_HEADER *) (UINTN) CurrentTableList->PageAddress;
725 gBS->FreePages (CurrentTableList->PageAddress, CurrentTableList->NumberOfPages);
856 gBS->FreePages (CurrentTableList->PageAddress, CurrentTableLis
1738 EFI_PHYSICAL_ADDRESS PageAddress; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiS3Save.c207 EFI_PHYSICAL_ADDRESS PageAddress; local
288 PageAddress = 0;
306 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
310 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
331 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectoryEntry++, PageAddress += SIZE_2MB) {
335 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiTable.h85 // PageAddress is the address of the pages allocated for the table.
86 // NumberOfPages is the number of pages allocated at PageAddress.
94 EFI_PHYSICAL_ADDRESS PageAddress; member in struct:__anon11117
H A DAcpiTableProtocol.c437 EFI_PHYSICAL_ADDRESS PageAddress; local
466 PageAddress = 0xFFFFFFFF;
471 &PageAddress
478 Pointer = (UINT8 *) (UINTN) PageAddress;
586 CurrentTableList->PageAddress = 0xFFFFFFFF;
609 &CurrentTableList->PageAddress
619 &CurrentTableList->PageAddress
632 CurrentTableList->Table = (EFI_ACPI_COMMON_HEADER *) (UINTN) CurrentTableList->PageAddress;
666 gBS->FreePages (CurrentTableList->PageAddress, CurrentTableList->NumberOfPages);
796 gBS->FreePages (CurrentTableList->PageAddress, CurrentTableLis
1698 EFI_PHYSICAL_ADDRESS PageAddress; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DGenPage.c139 UINT64 PageAddress; local
153 PageAddress = 0;
199 PageDirectoryEntry2MB->Uint64 = (UINT64)PageAddress;
204 PageAddress += EFI_PAGE_SIZE_2M;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c135 EFI_PHYSICAL_ADDRESS PageAddress; local
206 PageAddress = 0;
225 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
229 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
250 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectoryEntry++, PageAddress += SIZE_2MB) {
254 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
H A DS3Resume.c492 EFI_PHYSICAL_ADDRESS PageAddress; local
567 PageAddress = 0;
586 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
590 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
611 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectoryEntry++, PageAddress += SIZE_2MB) {
615 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp2772 MptConfigurationPageAddress PageAddress,
2777 uint8_t uAddressForm = MPT_CONFIGURATION_PAGE_ADDRESS_GET_SAS_FORM(PageAddress);
2785 uint8_t u8PhyNumber = PageAddress.SASPHY.Form0.u8PhyNumber;
2796 uint16_t u16Index = PageAddress.SASPHY.Form1.u16Index;
2835 MptConfigurationPageAddress PageAddress,
2840 uint8_t uAddressForm = MPT_CONFIGURATION_PAGE_ADDRESS_GET_SAS_FORM(PageAddress);
2848 uint16_t u16Handle = PageAddress.SASDevice.Form0And2.u16Handle;
2869 uint8_t u8TargetID = PageAddress.SASDevice.Form1.u8TargetID;
2870 uint8_t u8Bus = PageAddress.SASDevice.Form1.u8Bus;
2883 uint16_t u16Handle = PageAddress
2769 lsilogicR3ConfigurationSASPHYPageGetFromNumber(PLSILOGICSCSI pThis, PMptConfigurationPagesSupported pPages, uint8_t u8PageNumber, MptConfigurationPageAddress PageAddress, PMptExtendedConfigurationPageHeader *ppPageHeader, uint8_t **ppbPageData, size_t *pcbPage) argument
2832 lsilogicR3ConfigurationSASDevicePageGetFromNumber(PLSILOGICSCSI pThis, PMptConfigurationPagesSupported pPages, uint8_t u8PageNumber, MptConfigurationPageAddress PageAddress, PMptExtendedConfigurationPageHeader *ppPageHeader, uint8_t **ppbPageData, size_t *pcbPage) argument
[all...]
H A DDevLsiLogicSCSI.h1045 MptConfigurationPageAddress PageAddress; member in struct:MptConfigurationRequest

Completed in 85 milliseconds