Searched refs:NPDPG (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpmap.h291 #define NKL1_MAX_ENTRIES (unsigned long)(NKL2_MAX_ENTRIES * NPDPG)
300 #define NPDPG (PAGE_SIZE / sizeof (pd_entry_t)) macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpmap.h220 #define NPDPG (PAGE_SIZE / sizeof (pd_entry_t)) macro
/netbsd-6-1-5-RELEASE/sys/arch/xen/x86/
H A Dx86_xpmap.c913 memcpy(&pde[L2_SLOT_KERN + NPDPG], &pde[L2_SLOT_KERN], PAGE_SIZE);
914 cpu_info_primary.ci_kpm_pdir = &pde[L2_SLOT_KERN + NPDPG];
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c1360 for (i = 0; i < NPDPG * ndmpdp; i++) {

Completed in 200 milliseconds