Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/kernel/
Dkgdb.c148 static struct hw_breakpoint { struct
149 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;
/linux-3.4.99/arch/x86/kernel/
Dkgdb.c196 static struct hw_breakpoint { struct
212 struct arch_hw_breakpoint *info; in kgdb_correct_hw_break() argument