Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/i386/i386/
H A Dpmapae.c148 * 512 page directory entries (PDEs). each PDE is
150 * the page directory page (PDP). each PDE in a PDP maps 1GB of space
151 * (512 * 2MB = 1GB). a PDE contains the physical address of the
153 * then the PDE contains the PA of the 2MB page being mapped.
189 * | 512 PDE | | page table |--PTE--+ |
243 * PDE#s VA range Usage
303 * 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 PDP
328 * "APDP_PDE" (0xfff02fe0) is the VA of the PDE i
414 #define PDE( global() macro
[all...]
H A Dpmap.c121 * and it contains 1024 page directory entries (PDEs). each PDE is
123 * the page directory page (PDP). each PDE in a PDP maps 4MB of space
124 * (1024 * 4MB = 4GB). a PDE contains the physical address of the
126 * then the PDE contains the PA of the 4MB page being mapped.
151 * | 1024 PDE | | page table |--PTE--+ |
204 * PDE#s VA range Usage
258 * 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 PDP
280 * "APDP_PDE" (0xcff3fffc) is the VA of the PDE i
342 #define PDE( global() macro
[all...]
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1083.key8 5fGOIb/7SNJG6A83+89gX9IGyysrNwYgLbOuXXiTmx4q7cgsPz5Ge5nKzgDs+PDE
H A D2989.key3 87n+oEsWuZJGMJXOwQQ+qCjiqr8ujJb0xm54cA4AIiVSIjET3zzLhe/oJAy+7PDE
H A D220.chain34 wXq2o8Um3ShsRZpXNkLil0js4iOPQSccAe/340PDE/qZj3vxZzu9Eob4Tu8wGWMM
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp906 SDDbgInfo::DbgIterator PDE = DAG->ByvalParmDbgEnd(); in EmitSchedule() local
907 for (; PDI != PDE; ++PDI) { in EmitSchedule()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DItaniumMangle.cpp4472 const auto *PDE = cast<CXXPseudoDestructorExpr>(E); in mangleExpression() local
4473 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()
H A DExprConstant.cpp7656 } else if (const auto *PDE = dyn_cast<CXXPseudoDestructorExpr>(Callee)) { in handleCallExpr() local
7658 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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp5097 } else if (auto PDE = dyn_cast<CXXPseudoDestructorExpr>(E)) { in EmitCallee() local
5098 return CGCallee::forPseudoDestructor(PDE); in EmitCallee()