Searched refs:npvhashbuckets (Results 1 – 1 of 1) sorted by relevance
192 uint32_t npvhashmask = 0, npvhashbuckets = 0; variable529 npvhashbuckets = npvhashmask + 1; in pmap_bootstrap()531 if (0 != ((npvhashbuckets) & npvhashmask)) { in pmap_bootstrap()814 + (sizeof(struct pv_hashed_entry_t *) * (npvhashbuckets)) in pmap_init()816 + pv_hash_lock_table_size((npvhashbuckets)) in pmap_init()843 addr = (vm_offset_t) (pv_hash_table + (npvhashbuckets)); in pmap_init()849 addr = (vm_offset_t) (pv_hash_lock_table + pv_hash_lock_table_size((npvhashbuckets))); in pmap_init()