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

/drivers/misc/
H A Dkgdbts.c230 static void break_helper(char *bp_type, char *arg, unsigned long vaddr) function
246 break_helper(force_hwbrks ? "Z1" : "Z0", arg, 0);
251 break_helper(force_hwbrks ? "z1" : "z0", arg, 0);
256 break_helper("Z1", arg, 0);
261 break_helper("z1", arg, 0);
266 break_helper("Z2", arg, 0);
271 break_helper("z2", arg, 0);
276 break_helper("Z4", arg, 0);
281 break_helper("z4", arg, 0);
463 break_helper("Z
[all...]

Completed in 32 milliseconds