HomeSort by: relevance | last modified time | path
    Searched refs:nregion (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/include/
pmap.h 254 void pmap_bootstrap(int nmmu, int nctx, int nregion);
  /src/sys/arch/i386/pci/
elan520.c 695 int i, j, nregion, pidx, tidx = 0, xnregion; local in function:elansc_protect_text
731 nregion = region_paddr_to_par(&region0, regions, sfkb);
732 if (nregion == 0) {
738 for (i = 1; i < nregion; i++)
759 for (i = 1; i < nregion; i++) {
  /src/sys/arch/sparc/sparc/
pmap.c 3023 * nregion is the number of mmu region entries (``SMEGs'');
3027 pmap_bootstrap(int nctx, int nregion, int nsegment)
3062 pmap_bootstrap4_4c(p, nctx, nregion, nsegment);
3075 pmap_bootstrap4_4c(void *top, int nctx, int nregion, int nsegment)
3157 reginval = --nregion;
3165 p += nregion * sizeof(struct mmuentry);
3166 memset(mmuregions, 0, nregion * sizeof(struct mmuentry));
3235 mmu_reservemon4_4c(&nregion, &nsegment);
3240 tregion = --nregion;
3436 for (rcookie = 0; rcookie < nregion; rcookie++)
    [all...]

Completed in 15 milliseconds