Home
last modified time | relevance | path

Searched refs:tagacc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.h150 #define GET_MMU_D_TAGACC(tagacc, scr1) \ argument
151 GET_MMU_D_PTAGACC_CTXTYPE(tagacc, scr1)
402 #define GET_1ST_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
411 srlx tagacc, MMU_PAGESHIFT, tmp2 ;\
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S106 srlx tagacc, vpshift, tagacc ;\
109 and tagacc, tmp, tmp /* tsbent = virtpage & mask */ ;\
1535 brgez tagacc, label /* KPM VA? */ ;\
1544 cmp tagacc, val ;\
1547 cmp tagacc, tmp1 ;\
1859 srlx tagacc, tmp1, tmp1 /* tmp1 = va seg*/ ;\
1895 sllx tagacc, TAGACC_CTX_LSHIFT, tmp1 ;\
1904 srlx tagacc, hmeshift, vapg ;\
2079 tsbarea, tagacc, label##1) ;\
2173 tsbarea, tagacc, tte, label##1) ;\
[all …]
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.h164 #define GET_MMU_D_TAGACC(tagacc, scr1) \ argument
166 ldxa [scr1]ASI_DMMU, tagacc
573 #define GET_2ND_TSBE_PTR(tagacc, tsbp8k, tsbe_ptr, tmp1, tmp2, label) \ argument
578 GET_TSBE_POINTER(MMU_PAGESHIFT4M, tsbe_ptr, tagacc, tmp1, tmp2)
600 #define GET_1ST_TSBE_PTR(tagacc, tsbe_ptr, tmp1, tmp2)
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h897 #define GET_4MBASE_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
903 srlx tagacc, MMU_PAGESHIFT4M, tmp2; \
908 #define GET_2ND_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
909 GET_4MBASE_TSBE_PTR(tagacc, tsbe, tmp1, tmp2)
923 #define GET_3RD_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
929 srlx tagacc, MMU_PAGESHIFT, tmp2; \
934 #define GET_4TH_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
935 GET_4MBASE_TSBE_PTR(tagacc, tsbe, tmp1, tmp2)
H A Dhat_sfmmu.c11917 sfmmu_tsbmiss_suspended(struct regs *rp, uintptr_t tagacc, uint_t traptype) in sfmmu_tsbmiss_suspended() argument