Home
last modified time | relevance | path

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

/kernel/debug/
Dgdbstub.c267 char *tmp_raw; in kgdb_hex2mem() local
274 tmp_raw = buf + count * 2; in kgdb_hex2mem()
276 tmp_hex = tmp_raw - 1; in kgdb_hex2mem()
278 tmp_raw--; in kgdb_hex2mem()
279 *tmp_raw = hex_to_bin(*tmp_hex--); in kgdb_hex2mem()
280 *tmp_raw |= hex_to_bin(*tmp_hex--) << 4; in kgdb_hex2mem()
283 return copy_to_kernel_nofault(mem, tmp_raw, count); in kgdb_hex2mem()