tmp_hex           271 kernel/debug/gdbstub.c 	char *tmp_hex;
tmp_hex           279 kernel/debug/gdbstub.c 	tmp_hex = tmp_raw - 1;
tmp_hex           280 kernel/debug/gdbstub.c 	while (tmp_hex >= buf) {
tmp_hex           282 kernel/debug/gdbstub.c 		*tmp_raw = hex_to_bin(*tmp_hex--);
tmp_hex           283 kernel/debug/gdbstub.c 		*tmp_raw |= hex_to_bin(*tmp_hex--) << 4;