Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/mm/
Dslice.c187 u64 lpsizes, hpsizes; in slice_convert() local
204 hpsizes = mm->context.high_slices_psize; in slice_convert()
207 hpsizes = (hpsizes & ~(0xful << (i * 4))) | in slice_convert()
211 mm->context.high_slices_psize = hpsizes; in slice_convert()
621 unsigned long flags, lpsizes, hpsizes; in slice_set_user_psize() local
643 hpsizes = mm->context.high_slices_psize; in slice_set_user_psize()
645 if (((hpsizes >> (i * 4)) & 0xf) == old_psize) in slice_set_user_psize()
646 hpsizes = (hpsizes & ~(0xful << (i * 4))) | in slice_set_user_psize()
650 mm->context.high_slices_psize = hpsizes; in slice_set_user_psize()