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

  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 71 * (don't call any functions here!) `nextpa' is the first available physical
79 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
110 lwp0upa = nextpa;
111 nextpa += USPACE;
116 kstpa = nextpa;
117 nextpa += kstsize * PAGE_SIZE;
118 kptmpa = nextpa;
119 nextpa += PAGE_SIZE;
120 lkptpa = nextpa;
121 nextpa += PAGE_SIZE
    [all...]
locore.s 259 pea %a4@ | nextpa
261 jbsr %a0@ | pmap_bootstrap(firstpa, nextpa)
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 77 * (don't call any functions here!) `nextpa' is the first available physical
85 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
116 lwp0upa = nextpa;
117 nextpa += USPACE;
122 kstpa = nextpa;
123 nextpa += kstsize * PAGE_SIZE;
124 kptmpa = nextpa;
125 nextpa += PAGE_SIZE;
126 lkptpa = nextpa;
127 nextpa += PAGE_SIZE
    [all...]
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 78 * (don't call any functions here!) `nextpa' is the first available physical
95 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
122 lwp0upa = nextpa;
123 nextpa += USPACE;
131 kstpa = nextpa;
132 nextpa += kstsize * PAGE_SIZE;
134 kptmpa = nextpa;
135 nextpa += PAGE_SIZE;
137 kptpa = nextpa;
139 nextpa += nptpages * PAGE_SIZE
    [all...]
locore.s 142 pea %a4@ | nextpa
144 jbsr %a0@ | pmap_bootstrap(firstpa, nextpa)
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 109 * nextpa is the first address following the loaded kernel. On a IIsi
113 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
147 lwp0upa = nextpa;
148 nextpa += USPACE;
153 kstpa = nextpa;
154 nextpa += kstsize * PAGE_SIZE;
155 kptmpa = nextpa;
156 nextpa += PAGE_SIZE;
157 kptpa = nextpa;
171 nextpa += nptpages * PAGE_SIZE
548 paddr_t nextpa; local in function:bootstrap_mac68k
    [all...]
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 77 * (don't call any functions here!) `nextpa' is the first available physical
85 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
115 lwp0upa = nextpa;
116 nextpa += USPACE;
121 kstpa = nextpa;
122 nextpa += kstsize * PAGE_SIZE;
123 kptmpa = nextpa;
124 nextpa += PAGE_SIZE;
125 kptpa = nextpa;
128 nextpa += nptpages * PAGE_SIZE
    [all...]
locore.s 249 pea %a4@ | nextpa
251 jbsr %a0@ | pmap_bootstrap(firstpa, nextpa)
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 81 * (don't call any functions here!) `nextpa' is the first available physical
89 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
129 lwp0upa = nextpa;
130 nextpa += USPACE;
137 kstpa = nextpa;
138 nextpa += kstsize * PAGE_SIZE;
139 kptmpa = nextpa;
140 nextpa += PAGE_SIZE;
141 kptpa = nextpa;
144 nextpa += nptpages * PAGE_SIZE
    [all...]
locore.s 325 pea %a4@ | nextpa
327 jbsr %a0@ | pmap_bootstrap(firstpa, nextpa)
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 76 * (don't call any functions here!) `nextpa' is the first available physical
84 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
118 lwp0upa = nextpa;
119 nextpa += USPACE;
124 kstpa = nextpa;
125 nextpa += kstsize * PAGE_SIZE;
126 kptmpa = nextpa;
127 nextpa += PAGE_SIZE;
128 kptpa = nextpa;
131 nextpa += nptpages * PAGE_SIZE
    [all...]
locore.s 218 pea %a4@ | nextpa
220 jbsr %a0@ | pmap_bootstrap(firstpa, nextpa)
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 81 * (don't call any functions here!) `nextpa' is the first available physical
89 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
161 lwp0upa = nextpa;
162 nextpa += USPACE;
169 kstpa = nextpa;
170 nextpa += kstsize * PAGE_SIZE;
171 kptmpa = nextpa;
172 nextpa += PAGE_SIZE;
173 kptpa = nextpa;
176 nextpa += nptpages * PAGE_SIZE
    [all...]
locore.s 549 pea %a4@ | nextpa
551 jbsr %a0@ | pmap_bootstrap(firstpa, nextpa)
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 92 * (don't call any functions here!) `nextpa' is the first available physical
100 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
169 lwp0upa = nextpa;
170 nextpa += USPACE;
177 kstpa = nextpa;
178 nextpa += kstsize * PAGE_SIZE;
179 kptmpa = nextpa;
180 nextpa += PAGE_SIZE;
181 kptpa = nextpa;
185 nextpa += nptpages * PAGE_SIZE
    [all...]
locore.s 277 pea %a4@ | nextpa
279 jbsr %a0@ | pmap_bootstrap(firstpa,nextpa)

Completed in 38 milliseconds