Searched refs:watch_ireg_count (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | hw_breakpoint.c | 185 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()
|
H A D | proc.c | 94 cpu_data[n].watch_ireg_count, cpu_data[n].watch_dreg_count); in show_cpuinfo()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | kgdb.c | 49 boot_cpu_data.watch_ireg_count = ibcn - d; in param_set_icount() 458 for (mask = 0, i = 0, j = boot_cpu_data.watch_ireg_count; in kgdb_remove_all_hw_break() 493 for (i = 0, j = boot_cpu_data.watch_ireg_count; i < kgdb_watch_icount; i++, j++) { in kgdb_correct_hw_break() 571 boot_cpu_data.watch_ireg_count = ibcn - kgdb_watch_icount; in kgdb_arch_init()
|
H A D | proc.c | 94 cpu_data[n].watch_ireg_count, cpu_data[n].watch_dreg_count); in show_cpuinfo()
|
H A D | watch.c | 391 c->watch_ireg_count = ibcn; in loongarch_probe_watch_registers()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | cpu-info.h | 72 unsigned int watch_ireg_count; /* Number instruction breakpoints */ member 73 unsigned int watch_reg_use_cnt; /* min(NUM_WATCH_REGS, watch_dreg_count + watch_ireg_count), Usable by ptrace */
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | cpu-info.h | 62 unsigned int watch_ireg_count; /* Number instruction breakpoints */ member 63 unsigned int watch_reg_use_cnt; /* min(NUM_WATCH_REGS, watch_dreg_count + watch_ireg_count), Usable by ptrace */
|
Completed in 4 milliseconds