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

/linux-4.1.27/kernel/debug/
H A Dgdbstub.c269 char *tmp_raw; kgdb_hex2mem() local
276 tmp_raw = buf + count * 2; kgdb_hex2mem()
278 tmp_hex = tmp_raw - 1; kgdb_hex2mem()
280 tmp_raw--; kgdb_hex2mem()
281 *tmp_raw = hex_to_bin(*tmp_hex--); kgdb_hex2mem()
282 *tmp_raw |= hex_to_bin(*tmp_hex--) << 4; kgdb_hex2mem()
285 return probe_kernel_write(mem, tmp_raw, count); kgdb_hex2mem()

Completed in 55 milliseconds