Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dslice.c152 unsigned char *hpsizes; in slice_mask_for_size() local
166 hpsizes = mm->context.high_slices_psize; in slice_mask_for_size()
170 if (((hpsizes[index] >> (mask_index * 4)) & 0xf) == psize) in slice_mask_for_size()
213 unsigned char *hpsizes; in slice_convert() local
234 hpsizes = mm->context.high_slices_psize; in slice_convert()
239 hpsizes[index] = (hpsizes[index] & in slice_convert()
640 unsigned char *hpsizes; in get_slice_psize() local
659 hpsizes = mm->context.high_slices_psize; in get_slice_psize()
662 return (hpsizes[index >> 1] >> (mask_index * 4)) & 0xf; in get_slice_psize()
683 unsigned char *hpsizes; in slice_set_user_psize() local
[all …]
Dhash_utils_64.c1115 unsigned char *hpsizes; in get_paca_psize() local
1123 hpsizes = get_paca()->mm_ctx_high_slices_psize; in get_paca_psize()
1126 return (hpsizes[index >> 1] >> (mask_index * 4)) & 0xF; in get_paca_psize()