Home
last modified time | relevance | path

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

/arch/cris/arch-v10/kernel/
Dkgdb.c814 char *dataptr; in handle_exception() local
817 int length = gdb_cris_strtol(lenptr+1, &dataptr, 16); in handle_exception()
818 if (*lenptr == ',' && *dataptr == ':') { in handle_exception()
820 if (hex2bin(addr, dataptr + 1, length)) in handle_exception()
825 bin2mem(addr, dataptr + 1, length); in handle_exception()
/arch/cris/arch-v32/kernel/
Dkgdb.c1364 char *dataptr; in handle_exception() local
1367 int len = gdb_cris_strtol(lenptr+1, &dataptr, 16); in handle_exception()
1368 if (*lenptr == ',' && *dataptr == ':') { in handle_exception()
1370 if (hex2bin(addr, dataptr + 1, len)) in handle_exception()
1375 bin2mem(addr, dataptr + 1, len); in handle_exception()
1438 char *dataptr; in handle_exception() local
1440 int len = gdb_cris_strtol(lenptr + 1, &dataptr, 16); in handle_exception()
1453 char *dataptr; in handle_exception() local
1455 int len = gdb_cris_strtol(lenptr + 1, &dataptr, 16); in handle_exception()
/arch/s390/kernel/
Dcompat_wrapper.c108 COMPAT_SYSCALL_WRAP2(capget, cap_user_header_t, header, cap_user_data_t, dataptr);