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

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmCpuMemoryManagement.c 110 Index4 = ((UINTN)RShiftU64 (Address, 39)) & PAGING_PAE_INDEX_MASK;
111 Index3 = ((UINTN)Address >> 30) & PAGING_PAE_INDEX_MASK;
112 Index2 = ((UINTN)Address >> 21) & PAGING_PAE_INDEX_MASK;
113 Index1 = ((UINTN)Address >> 12) & PAGING_PAE_INDEX_MASK;
    [all...]
PiSmmCpuDxeSmm.h 100 #define PAGING_PAE_INDEX_MASK 0x1FF
    [all...]

Completed in 64 milliseconds