Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c931 uint_t pgshft; in vmu_amp_update_incore_bounds() local
943 pgshft = page_get_shift(page->p_szc); in vmu_amp_update_incore_bounds()
944 pgmsk = (0x1 << (pgshft - PAGESHIFT)) in vmu_amp_update_incore_bounds()
1022 uint_t pgshft; in vmu_vnode_update_incore_bounds() local
1030 pgshft = page_get_shift(page->p_szc); in vmu_vnode_update_incore_bounds()
1031 pgmsk = (0x1 << (pgshft - PAGESHIFT)) in vmu_vnode_update_incore_bounds()
1210 uint_t pgshft; in vmu_calculate_seg() local
1277 pgshft = page_get_shift(page->p_szc); in vmu_calculate_seg()
1278 pgmsk = (0x1 << (pgshft - PAGESHIFT)) - 1; in vmu_calculate_seg()