Home
last modified time | relevance | path

Searched refs:semihosting_get_arg (Results 1 – 25 of 44) sorted by relevance

12

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/exec/
H A Dsemihost.h40 static inline const char *semihosting_get_arg(int i) in semihosting_get_arg() function
57 const char *semihosting_get_arg(int i);
/dports/emulators/qemu42/qemu-4.2.1/include/hw/semihosting/
H A Dsemihost.h40 static inline const char *semihosting_get_arg(int i) in semihosting_get_arg() function
62 const char *semihosting_get_arg(int i);
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/semihosting/
H A Dsemihost.h40 static inline const char *semihosting_get_arg(int i) in semihosting_get_arg() function
62 const char *semihosting_get_arg(int i);
/dports/emulators/qemu/qemu-6.2.0/include/semihosting/
H A Dsemihost.h40 static inline const char *semihosting_get_arg(int i) in semihosting_get_arg() function
65 const char *semihosting_get_arg(int i);
/dports/emulators/qemu60/qemu-6.0.0/include/semihosting/
H A Dsemihost.h40 static inline const char *semihosting_get_arg(int i) in semihosting_get_arg() function
65 const char *semihosting_get_arg(int i);
/dports/emulators/qemu5/qemu-5.2.0/include/hw/semihosting/
H A Dsemihost.h40 static inline const char *semihosting_get_arg(int i) in semihosting_get_arg() function
65 const char *semihosting_get_arg(int i);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/semihosting/
H A Dsemihost.h40 static inline const char *semihosting_get_arg(int i) in semihosting_get_arg() function
65 const char *semihosting_get_arg(int i);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/semihosting/
H A Dsemihost.h40 static inline const char *semihosting_get_arg(int i)
65 const char *semihosting_get_arg(int i);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/semihosting/
H A Dsemihost.h40 static inline const char *semihosting_get_arg(int i) in semihosting_get_arg() function
65 const char *semihosting_get_arg(int i);
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Dmips-semi.c203 int strsize = strlen(semihosting_get_arg(arg_num)) + 1; in copy_argn_to_target()
209 strcpy(dst, semihosting_get_arg(arg_num)); in copy_argn_to_target()
319 gpr[2] = strlen(semihosting_get_arg(gpr[4])); in helper_do_semihosting()
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dmips-semi.c203 int strsize = strlen(semihosting_get_arg(arg_num)) + 1; in copy_argn_to_target()
209 strcpy(dst, semihosting_get_arg(arg_num)); in copy_argn_to_target()
319 gpr[2] = strlen(semihosting_get_arg(gpr[4])); in helper_do_semihosting()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Dmips-semi.c203 int strsize = strlen(semihosting_get_arg(arg_num)) + 1; in copy_argn_to_target()
209 strcpy(dst, semihosting_get_arg(arg_num)); in copy_argn_to_target()
319 gpr[2] = strlen(semihosting_get_arg(gpr[4])); in helper_do_semihosting()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Dmips-semi.c202 int strsize = strlen(semihosting_get_arg(arg_num)) + 1; in copy_argn_to_target()
208 strcpy(dst, semihosting_get_arg(arg_num)); in copy_argn_to_target()
318 gpr[2] = strlen(semihosting_get_arg(gpr[4])); in helper_do_semihosting()
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Dmips-semi.c203 int strsize = strlen(semihosting_get_arg(arg_num)) + 1; in copy_argn_to_target()
209 strcpy(dst, semihosting_get_arg(arg_num)); in copy_argn_to_target()
319 gpr[2] = strlen(semihosting_get_arg(gpr[4])); in helper_do_semihosting()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/sysemu/
H A Dmips-semi.c197 int strsize = strlen(semihosting_get_arg(arg_num)) + 1; in copy_argn_to_target()
203 strcpy(dst, semihosting_get_arg(arg_num)); in copy_argn_to_target()
313 gpr[2] = strlen(semihosting_get_arg(gpr[4])); in helper_do_semihosting()
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/sysemu/
H A Dmips-semi.c197 int strsize = strlen(semihosting_get_arg(arg_num)) + 1; in copy_argn_to_target()
203 strcpy(dst, semihosting_get_arg(arg_num)); in copy_argn_to_target()
313 gpr[2] = strlen(semihosting_get_arg(gpr[4])); in helper_do_semihosting()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Dmips-semi.c203 int strsize = strlen(semihosting_get_arg(arg_num)) + 1; in copy_argn_to_target()
209 strcpy(dst, semihosting_get_arg(arg_num)); in copy_argn_to_target()
319 gpr[2] = strlen(semihosting_get_arg(gpr[4])); in helper_do_semihosting()
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dmips-semi.c203 int strsize = strlen(semihosting_get_arg(arg_num)) + 1; in copy_argn_to_target()
209 strcpy(dst, semihosting_get_arg(arg_num)); in copy_argn_to_target()
319 gpr[2] = strlen(semihosting_get_arg(gpr[4])); in helper_do_semihosting()
/dports/emulators/qemu42/qemu-4.2.1/stubs/
H A Dsemihost.c50 const char *semihosting_get_arg(int i) in semihosting_get_arg() function
/dports/emulators/qemu-utils/qemu-4.2.1/stubs/
H A Dsemihost.c50 const char *semihosting_get_arg(int i) in semihosting_get_arg() function
/dports/emulators/qemu5/qemu-5.2.0/stubs/
H A Dsemihost.c50 const char *semihosting_get_arg(int i) in semihosting_get_arg() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/stubs/
H A Dsemihost.c50 const char *semihosting_get_arg(int i) in semihosting_get_arg() function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/stubs/
H A Dsemihost.c49 const char *semihosting_get_arg(int i) in semihosting_get_arg() function
/dports/emulators/qemu/qemu-6.2.0/stubs/
H A Dsemihost.c49 const char *semihosting_get_arg(int i) in semihosting_get_arg() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/stubs/
H A Dsemihost.c50 const char *semihosting_get_arg(int i) in semihosting_get_arg() function

12