Searched refs:_mem (Results 1 – 2 of 2) sorted by relevance
/arch/mn10300/kernel/ |
D | gdb-stub.c | 183 static const char *hex2mem(const char *buf, void *_mem, int count, 792 unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) in mem2hex() argument 794 const u8 *mem = _mem; in mem2hex() 851 const char *hex2mem(const char *buf, void *_mem, int count, int may_fault) in hex2mem() argument 853 u8 *mem = _mem; in hex2mem()
|
/arch/frv/kernel/ |
D | gdb-stub.c | 217 static char *hex2mem(const char *buf, void *_mem, int count); 666 static unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) in mem2hex() argument 668 const uint8_t *mem = _mem; in mem2hex() 724 static char *hex2mem(const char *buf, void *_mem, int count) in hex2mem() argument 726 uint8_t *mem = _mem; in hex2mem()
|