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
163 hpsizes = mm->context.high_slices_psize; in slice_mask_for_size()
167 if (((hpsizes[index] >> (mask_index * 4)) & 0xf) == psize) in slice_mask_for_size()
199 unsigned char *hpsizes; in slice_convert() local
220 hpsizes = mm->context.high_slices_psize; in slice_convert()
225 hpsizes[index] = (hpsizes[index] & in slice_convert()
569 unsigned char *hpsizes; in get_slice_psize() local
588 hpsizes = mm->context.high_slices_psize; in get_slice_psize()
591 return (hpsizes[index >> 1] >> (mask_index * 4)) & 0xf; in get_slice_psize()
612 unsigned char *hpsizes; in slice_set_user_psize() local
[all …]
Dhash_utils_64.c1078 unsigned char *hpsizes; in get_paca_psize() local
1086 hpsizes = get_paca()->mm_ctx_high_slices_psize; in get_paca_psize()
1089 return (hpsizes[index >> 1] >> (mask_index * 4)) & 0xF; in get_paca_psize()