Lines Matching refs:boot_cpu_data
207 max_slots = boot_cpu_data.watch_ireg_count;
211 max_slots = boot_cpu_data.watch_dreg_count;
438 max_slots = boot_cpu_data.watch_ireg_count;
442 max_slots = boot_cpu_data.watch_dreg_count;
493 for (i = 0; i < boot_cpu_data.watch_ireg_count; ++i) {
513 for (i = 0; i < boot_cpu_data.watch_dreg_count; ++i) {
530 boot_cpu_data.watch_ireg_count = get_num_brps();
531 boot_cpu_data.watch_dreg_count = get_num_wrps();
534 boot_cpu_data.watch_ireg_count, boot_cpu_data.watch_dreg_count);
537 cpu_data[cpu].watch_ireg_count = boot_cpu_data.watch_ireg_count;
538 cpu_data[cpu].watch_dreg_count = boot_cpu_data.watch_dreg_count;