Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/include/
H A Dctlreg.h32 #define ASI_SEGMAP 3 /* segment maps (so we can reach each pmeg) */ macro
/original-bsd/sys/sparc/sparc/
H A Dpmap.c273 #define getsegmap(va) lduha(va, ASI_SEGMAP)
274 #define setsegmap(va, pmeg) stha(va, ASI_SEGMAP, pmeg)
276 #define getsegmap(va) lduba(va, ASI_SEGMAP)
277 #define setsegmap(va, pmeg) stba(va, ASI_SEGMAP, pmeg)
H A Dmachdep.c631 #define setsegmap(va, pmeg) stba(va, ASI_SEGMAP, pmeg)
H A Dlocore.s2299 lduba [%l0] ASI_SEGMAP, %l4 ! segmap[highva] = segmap[lowva];
2300 stba %l4, [%l1] ASI_SEGMAP