Home
last modified time | relevance | path

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

/titanic_41/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()
1208 uint_t pgshft; in vmu_calculate_seg() local
1275 pgshft = page_get_shift(page->p_szc); in vmu_calculate_seg()
1276 pgmsk = (0x1 << (pgshft - PAGESHIFT)) - 1; in vmu_calculate_seg()