Home | History | Annotate | Download | only in PiSmmCpuDxeSmm

Lines Matching refs:Pml4

473   UINT64                            *Pml4;

488 Pml4 = (UINT64*)(UINTN)mSmmProfileCr3;
510 if ((Pml4[Level1] & IA32_PG_P) == 0) {
512 // If Pml4 entry does not exist, skip it
516 Pde = (UINT64 *)(UINTN)(Pml4[Level1] & PHYSICAL_ADDRESS_MASK);
574 if ((Pml4[Level1] & IA32_PG_P) == 0) {
576 // If Pml4 entry does not exist, skip it
580 Pde = (UINT64 *)(UINTN)(Pml4[Level1] & PHYSICAL_ADDRESS_MASK);
1150 // PML4