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

1 2

  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 78 * (don't call any functions here!) `nextpa' is the first available physical
86 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa)
96 nextpa = m68k_round_page(nextpa);
116 lwp0upa = nextpa;
117 nextpa += USPACE;
124 kstpa = nextpa;
125 nextpa += kstsize * PAGE_SIZE;
126 kptmpa = nextpa;
127 nextpa += PAGE_SIZE
    [all...]
machdep.c 176 machine_init(paddr_t nextpa)
184 avail_start = nextpa;
locore.s 314 pea %a4@ | nextpa
316 jbsr %a0@ | pmap_bootstrap1(firstpa, nextpa)
320 * Updated nextpa returned in %d0. We need to squirrel
376 movl %d7,%sp@- | push nextpa saved above
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 72 * (don't call any functions here!) `nextpa' is the first available physical
80 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
89 nextpa = m68k_round_page(nextpa);
115 lwp0upa = nextpa;
116 nextpa += USPACE;
121 kstpa = nextpa;
122 nextpa += kstsize * PAGE_SIZE;
123 kptmpa = nextpa;
124 nextpa += PAGE_SIZE
    [all...]
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 74 * (don't call any functions here!) `nextpa' is the first available physical
82 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa)
92 nextpa = m68k_round_page(nextpa);
112 lwp0upa = nextpa;
113 nextpa += USPACE;
118 kstpa = nextpa;
119 nextpa += kstsize * PAGE_SIZE;
120 kptmpa = nextpa;
121 nextpa += PAGE_SIZE
    [all...]
machdep.c 174 machine_init(paddr_t nextpa)
196 avail_start = nextpa;
locore.s 213 pea %a4@ | nextpa
215 jbsr %a0@ | pmap_bootstrap1(nextpa, reloff)
219 * Updated nextpa returned in %d0. We need to squirrel
268 movl %d7,%sp@- | push nextpa saved above
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 75 * (don't call any functions here!) `nextpa' is the first available physical
83 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa)
92 nextpa = m68k_round_page(nextpa);
118 lwp0upa = nextpa;
119 nextpa += USPACE;
124 kstpa = nextpa;
125 nextpa += kstsize * PAGE_SIZE;
126 kptmpa = nextpa;
127 nextpa += PAGE_SIZE
    [all...]
machdep.c 216 machine_init(paddr_t nextpa)
253 avail_start = nextpa;
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 91 * nextpa is the first address following the loaded kernel.
94 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa)
104 nextpa = m68k_round_page(nextpa);
126 lwp0upa = nextpa;
127 nextpa += USPACE;
132 kstpa = nextpa;
133 nextpa += kstsize * PAGE_SIZE;
134 kptmpa = nextpa;
135 nextpa += PAGE_SIZE
    [all...]
machdep.c 2664 pmap_machine_check_bootstrap_allocations(paddr_t nextpa, paddr_t firstpa)
2673 if (i >= numranges || nextpa > high[i]) {
2677 printf("nextpa=0x%lx, high[%d]=0x%lx.\n",
2678 nextpa, i, high[i]);
2726 paddr_t nextpa; local
2762 nextpa = load_addr + m68k_round_page(esym);
2785 nextpa = pmap_bootstrap1(nextpa, load_addr);
2810 avail_start = m68k_round_page(nextpa);
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 77 * (don't call any functions here!) `nextpa' is the first available physical
85 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa)
97 nextpa = m68k_round_page(nextpa);
125 lwp0upa = nextpa;
126 nextpa += USPACE;
133 kstpa = nextpa;
134 nextpa += kstsize * PAGE_SIZE;
135 kptmpa = nextpa;
136 nextpa += PAGE_SIZE
    [all...]
machdep.c 198 machine_init(paddr_t nextpa)
256 phys_seg_list[i].ps_avail_start = nextpa;
locore.s 545 pea %a4@ | nextpa
547 jbsr %a0@ | pmap1_bootstrap1(nextpa, reloff)
551 * Updated nextpa returned in %d0. We need to squirrel
601 movl %d7,%sp@- | push nextpa saved above
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 88 * (don't call any functions here!) `nextpa' is the first available physical
96 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa)
108 nextpa = m68k_round_page(nextpa);
132 lwp0upa = nextpa;
133 nextpa += USPACE;
140 kstpa = nextpa;
141 nextpa += kstsize * PAGE_SIZE;
142 kptmpa = nextpa;
143 nextpa += PAGE_SIZE
    [all...]
machdep.c 197 machine_init(paddr_t nextpa)
243 phys_seg_list[i].ps_avail_start = nextpa;
locore.s 271 pea %a4@ | nextpa
273 jbsr %a0@ | pmap_bootstrap1(nextpa, reloff)
277 * Updated nextpa returned in %d0. We need to squirrel
362 movl %d7,%sp@- | push nextpa saved above
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 74 * (don't call any functions here!) `nextpa' is the first available physical
84 pmap_bootstrap1(paddr_t nextpa, paddr_t reloff)
95 nextpa = m68k_round_page(nextpa);
121 lwp0upa = nextpa;
122 nextpa += USPACE;
130 kstpa = nextpa;
131 nextpa += kstsize * PAGE_SIZE;
133 kptmpa = nextpa;
134 nextpa += PAGE_SIZE
    [all...]
bootinfo.c 256 * N.B. nextpa is the physical address where the bootinfo structure
260 bootinfo_startup1(paddr_t nextpa, vaddr_t reloff)
262 const paddr_t bootinfo_pa = nextpa;
312 nextpa = (paddr_t)bootinfo_next(bi);
313 bid->bootinfo_end = PMAP_BOOTSTRAP_PA_TO_VA(nextpa);
324 return nextpa;
332 * The "nextpa" argument is the address of the next page after
336 bootinfo_startup2(paddr_t nextpa)
363 nextpa - bid->bootinfo_mem_segments_avail[0].mem_addr;
364 bid->bootinfo_mem_segments_avail[0].mem_addr = nextpa;
    [all...]
locore.s 151 movl %d0,%sp@- | nextpa
153 jbsr %a0@ | pmap_bootstrap1(nextpa, reloff)
157 * Updated nextpa returned in %d0. We need to squirrel
202 movl %d7,%sp@- | push nextpa saved above
machdep.c 170 machine_init(paddr_t nextpa)
178 bootinfo_startup2(nextpa);
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 76 * (don't call any functions here!) `nextpa' is the first available physical
84 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa)
94 nextpa = m68k_round_page(nextpa);
118 lwp0upa = nextpa;
119 nextpa += USPACE;
124 kstpa = nextpa;
125 nextpa += kstsize * PAGE_SIZE;
126 kptmpa = nextpa;
127 nextpa += PAGE_SIZE
    [all...]
locore.s 248 pea %a4@ | nextpa
250 jbsr %a0@ | pmap_bootstrap1(firstpa, nextpa)
254 * Updated nextpa returned in %d0. We need to squirrel
367 movl %d7,%sp@- | push nextpa saved above
machdep.c 198 x68k_init(paddr_t nextpa)
220 avail_start = nextpa;
  /src/sys/arch/m68k/m68k/
pmap_68k.c 3738 * Arguments: nextpa Physical address immediately
3745 * Returns: nextpa Updated value after all of the
3749 pmap_bootstrap1(paddr_t nextpa, paddr_t reloff)
3858 nextpa = m68k_round_page(nextpa);
3859 nextva = PMAP_BOOTSTRAP_PA_TO_VA(nextpa);
3862 * nextpa now represents the end of the loaded kernel image.
3870 kernimg_endpa = nextpa;
3876 lwp0upa = nextpa;
3877 nextpa += USPACE
    [all...]

Completed in 79 milliseconds

1 2