Searched refs:_mem (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/mn10300/kernel/ |
D | gdb-stub.c | 184 static const char *hex2mem(const char *buf, void *_mem, int count, 793 unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) in mem2hex() argument 795 const u8 *mem = _mem; in mem2hex() 852 const char *hex2mem(const char *buf, void *_mem, int count, int may_fault) in hex2mem() argument 854 u8 *mem = _mem; in hex2mem()
|
/linux-2.6.39/arch/frv/kernel/ |
D | gdb-stub.c | 218 static char *hex2mem(const char *buf, void *_mem, int count); 667 static unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) in mem2hex() argument 669 const uint8_t *mem = _mem; in mem2hex() 725 static char *hex2mem(const char *buf, void *_mem, int count) in hex2mem() argument 727 uint8_t *mem = _mem; in hex2mem()
|