Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S1468 #define HAT_HSEARCH_DBSTAT(hatid, tsbarea, tmp1, tmp2) \ argument
1471 cmp tmp1, hatid ;\
1479 #define HAT_HLINK_DBSTAT(hatid, tsbarea, tmp1, tmp2) \ argument
1482 cmp tmp1, hatid ;\
1493 #define HAT_HSEARCH_DBSTAT(hatid, tsbarea, tmp1, tmp2) argument
1495 #define HAT_HLINK_DBSTAT(hatid, tsbarea, tmp1, tmp2) argument
1893 #define HMEHASH_FUNC_ASM(tagacc, hatid, tsbarea, hmeshift, hmebp, \ argument
1905 xor vapg, hatid, tmp2 /* hatid ^ (vaddr >> shift) */ ;\
1914 #define MAKE_HASHTAG(vapg, hatid, hmeshift, hashno, hblktag) \ argument
1934 #define HMEHASH_SEARCH(hmebp, hmeblktag, hatid, hmeblkpa, tsbarea, \ argument
[all …]
/illumos-gate/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))) & \
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c3664 oprpdread(struct as *as, uint_t hatid, struct uio *uiop) in oprpdread() argument
3757 hat_getstat(as, saddr, len, hatid, in oprpdread()
3775 oprpdread32(struct as *as, uint_t hatid, struct uio *uiop) in oprpdread32() argument
3868 hat_getstat(as, saddr, len, hatid, in oprpdread32()
H A Dprsubr.c2145 prpdread(proc_t *p, uint_t hatid, struct uio *uiop) in prpdread() argument
2278 hat_getstat(as, saddr, len, hatid, in prpdread()
2296 prpdread32(proc_t *p, uint_t hatid, struct uio *uiop) in prpdread32() argument
2429 hat_getstat(as, saddr, len, hatid, in prpdread32()