Searched defs:hw_breakpoint (Results 1 – 2 of 2) sorted by relevance
148 static struct hw_breakpoint { struct149 unsigned int occupied:1;150 unsigned int skip:1;151 unsigned int enabled:1;152 unsigned int type:1;153 unsigned int dataacc:2;154 unsigned short count;155 unsigned int addr;
196 static struct hw_breakpoint { struct212 struct arch_hw_breakpoint *info; in kgdb_correct_hw_break() argument