Lines Matching refs:spp
514 unsigned int spp = reg->hr_slots_per_page;
539 current_page = cs / spp;
543 (max_slots-cs) * (PAGE_SIZE/spp) );
551 cs += vec_len / (PAGE_SIZE/spp);
1671 unsigned int spp = reg->hr_slots_per_page;
1692 reg->hr_num_pages = (reg->hr_blocks + spp - 1) / spp;
1695 reg->hr_num_pages, reg->hr_blocks, spp);
1709 last_slot = i * spp;
1712 (j < spp) && ((j + last_slot) < reg->hr_blocks);