Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
DSmmStmSupport.c37 IN UINTN PageTableBase in StmGen4GPageTable() argument
46 Pml4 = (UINT64*)(UINTN)PageTableBase; in StmGen4GPageTable()
47 PageTableBase += SIZE_4KB; in StmGen4GPageTable()
48 *Pml4 = PageTableBase | IA32_PG_RW | IA32_PG_P; in StmGen4GPageTable()
50 Pde = (UINT64*)(UINTN)PageTableBase; in StmGen4GPageTable()
51 PageTableBase += SIZE_4KB; in StmGen4GPageTable()
52 Pte = (UINT64 *)(UINTN)PageTableBase; in StmGen4GPageTable()
55 *Pde = PageTableBase | IA32_PG_RW | IA32_PG_P; in StmGen4GPageTable()
57 PageTableBase += SIZE_4KB; in StmGen4GPageTable()
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DDxeInit.c136 VOID *PageTableBase; in DxeInit() local
191 PageTableBase = PreparePageTable (StackBottom, gHob->Cpu.SizeOfMemorySpace); in DxeInit()
193 …MemoryDescriptor = PrepareHobMemoryDescriptor (PageTableBase, Handoff->MemDescCount, Handoff->MemD… in DxeInit()
247 PageTableBase, in DxeInit()
261 EnterDxeMain (StackTop, Handoff->DxeCoreEntryPoint, gHob, PageTableBase); in DxeInit()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
DSmmStmSupport.c37 IN UINTN PageTableBase in StmGen4GPageTable() argument
44 Pte = (UINT32*)(UINTN)PageTableBase; in StmGen4GPageTable()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/
DSmmStm.h30 IN UINTN PageTableBase