Lines Matching refs:spp
509 unsigned int spp = reg->hr_slots_per_page;
532 current_page = cs / spp;
536 (max_slots-cs) * (PAGE_SIZE/spp) );
544 cs += vec_len / (PAGE_SIZE/spp);
1661 unsigned int spp = reg->hr_slots_per_page;
1682 reg->hr_num_pages = (reg->hr_blocks + spp - 1) / spp;
1685 reg->hr_num_pages, reg->hr_blocks, spp);
1699 last_slot = i * spp;
1702 (j < spp) && ((j + last_slot) < reg->hr_blocks);