Searched refs:NewPageTableAddress (Results 1 – 1 of 1) sorted by relevance
845 VOID *NewPageTableAddress; in SetCacheability() local871 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()