Lines Matching refs:smp_width
126 for (x = 0; x < smp_width; ++x, ++cpu) in setup_rectangle()
178 int x = cpu % smp_width; in hardwall_setup_ipi_func()
179 int y = cpu / smp_width; in hardwall_setup_ipi_func()
204 cpu = r->ulhc_y * smp_width + r->ulhc_x; in hardwall_setup()
205 delta = (r->height - 1) * smp_width; in hardwall_setup()
214 for (y = 0; y < r->height; ++y, cpu += smp_width) { in hardwall_setup()
237 x = cpu % smp_width; in do_hardwall_trap()
238 y = cpu / smp_width; in do_hardwall_trap()
572 unsigned int x = cpu % smp_width; in reset_network_state()
573 unsigned int y = cpu / smp_width; in reset_network_state()
622 cpu = r->ulhc_y * smp_width + r->ulhc_x; in fill_mask()
623 for (y = 0; y < r->height; ++y, cpu += smp_width - r->width) { in fill_mask()