Home
last modified time | relevance | path

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

/openbmc/qemu/include/semihosting/
H A Dsemihost.h45 static inline int semihosting_get_argc(void) in semihosting_get_argc() function
64 int semihosting_get_argc(void);
/openbmc/qemu/stubs/
H A Dsemihost.c49 int semihosting_get_argc(void) in semihosting_get_argc() function
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c361 regs[2] = semihosting_get_argc(); in HELPER()
367 int argc = semihosting_get_argc(); in HELPER()
381 int argc = semihosting_get_argc(); in HELPER()
/openbmc/qemu/semihosting/
H A Dconfig.c84 int semihosting_get_argc(void) in semihosting_get_argc() function
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dmips-semi.c262 gpr[2] = semihosting_get_argc(); in mips_semihosting()
/openbmc/qemu/target/mips/
H A Dcpu.c417 if (semihosting_get_argc()) { in mips_cpu_reset_hold()
/openbmc/qemu/hw/mips/
H A Dmalta.c687 !semihosting_get_argc(), 2, in bl_setup_gt64120_jump_kernel()
/openbmc/qemu/system/
H A Dvl.c1931 if (semihosting_enabled(false) && !semihosting_get_argc()) { in qemu_apply_machine_options()