Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s1594 #define HAT_HSEARCH_DBSTAT(hatid, tsbarea, tmp1, tmp2) \ argument
1597 cmp tmp1, hatid ;\
1605 #define HAT_HLINK_DBSTAT(hatid, tsbarea, tmp1, tmp2) \ argument
1608 cmp tmp1, hatid ;\
1619 #define HAT_HSEARCH_DBSTAT(hatid, tsbarea, tmp1, tmp2) argument
1621 #define HAT_HLINK_DBSTAT(hatid, tsbarea, tmp1, tmp2) argument
2063 #define HMEHASH_FUNC_ASM(tagacc, hatid, tsbarea, hmeshift, hmebp, \ argument
2075 xor vapg, hatid, tmp2 /* hatid ^ (vaddr >> shift) */ ;\
2084 #define MAKE_HASHTAG(vapg, hatid, hmeshift, hashno, hblktag) \ argument
2104 #define HMEHASH_SEARCH(hmebp, hmeblktag, hatid, hmeblkpa, tsbarea, \ argument
[all …]
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1518 #define HME_HASH_FUNCTION(hatid, vaddr, shift) \ argument
1519 ((((void *)hatid) != ((void *)KHATID)) ? \
1520 (&uhme_hash[ (((uintptr_t)(hatid) ^ ((uintptr_t)vaddr >> (shift))) & \
1522 (&khme_hash[ (((uintptr_t)(hatid) ^ ((uintptr_t)vaddr >> (shift))) & \
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprioctl.c3704 oprpdread(struct as *as, uint_t hatid, struct uio *uiop) in oprpdread() argument
3793 hat_getstat(as, saddr, len, hatid, in oprpdread()
3811 oprpdread32(struct as *as, uint_t hatid, struct uio *uiop) in oprpdread32() argument
3900 hat_getstat(as, saddr, len, hatid, in oprpdread32()
H A Dprsubr.c1899 prpdread(proc_t *p, uint_t hatid, struct uio *uiop) in prpdread() argument
2028 hat_getstat(as, saddr, len, hatid, in prpdread()
2046 prpdread32(proc_t *p, uint_t hatid, struct uio *uiop) in prpdread32() argument
2175 hat_getstat(as, saddr, len, hatid, in prpdread32()