Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/x86_64/
H A Dpmap.c458 pmap_scale_shift(void) in pmap_scale_shift() function
521 npvhashmask = ((NPVHASHBUCKETS) << pmap_scale_shift()) - 1; in pmap_bootstrap()