Searched refs:VA_VSEG (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dpte.h262 #define VA_VSEG(va) (((unsigned int)(va) >> SGSHIFT) & 63) macro
/netbsd-6-1-5-RELEASE/lib/libkvm/
H A Dkvm_sparc.c205 vs = VA_VSEG(va);
251 vs = VA_VSEG(va);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpmap.c227 * It is valid if pm_npte[VA_VSEG(va)] is not 0. This does not mean
228 * it is in the MMU, however; that is true iff pm_segmap[VA_VSEG(va)]
236 * in the pm_pte[VA_VSEG(va)] only. However, some effort is made to keep
240 * not maintained. pm_pte[VA_VSEG(va)] always points to space for those
861 sp = &rp->rg_segmap[VA_VSEG(va)];
1283 rp->rg_segmap[VA_VSEG(va)].sg_pmeg = mmuseg;
1284 rp->rg_segmap[VA_VSEG(va)].sg_npte = NPTESG;
1285 pte = rp->rg_segmap[VA_VSEG(va)].sg_pte;
2048 vs = VA_VSEG(va);
2350 vs = VA_VSEG(v
[all...]
H A Dcache.c563 sun4_vcache_flush_segment(VA_VREG(base), VA_VSEG(base), 0);
810 VA_VREG(base), VA_VSEG(base), ctx, CPUSET_ALL);
812 srmmu_vcache_flush_segment(VA_VREG(base), VA_VSEG(base), ctx);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dpte.h211 #define VA_VSEG(va) (((unsigned int)(va) >> SGSHIFT) & 63) macro

Completed in 126 milliseconds