Searched defs:arm_semi_cb (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Darm-semi.c125 static void arm_semi_cb(CPUState *cpu, target_ulong ret, target_ulong err) function
217 gdb_do_syscall(arm_semi_cb, "open,%s,%x,1a4", arg0,
228 gdb_do_syscall(arm_semi_cb, "close,%x", arg0);
242 gdb_do_syscall(arm_semi_cb, "write,2,%x,1", args);
254 gdb_do_syscall(arm_semi_cb, "write,2,%x,%x\n", args, len);
268 gdb_do_syscall(arm_semi_cb, "write,%x,%x,%x", arg0, arg1, len);
289 gdb_do_syscall(arm_semi_cb, "read,%x,%x,%x", arg0, arg1, len);
311 gdb_do_syscall(arm_semi_cb, "isatty,%x", arg0);
320 gdb_do_syscall(arm_semi_cb, "lseek,%x,%x,0", arg0, arg1);
348 gdb_do_syscall(arm_semi_cb, "unlin
[all...]

Completed in 495 milliseconds