Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c199 max_slots = boot_cpu_data.watch_dreg_count; in hw_breakpoint_control()
430 max_slots = boot_cpu_data.watch_dreg_count; in update_bp_registers()
501 for (i = 0; i < boot_cpu_data.watch_dreg_count; ++i) { in watchpoint_handler()
519 boot_cpu_data.watch_dreg_count = get_num_wrps(); in arch_hw_breakpoint_init()
522 boot_cpu_data.watch_ireg_count, boot_cpu_data.watch_dreg_count); in arch_hw_breakpoint_init()
526 cpu_data[cpu].watch_dreg_count = boot_cpu_data.watch_dreg_count; in arch_hw_breakpoint_init()
H A Dproc.c94 cpu_data[n].watch_ireg_count, cpu_data[n].watch_dreg_count); in show_cpuinfo()
/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-info.h61 unsigned int watch_dreg_count; /* Number data breakpoints */ member