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

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

Completed in 27 milliseconds