Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c339 #define PTR_HASH(x) ((uintptr_t)x >> TSB_HASH_SHIFT_BITS) macro
345 &hat_lock[PTR_HASH(sfmmup) & (SFMMU_NUM_LOCK-1)])
347 #define TSB_HASH(sfmmup) &hat_lock[PTR_HASH(sfmmup) & (SFMMU_NUM_LOCK-1)]