Home
last modified time | relevance | path

Searched refs:hmentoff (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h973 #define GET_SCDSHMERMAP(tsbarea, hmeblkpa, hmentoff, use_shctx) \ argument
975 sub hmeblkpa, hmentoff, hmentoff /* hmentofff = hmeblkpa */ ;\
976 add hmentoff, HMEBLK_TAG, hmentoff ;\
977 ldxa [hmentoff]ASI_MEM, hmentoff /* read 1st part of tag */ ;\
978 and hmentoff, HTAG_RID_MASK, hmentoff /* mask off rid */ ;\
979 and hmentoff, BT_ULMASK, use_shctx /* mask bit index */ ;\
980 srlx hmentoff, BT_ULSHIFT, hmentoff /* extract word */ ;\
981 sllx hmentoff, CLONGSHIFT, hmentoff /* index */ ;\
982 add tsbarea, hmentoff, hmentoff /* add to tsbarea */ ;\
983 ldx [hmentoff + TSBMISS_SCDSHMERMAP], hmentoff /* scdrgn */ ;\
[all …]
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S2019 #define HMEBLK_TO_HMENT(vaddr, hmeblkpa, hmentoff, hmemisc, tmp1, label1)\ argument
2020 add hmeblkpa, HMEBLK_MISC, hmentoff ;\
2021 lda [hmentoff]ASI_MEM, hmemisc ;\
2024 or %g0, HMEBLK_HME1, hmentoff ;\
2028 add tmp1, HMEBLK_HME1, hmentoff ;\