Home
last modified time | relevance | path

Searched refs:watch_ireg_count (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/loongarch/kernel/
Dhw_breakpoint.c185 max_slots = boot_cpu_data.watch_ireg_count; in hw_breakpoint_control()
418 max_slots = boot_cpu_data.watch_ireg_count; in update_bp_registers()
473 for (i = 0; i < boot_cpu_data.watch_ireg_count; ++i) { in breakpoint_handler()
504 boot_cpu_data.watch_ireg_count = get_num_brps(); in arch_hw_breakpoint_init()
508 boot_cpu_data.watch_ireg_count, boot_cpu_data.watch_dreg_count); in arch_hw_breakpoint_init()
511 cpu_data[cpu].watch_ireg_count = boot_cpu_data.watch_ireg_count; in arch_hw_breakpoint_init()
Dproc.c94 cpu_data[n].watch_ireg_count, cpu_data[n].watch_dreg_count); in show_cpuinfo()
/linux-6.6.21/arch/loongarch/include/asm/
Dcpu-info.h62 unsigned int watch_ireg_count; /* Number instruction breakpoints */ member