Home
last modified time | relevance | path

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

/qemu/target/xtensa/
H A Dxtensa-semi.c360 regs[2] = semihosting_get_argc(); in HELPER()
366 int argc = semihosting_get_argc(); in HELPER()
380 int argc = semihosting_get_argc(); in HELPER()
/qemu/semihosting/
H A Dstubs-system.c43 int semihosting_get_argc(void) in semihosting_get_argc() function
H A Dconfig.c84 int semihosting_get_argc(void) in semihosting_get_argc() function
/qemu/include/semihosting/
H A Dsemihost.h39 int semihosting_get_argc(void);
/qemu/target/mips/tcg/system/
H A Dmips-semi.c279 gpr[2] = semihosting_get_argc(); in mips_semihosting()
/qemu/target/mips/
H A Dcpu.c415 if (semihosting_get_argc()) { in mips_cpu_reset_hold()
/qemu/hw/mips/
H A Dmalta.c677 !semihosting_get_argc(), 2, in bl_setup_gt64120_jump_kernel()
/qemu/system/
H A Dvl.c2004 if (semihosting_enabled(false) && !semihosting_get_argc()) { in qemu_apply_machine_options()