Searched refs:NPTESG (Results 1 – 2 of 2) sorted by relevance
202 #define NPTESG nptesg /* (which someone will have to initialize) */ macro204 #define NPTESG (NBPSG / NBPG) macro
1101 M = NBPG / (NPTESG * sizeof(int)); in pmap_growkernel()1326 rp->rg_segmap[VA_VSEG(va)].sg_npte = NPTESG; in mmu_reservemon4_4c()1330 for (i = NPTESG; --i >= 0; va += NBPG, pte++) { in mmu_reservemon4_4c()1746 i = NPTESG; in me_alloc()1824 i = NPTESG; in me_free()2054 i = NPTESG; in mmu_pagein_seg()3202 p += NKREG * NSEGRG * NPTESG * sizeof(int); in pmap_bootstrap4_4c()3203 memset(kptes, 0, NKREG * NSEGRG * NPTESG * sizeof(int)); in pmap_bootstrap4_4c()3224 sp->sg_pte = &kptes[(i * NSEGRG + j) * NPTESG]; in pmap_bootstrap4_4c()3300 lastpage = NPTESG; in pmap_bootstrap4_4c()[all …]