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.S1471 cmp tmp1, hatid ;\
1482 cmp tmp1, hatid ;\
1948 xor hmebp, hatid, hmebp ;\
1981 xor tmp2, hatid, tmp2 ;\
2115 add hatid, SFHME_TTE, hatid ;\
2116 add hmeblkpa, hatid, hmeblkpa ;\
2119 set TTE_SUSPEND, hatid ;\
2121 btst tte, hatid ;\
2211 add hatid, SFHME_TTE, hatid ;\
2237 set TTE_SUSPEND, hatid ;\
[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()