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

  /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...]
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...]

Completed in 50 milliseconds