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

/linux-4.1.27/kernel/debug/
H A Dgdbstub.c270 char *tmp_hex; kgdb_hex2mem() local
278 tmp_hex = tmp_raw - 1; kgdb_hex2mem()
279 while (tmp_hex >= buf) { kgdb_hex2mem()
281 *tmp_raw = hex_to_bin(*tmp_hex--); kgdb_hex2mem()
282 *tmp_raw |= hex_to_bin(*tmp_hex--) << 4; kgdb_hex2mem()

Completed in 40 milliseconds