Home
last modified time | relevance | path

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

/openbmc/qemu/semihosting/
H A Darm-compat-semi.c235 common_semi_set_ret(cs, ret); in common_semi_cb()
244 common_semi_set_ret(cs, 0xdeadbeef); in common_semi_dead_cb()
263 common_semi_set_ret(cs, arg2 - ret); in common_semi_rw_cb()
509 common_semi_set_ret(cs, -1); in do_common_semihosting()
518 common_semi_set_ret(cs, -1); in do_common_semihosting()
529 common_semi_set_ret(cs, 0); in do_common_semihosting()
563 common_semi_set_ret(cs, get_swi_errno(cs)); in do_common_semihosting()
721 common_semi_set_ret(cs, 0); in do_common_semihosting()
771 common_semi_set_ret(cs, 0); in do_common_semihosting()
776 common_semi_set_ret(cs, 1000000000); in do_common_semihosting()
[all …]
/openbmc/qemu/target/riscv/
H A Dcommon-semi-target.h21 static inline void common_semi_set_ret(CPUState *cs, target_ulong ret) in common_semi_set_ret() function
/openbmc/qemu/target/arm/
H A Dcommon-semi-target.h26 static inline void common_semi_set_ret(CPUState *cs, target_ulong ret) in common_semi_set_ret() function