Searched refs:PDE (Results 1 – 9 of 9) sorted by relevance
148 * 512 page directory entries (PDEs). each PDE is150 * the page directory page (PDP). each PDE in a PDP maps 1GB of space151 * (512 * 2MB = 1GB). a PDE contains the physical address of the153 * then the PDE contains the PA of the 2MB page being mapped.189 * | 512 PDE | | page table |--PTE--+ |243 * PDE#s VA range Usage303 * Note that the PDE#1660 VA (0xcf8033e0) is defined as "PTE_BASE".304 * Note that the PDE#2044 VA (0xff803fe0) is defined as "APTE_BASE".326 * "PDP_PDE" (0xcfe7f3e0) is the VA of the PDE in the PDP328 * "APDP_PDE" (0xfff02fe0) is the VA of the PDE i414 #define PDE( global() macro [all...]
121 * and it contains 1024 page directory entries (PDEs). each PDE is123 * the page directory page (PDP). each PDE in a PDP maps 4MB of space124 * (1024 * 4MB = 4GB). a PDE contains the physical address of the126 * then the PDE contains the PA of the 4MB page being mapped.151 * | 1024 PDE | | page table |--PTE--+ |204 * PDE#s VA range Usage258 * Note that the PDE#831 VA (0xcfc00000) is defined as "PTE_BASE".259 * Note that the PDE#1023 VA (0xffc00000) is defined as "APTE_BASE".278 * "PDP_PDE" (0xcff3fcfc) is the VA of the PDE in the PDP280 * "APDP_PDE" (0xcff3fffc) is the VA of the PDE i342 #define PDE( global() macro [all...]
8 5fGOIb/7SNJG6A83+89gX9IGyysrNwYgLbOuXXiTmx4q7cgsPz5Ge5nKzgDs+PDE
3 87n+oEsWuZJGMJXOwQQ+qCjiqr8ujJb0xm54cA4AIiVSIjET3zzLhe/oJAy+7PDE
34 wXq2o8Um3ShsRZpXNkLil0js4iOPQSccAe/340PDE/qZj3vxZzu9Eob4Tu8wGWMM
906 SDDbgInfo::DbgIterator PDE = DAG->ByvalParmDbgEnd(); in EmitSchedule() local907 for (; PDI != PDE; ++PDI) { in EmitSchedule()
4472 const auto *PDE = cast<CXXPseudoDestructorExpr>(E); in mangleExpression() local4473 if (const Expr *Base = PDE->getBase()) in mangleExpression()4474 mangleMemberExprBase(Base, PDE->isArrow()); in mangleExpression()4475 NestedNameSpecifier *Qualifier = PDE->getQualifier(); in mangleExpression()4476 if (TypeSourceInfo *ScopeInfo = PDE->getScopeTypeInfo()) { in mangleExpression()4492 QualType DestroyedType = PDE->getDestroyedType(); in mangleExpression()
7656 } else if (const auto *PDE = dyn_cast<CXXPseudoDestructorExpr>(Callee)) { in handleCallExpr() local7658 Info.CCEDiag(PDE, diag::note_constexpr_pseudo_destructor); in handleCallExpr()7659 return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal) && in handleCallExpr()7660 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr()
5097 } else if (auto PDE = dyn_cast<CXXPseudoDestructorExpr>(E)) { in EmitCallee() local5098 return CGCallee::forPseudoDestructor(PDE); in EmitCallee()