HomeSort by relevance Sort by last modified time
    Searched defs:PageAddress (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/Ia32/
Paging.c 75 UINT64 PageAddress;
80 PageAddress = 0;
101 PageTableEntry4KB->Uint32 = (UINT32)PageAddress;
105 PageAddress += EFI_PAGE_SIZE_4K;
116 UINT32 PageAddress;
123 PageAddress = 0;
137 PageDirectoryEntry4MB->Uint32 = (UINT32)PageAddress;
142 PageAddress += EFI_PAGE_SIZE_4M;
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/
Paging.c 76 UINT64 PageAddress;
98 for (PTEIndex = 0, PageAddress = 0;
100 PTEIndex++, PageTableEntry4KB++, PageAddress += EFI_PAGE_SIZE_4K
105 PageTableEntry4KB->Uint64 = (UINT64)PageAddress;
118 UINT64 PageAddress;
128 PageAddress = 0;
172 PageDirectoryEntry2MB->Uint64 = (UINT64)PageAddress;
177 PageAddress += EFI_PAGE_SIZE_2M;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
VirtualMemory.c 157 EFI_PHYSICAL_ADDRESS PageAddress;
237 PageAddress = 0;
256 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
257 if (PcdGetBool (PcdSetNxForStack) && (PageAddress < StackBase + StackSize) && ((PageAddress + SIZE_1GB) > StackBase)) {
258 Split1GPageTo2M (PageAddress, (UINT64 *) PageDirectory1GEntry, StackBase, StackSize);
263 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
285 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectoryEntry++, PageAddress += SIZE_2MB) {
286 if (PcdGetBool (PcdSetNxForStack) && (PageAddress < StackBase + StackSize) && ((PageAddress + SIZE_2MB) > StackBase)) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupport.h 58 // 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;
AcpiSupportAcpiSupportProtocol.c 498 EFI_PHYSICAL_ADDRESS PageAddress;
527 PageAddress = 0xFFFFFFFF;
532 &PageAddress
539 Pointer = (UINT8 *) (UINTN) PageAddress;
647 CurrentTableList->PageAddress = 0xFFFFFFFF;
670 &CurrentTableList->PageAddress
680 &CurrentTableList->PageAddress
693 CurrentTableList->Table = (EFI_ACPI_COMMON_HEADER *) (UINTN) CurrentTableList->PageAddress;
727 gBS->FreePages (CurrentTableList->PageAddress, CurrentTableList->NumberOfPages);
868 gBS->FreePages (CurrentTableList->PageAddress, CurrentTableList->NumberOfPages);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
DxeLoadFunc.c 84 UINTN PageAddress;
94 PageAddress = (UINTN) AllocatePages (TotalPagesNum);
95 ASSERT (PageAddress != 0);
97 PageMap = (VOID *) PageAddress;
98 PageAddress += SIZE_4KB;
108 PageDirectoryEntry = (VOID *) PageAddress;
109 PageAddress += SIZE_4KB;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiTable.h 65 // PageAddress is the address of the pages allocated for the table.
66 // NumberOfPages is the number of pages allocated at PageAddress.
74 EFI_PHYSICAL_ADDRESS PageAddress;
AcpiTableProtocol.c 327 EFI_PHYSICAL_ADDRESS PageAddress;
356 PageAddress = 0xFFFFFFFF;
361 &PageAddress
368 Pointer = (UINT8 *) (UINTN) PageAddress;
477 CurrentTableList->PageAddress = 0xFFFFFFFF;
500 &CurrentTableList->PageAddress
510 &CurrentTableList->PageAddress
523 CurrentTableList->Table = (EFI_ACPI_COMMON_HEADER *) (UINTN) CurrentTableList->PageAddress;
556 gBS->FreePages (CurrentTableList->PageAddress, CurrentTableList->NumberOfPages);
691 gBS->FreePages (CurrentTableList->PageAddress, CurrentTableList->NumberOfPages);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
GenPage.c 138 UINT64 PageAddress;
152 PageAddress = 0;
198 PageDirectoryEntry2MB->Uint64 = (UINT64)PageAddress;
203 PageAddress += EFI_PAGE_SIZE_2M;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
MpService.c 755 UINTN PageAddress;
812 PageAddress = PageIndex;
814 if (PageAddress == GuardPage) {
818 Pte[Index] = PageAddress;
824 Pte[Index] = PageAddress | PAGE_ATTRIBUTE_BITS;
826 PageAddress+= EFI_PAGE_SIZE;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
UefiCapsule.c 136 EFI_PHYSICAL_ADDRESS PageAddress;
178 PageAddress = 0;
197 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
201 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
222 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectoryEntry++, PageAddress += SIZE_2MB) {
226 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
S3Resume.c 597 EFI_PHYSICAL_ADDRESS PageAddress;
680 PageAddress = 0;
699 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
703 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
724 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectoryEntry++, PageAddress += SIZE_2MB) {
728 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
    [all...]
  /external/v8/tools/
ll_prof.py 223 def PageAddress(address):
302 if CodePage.PageAddress(code.start_address) == page.address:
    [all...]

Completed in 923 milliseconds