Searched refs:PTP_LEVELS (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpmap.h149 struct uvm_object pm_obj[PTP_LEVELS-1]; /* objects for lvl >= 1) */
151 kmutex_t pm_obj_lock[PTP_LEVELS-1]; /* locks for pm_objs */
155 struct vm_page *pm_ptphint[PTP_LEVELS-1];
214 extern long nkptp[PTP_LEVELS];
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c781 KASSERT(ci->ci_normal_pdes[PTP_LEVELS - 2] == L4_BASE);
782 ci->ci_normal_pdes[PTP_LEVELS - 2] = pmap->pm_pdir;
809 KASSERT(ci->ci_normal_pdes[PTP_LEVELS - 2] != L4_BASE);
810 ci->ci_normal_pdes[PTP_LEVELS - 2] = L4_BASE;
1223 for (i = 0; i < PTP_LEVELS - 1; i++) {
1536 for (i = PTP_LEVELS - 1; i >= 1; i--) {
1556 level = PTP_LEVELS;
1577 pl_i(0, PTP_LEVELS) *
1579 pmap_kernel()->pm_pdir[pl_i(0, PTP_LEVELS)]);
1590 level = PTP_LEVELS;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/x86/
H A Dx86_xpmap.c566 static const int l2_4_count = PTP_LEVELS;
568 static const int l2_4_count = PTP_LEVELS - 1;
754 #if PTP_LEVELS > 3
776 #endif /* PTP_LEVELS > 3 */
778 #if PTP_LEVELS > 2
819 #endif /* PTP_LEVELS > 2 */
973 #if PTP_LEVELS > 2 || defined(PAE)
976 #if PTP_LEVELS > 3
H A Dcpu.c1260 for (i = 0;i < PTP_LEVELS - 1;i++) {
1303 memcpy(ci->ci_kpm_pdir, pmap_kernel()->pm_pdir + PDIR_SLOT_KERN, nkptp[PTP_LEVELS - 1] * sizeof(pd_entry_t));
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpmap.h310 #define PTP_LEVELS 2 macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpmap.h232 #define PTP_LEVELS 4 macro

Completed in 171 milliseconds