Searched refs:npvhashbuckets (Results 1 – 1 of 1) sorted by relevance
192 uint32_t npvhashmask = 0, npvhashbuckets = 0; variable524 npvhashbuckets = npvhashmask + 1; in pmap_bootstrap()526 if (0 != ((npvhashbuckets) & npvhashmask)) { in pmap_bootstrap()789 (sizeof(struct pv_hashed_entry_t *) * (npvhashbuckets)) +791 pv_hash_lock_table_size((npvhashbuckets)) +860 addr = (vm_offset_t) (pv_hash_table + (npvhashbuckets)); in pmap_init()866 addr = (vm_offset_t) (pv_hash_lock_table + pv_hash_lock_table_size((npvhashbuckets))); in pmap_init()