Home
last modified time | relevance | path

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

/openbmc/qemu/include/semihosting/
H A Dsyscalls.h35 void semihost_sys_read_gf(CPUState *cs, gdb_syscall_complete_cb complete,
/openbmc/qemu/semihosting/
H A Dsyscalls.c719 void semihost_sys_read_gf(CPUState *cs, gdb_syscall_complete_cb complete, in semihost_sys_read_gf() function
754 semihost_sys_read_gf(cs, complete, gf, buf, len); in semihost_sys_read()
H A Darm-compat-semi.c472 semihost_sys_read_gf(cs, common_semi_readc_cb, &console_in_gf, in do_common_semihosting()