OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
731
nregion
= region_paddr_to_par(®ion0, 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 25 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026