Searched refs:tmp_raw (Results 1 – 1 of 1) sorted by relevance
270 char *tmp_raw; in kgdb_hex2mem() local277 tmp_raw = buf + count * 2; in kgdb_hex2mem()279 tmp_hex = tmp_raw - 1; in kgdb_hex2mem()281 tmp_raw--; in kgdb_hex2mem()282 *tmp_raw = hex_to_bin(*tmp_hex--); in kgdb_hex2mem()283 *tmp_raw |= hex_to_bin(*tmp_hex--) << 4; in kgdb_hex2mem()286 return probe_kernel_write(mem, tmp_raw, count); in kgdb_hex2mem()