Searched refs:semihost_sys_remove (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/semihosting/ |
H A D | syscalls.h | 61 void semihost_sys_remove(CPUState *cs, gdb_syscall_complete_cb complete,
|
/openbmc/qemu/target/m68k/ |
H A D | m68k-semi.c | 185 semihost_sys_remove(cs, m68k_semi_u32_cb, arg0, arg1); in do_m68k_semihosting()
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | mips-semi.c | 255 semihost_sys_remove(cs, uhi_cb, gpr[4], 0); in mips_semihosting()
|
/openbmc/qemu/semihosting/ |
H A D | arm-compat-semi.c | 536 semihost_sys_remove(cs, common_semi_cb, arg0, arg1 + 1); in do_common_semihosting()
|
H A D | syscalls.c | 917 void semihost_sys_remove(CPUState *cs, gdb_syscall_complete_cb complete, in semihost_sys_remove() function
|