Home
last modified time | relevance | path

Searched refs:vseg (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/sparc/sparc/
H A Dpmap.c879 vseg = VA_VSEG(va);
959 vseg = VA_VSEG(va);
1552 vseg = VA_VSEG(va);
1558 vseg, nleft, pm->pm_segmap[vseg]);
1867 vseg = VA_VSEG(va);
1973 vseg = VA_VSEG(va);
2059 vseg = VA_VSEG(va);
2172 vseg = VA_VSEG(va);
2264 vseg = VA_VSEG(va);
2394 register int vseg; local
[all …]
H A Dcache.c100 cache_flush_segment(vseg) in cache_flush_segment() argument
101 register int vseg; in cache_flush_segment()
107 p = (char *)VSTOVA(vseg); /* seg..seg+sz rather than 0..sz */
H A Dcache.h97 void cache_flush_segment __P((int vseg)); /* flush seg in cur ctx */
/original-bsd/sys/sparc/include/
H A Dpte.h108 #define VSTOVA(vseg) (((int)(vseg) << 20) >> 2) argument