Searched refs:bpt_hash (Results 1 – 1 of 1) sorted by relevance
81 #define bpt_hash(addr) ((((addr) >> 13) ^ ((addr) >> 2)) & 0x7ff) macro416 for (Bp = bpt_hashtable[bpt_hash(pc)]; Bp != NULL; Bp = Bp->next) in get_bkpt()432 uint_t hix = bpt_hash(pc); in create_bkpt()