Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/kernel/
Dkgdb.c454 static struct hw_breakpoint { struct
455 unsigned int enabled;
456 unsigned long addr;
457 int len;
458 int type;
459 struct perf_event * __percpu *pev;
/linux-6.12.1/arch/x86/kernel/
Dkgdb.c179 static struct hw_breakpoint { struct
195 struct arch_hw_breakpoint *info; in kgdb_correct_hw_break() argument