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