Searched refs:break_helper (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/misc/ |
D | kgdbts.c | 230 static void break_helper(char *bp_type, char *arg, unsigned long vaddr) in break_helper() function 246 break_helper(force_hwbrks ? "Z1" : "Z0", arg, 0); in sw_break() 251 break_helper(force_hwbrks ? "z1" : "z0", arg, 0); in sw_rem_break() 256 break_helper("Z1", arg, 0); in hw_break() 261 break_helper("z1", arg, 0); in hw_rem_break() 266 break_helper("Z2", arg, 0); in hw_write_break() 271 break_helper("z2", arg, 0); in hw_rem_write_break() 276 break_helper("Z4", arg, 0); in hw_access_break() 281 break_helper("z4", arg, 0); in hw_rem_access_break() 463 break_helper("Z0", NULL, sstep_addr); in emul_sstep_get() [all …]
|