Searched defs:hw_breakpoint (Results 1 – 2 of 2) sorted by relevance
455 static struct hw_breakpoint { struct456 unsigned int enabled;457 unsigned long addr;458 int len;459 int type;460 struct perf_event * __percpu *pev;
179 static struct hw_breakpoint { struct195 struct arch_hw_breakpoint *info; in kgdb_correct_hw_break() argument