Searched refs:pgshft (Results 1 – 1 of 1) sorted by relevance
931 uint_t pgshft; in vmu_amp_update_incore_bounds() local943 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() local1030 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() local1275 pgshft = page_get_shift(page->p_szc); in vmu_calculate_seg()1276 pgmsk = (0x1 << (pgshft - PAGESHIFT)) - 1; in vmu_calculate_seg()