Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dmips-semi.c127 static void uhi_cb(CPUState *cs, uint64_t ret, int err) in uhi_cb() function
199 uhi_cb(cs, ret, err); in uhi_fstat_cb()
238 semihost_sys_open(cs, uhi_cb, fname, 0, gpr[5], gpr[6]); in mips_semihosting()
243 semihost_sys_close(cs, uhi_cb, gpr[4]); in mips_semihosting()
246 semihost_sys_read(cs, uhi_cb, gpr[4], gpr[5], gpr[6]); in mips_semihosting()
249 semihost_sys_write(cs, uhi_cb, gpr[4], gpr[5], gpr[6]); in mips_semihosting()
252 semihost_sys_lseek(cs, uhi_cb, gpr[4], gpr[5], gpr[6]); in mips_semihosting()
255 semihost_sys_remove(cs, uhi_cb, gpr[4], 0); in mips_semihosting()
310 semihost_sys_write(cs, uhi_cb, 2, addr, len); in mips_semihosting()
330 semihost_sys_write(cs, uhi_cb, 2, addr, str->len); in mips_semihosting()