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

  /src/lib/libkvm/
kvm_sparc.c 204 vs = VA_VSEG(va);
250 vs = VA_VSEG(va);
  /src/sys/arch/sparc/sparc/
pmap.c 235 * It is valid if pm_npte[VA_VSEG(va)] is not 0. This does not mean
236 * it is in the MMU, however; that is true iff pm_segmap[VA_VSEG(va)]
244 * in the pm_pte[VA_VSEG(va)] only. However, some effort is made to keep
248 * not maintained. pm_pte[VA_VSEG(va)] always points to space for those
897 sp = &rp->rg_segmap[VA_VSEG(va)];
1325 rp->rg_segmap[VA_VSEG(va)].sg_pmeg = mmuseg;
1326 rp->rg_segmap[VA_VSEG(va)].sg_npte = NPTESG;
1327 pte = rp->rg_segmap[VA_VSEG(va)].sg_pte;
2084 vs = VA_VSEG(va);
2389 vs = VA_VSEG(va)
    [all...]
cache.c 564 sun4_vcache_flush_segment(VA_VREG(base), VA_VSEG(base), 0);
811 VA_VREG(base), VA_VSEG(base), ctx, CPUSET_ALL);
813 srmmu_vcache_flush_segment(VA_VREG(base), VA_VSEG(base), ctx);
  /src/sys/arch/sparc/include/
pte.h 211 #define VA_VSEG(va) (((unsigned int)(va) >> SGSHIFT) & 63)
  /src/sys/arch/sparc64/include/
pte.h 320 #define VA_VSEG(va) (((unsigned int)(va) >> SGSHIFT) & 63)

Completed in 16 milliseconds