Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c195 max_slots = boot_cpu_data.watch_ireg_count; in hw_breakpoint_control()
426 max_slots = boot_cpu_data.watch_ireg_count; in update_bp_registers()
481 for (i = 0; i < boot_cpu_data.watch_ireg_count; ++i) { in breakpoint_handler()
518 boot_cpu_data.watch_ireg_count = get_num_brps(); in arch_hw_breakpoint_init()
522 boot_cpu_data.watch_ireg_count, boot_cpu_data.watch_dreg_count); in arch_hw_breakpoint_init()
525 cpu_data[cpu].watch_ireg_count = boot_cpu_data.watch_ireg_count; in arch_hw_breakpoint_init()
/linux/arch/loongarch/include/asm/
H A Dcpu-info.h62 unsigned int watch_ireg_count; /* Number instruction breakpoints */ member