Home
last modified time | relevance | path

Searched defs:hw_breakpoint (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dkgdb.c456 static struct hw_breakpoint { struct
457 unsigned int enabled;
458 unsigned long addr;
459 int len;
460 int type;
461 struct perf_event * __percpu *pev;
/linux/arch/x86/kernel/
H A Dkgdb.c179 static struct hw_breakpoint { struct
195 struct arch_hw_breakpoint *info; in kgdb_correct_hw_break() argument