Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S104 #define GET_TSBE_POINTER(vpshift, tsbbase, tagacc, szc, tmp) \ argument
1534 #define KPM_TLBMISS_STAT_INCR(tagacc, val, tsbma, tmp1, label) \ argument
1554 #define KPM_TLBMISS_STAT_INCR(tagacc, val, tsbma, tmp1, label) argument
1846 #define ISM_CHECK(tagacc, tsbmiss, ismseg, ismhat, tmp1, tmp2, tmp3 \ argument
1893 #define HMEHASH_FUNC_ASM(tagacc, hatid, tsbarea, hmeshift, hmebp, \ argument
2050 #define GET_TTE(tagacc, hatid, tte, hmeblkpa, tsbarea, hmemisc, hmeshift, \ argument
2137 #define GET_SHME_TTE(tagacc, hatid, tte, hmeblkpa, tsbarea, hmemisc, \ argument
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.h150 #define GET_MMU_D_TAGACC(tagacc, scr1) \ argument
402 #define GET_1ST_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.h164 #define GET_MMU_D_TAGACC(tagacc, scr1) \ argument
573 #define GET_2ND_TSBE_PTR(tagacc, tsbp8k, tsbe_ptr, tmp1, tmp2, label) \ argument
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h897 #define GET_4MBASE_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
908 #define GET_2ND_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
923 #define GET_3RD_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
934 #define GET_4TH_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
H A Dhat_sfmmu.c11917 sfmmu_tsbmiss_suspended(struct regs *rp, uintptr_t tagacc, uint_t traptype) in sfmmu_tsbmiss_suspended()