Home
last modified time | relevance | path

Searched refs:bfin_type (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/blackfin/kernel/
Dkgdb.c162 int bfin_type; in bfin_set_hw_break() local
167 bfin_type = TYPE_INST_WATCHPOINT; in bfin_set_hw_break()
171 bfin_type = TYPE_DATA_WATCHPOINT; in bfin_set_hw_break()
175 bfin_type = TYPE_DATA_WATCHPOINT; in bfin_set_hw_break()
179 bfin_type = TYPE_DATA_WATCHPOINT; in bfin_set_hw_break()
192 if (bfin_type == breakinfo[breakno].type in bfin_set_hw_break()
209 int bfin_type; in bfin_remove_hw_break() local
213 bfin_type = TYPE_INST_WATCHPOINT; in bfin_remove_hw_break()
218 bfin_type = TYPE_DATA_WATCHPOINT; in bfin_remove_hw_break()
224 if (bfin_type == breakinfo[breakno].type in bfin_remove_hw_break()