Home
last modified time | relevance | path

Searched refs:NewPageTableAddress (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DMpService.c845 VOID *NewPageTableAddress; in SetCacheability() local
871 NewPageTableAddress = AllocatePageTableMemory (1); in SetCacheability()
872 ASSERT (NewPageTableAddress != NULL); in SetCacheability()
874 NewPageTable = (UINT64 *)NewPageTableAddress; in SetCacheability()
885 PageTable[PTIndex] = ((UINTN)NewPageTableAddress & gPhyMask) | PAGE_ATTRIBUTE_BITS; in SetCacheability()