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

  /src/sys/arch/sparc/include/
cpu.h 303 void * vpage[2]; member in struct:cpu_info
304 int *vpage_pte[2]; /* pte location of vpage[] */
  /src/sys/arch/x68k/stand/libiocs/
Makefile 37 os_curof.S drawmode.S apage.S vpage.S home.S window.S wipe.S pset.S \
  /src/sys/arch/x86/include/
cpu.h 251 vaddr_t vpage[VPAGE_MAX]; member in struct:cpu_info
  /src/sys/arch/sparc/sparc/
pmap.c 3257 cpuinfo.vpage[0] = (void *)p, p += NBPG;
3258 cpuinfo.vpage[1] = (void *)p, p += NBPG;
3781 cpuinfo.vpage[0] = (void *)p, p += NBPG;
3782 cpuinfo.vpage[1] = (void *)p, p += NBPG;
3785 /* Find PTE locations of vpage[] to optimize zero_fill() et.al. */
3789 rp = &pmap_kernel()->pm_regmap[VA_VREG(cpuinfo.vpage[i])];
3790 sp = &rp->rg_segmap[VA_VSEG(cpuinfo.vpage[i])];
3792 &sp->sg_pte[VA_SUN4M_VPG(cpuinfo.vpage[i])];
4122 /* Pre-compute this CPU's vpage[] PTEs */
4124 rp = &pmap_kernel()->pm_regmap[VA_VREG(sc->vpage[i])]
    [all...]
cpu.c 581 cpi->vpage[0] = (void *)(va + 0);
582 cpi->vpage[1] = (void *)(va + PAGE_SIZE);
  /src/sys/arch/x86/x86/
pmap.c 1313 early_zerop = (void *)cpu_info_primary.vpage[VPAGE_ZER];
2027 ci->vpage[i] = vabase + i * PAGE_SIZE;
2028 ci->vpage_pte[i] = PTE_BASE + pl1_i(ci->vpage[i]);
4017 zerova = ci->vpage[VPAGE_ZER];
4061 srcva = ci->vpage[VPAGE_SRC];
4062 dstva = ci->vpage[VPAGE_DST];
4105 ptpva = ci->vpage[VPAGE_PTP];

Completed in 32 milliseconds