Searched defs:hw_breakpoint (Results 1 – 2 of 2) sorted by relevance
149 static struct hw_breakpoint { struct150 unsigned int occupied:1;151 unsigned int skip:1;152 unsigned int enabled:1;153 unsigned int type:1;154 unsigned int dataacc:2;155 unsigned short count;156 unsigned int addr;
195 static struct hw_breakpoint { struct211 struct arch_hw_breakpoint *info; in kgdb_correct_hw_break() argument