Searched refs:break_helper (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/misc/ |
D | kgdbts.c | 232 static void break_helper(char *bp_type, char *arg, unsigned long vaddr) in break_helper() function 248 break_helper(force_hwbrks ? "Z1" : "Z0", arg, 0); in sw_break() 253 break_helper(force_hwbrks ? "z1" : "z0", arg, 0); in sw_rem_break() 258 break_helper("Z1", arg, 0); in hw_break() 263 break_helper("z1", arg, 0); in hw_rem_break() 268 break_helper("Z2", arg, 0); in hw_write_break() 273 break_helper("z2", arg, 0); in hw_rem_write_break() 278 break_helper("Z4", arg, 0); in hw_access_break() 283 break_helper("z4", arg, 0); in hw_rem_access_break() 469 break_helper("Z0", NULL, sstep_addr); in emul_sstep_get() [all …]
|