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

/linux-master/drivers/misc/
H A Dkgdbts.c231 static void break_helper(char *bp_type, char *arg, unsigned long vaddr) function
247 break_helper(force_hwbrks ? "Z1" : "Z0", arg, 0);
252 break_helper(force_hwbrks ? "z1" : "z0", arg, 0);
257 break_helper("Z1", arg, 0);
262 break_helper("z1", arg, 0);
267 break_helper("Z2", arg, 0);
272 break_helper("z2", arg, 0);
277 break_helper("Z4", arg, 0);
282 break_helper("z4", arg, 0);
468 break_helper("Z
[all...]

Completed in 100 milliseconds