Searched refs:VA_SUN4M_VPG (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpmap.c864 setpgt4m(sp->sg_pte + VA_SUN4M_VPG(va), pte);
2654 tpte = sp->sg_pte[VA_SUN4M_VPG(va)];
2657 &sp->sg_pte[VA_SUN4M_VPG(va)], bic, bis, pm->pm_ctxnum,
2695 tpte = sp->sg_pte[VA_SUN4M_VPG(va)];
2706 &sp->sg_pte[VA_SUN4M_VPG(va)],
3750 &sp->sg_pte[VA_SUN4M_VPG(cpuinfo.vpage[i])];
4084 sc->vpage_pte[i] = &sp->sg_pte[VA_SUN4M_VPG(sc->vpage[i])];
4773 tpte = sp->sg_pte[VA_SUN4M_VPG(va)];
4793 setpgt4m_va(va, &sp->sg_pte[VA_SUN4M_VPG(va)],
4949 tpte = pte0[VA_SUN4M_VPG(v
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dpte.h216 #define VA_SUN4M_VPG(va) (((int)(va) >> 12) & 63) macro

Completed in 65 milliseconds