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()
200 unsigned char *hpsizes; in slice_convert() local
221 hpsizes = mm->context.high_slices_psize; in slice_convert()
226 hpsizes[index] = (hpsizes[index] & in slice_convert()
569 unsigned char *hpsizes; in get_slice_psize() local
578 hpsizes = mm->context.high_slices_psize; in get_slice_psize()
581 return (hpsizes[index >> 1] >> (mask_index * 4)) & 0xf; in get_slice_psize()
602 unsigned char *hpsizes; in slice_set_user_psize() local
[all …]
Dhash_utils_64.c875 unsigned char *hpsizes; in get_paca_psize() local
883 hpsizes = get_paca()->context.high_slices_psize; in get_paca_psize()
886 return (hpsizes[index >> 1] >> (mask_index * 4)) & 0xF; in get_paca_psize()