HomeSort by: relevance | last modified time | path
    Searched defs:cpu_max_watchpoint (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
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;

Completed in 11 milliseconds