db_machdep.c | 840 int i, cpu_max_breakpoint, cpu_max_watchpoint; local in function:db_machdep_cpu_init 844 cpu_max_watchpoint = __SHIFTOUT(dfr, ID_AA64DFR0_EL1_WRPS); 850 for (i = 0; i <= cpu_max_watchpoint; i++) { 868 const u_int cpu_max_watchpoint = __SHIFTOUT(dfr, ID_AA64DFR0_EL1_WRPS); local in function:db_machdep_init 876 if (max_watchpoint > cpu_max_watchpoint) 877 max_watchpoint = cpu_max_watchpoint;
|