Home
last modified time | relevance | path

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

123

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/exec/
H A Dsemihost.h45 static inline int semihosting_get_argc(void) in semihosting_get_argc() function
58 int semihosting_get_argc(void);
/dports/emulators/qemu42/qemu-4.2.1/include/hw/semihosting/
H A Dsemihost.h45 static inline int semihosting_get_argc(void) in semihosting_get_argc() function
63 int semihosting_get_argc(void);
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/semihosting/
H A Dsemihost.h45 static inline int semihosting_get_argc(void) in semihosting_get_argc() function
63 int semihosting_get_argc(void);
/dports/emulators/qemu/qemu-6.2.0/include/semihosting/
H A Dsemihost.h45 static inline int semihosting_get_argc(void) in semihosting_get_argc() function
66 int semihosting_get_argc(void);
/dports/emulators/qemu60/qemu-6.0.0/include/semihosting/
H A Dsemihost.h45 static inline int semihosting_get_argc(void) in semihosting_get_argc() function
66 int semihosting_get_argc(void);
/dports/emulators/qemu5/qemu-5.2.0/include/hw/semihosting/
H A Dsemihost.h45 static inline int semihosting_get_argc(void) in semihosting_get_argc() function
66 int semihosting_get_argc(void);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/semihosting/
H A Dsemihost.h45 static inline int semihosting_get_argc(void) in semihosting_get_argc() function
66 int semihosting_get_argc(void);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/semihosting/
H A Dsemihost.h45 static inline int semihosting_get_argc(void)
66 int semihosting_get_argc(void);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/semihosting/
H A Dsemihost.h45 static inline int semihosting_get_argc(void) in semihosting_get_argc() function
66 int semihosting_get_argc(void);
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Dmips-semi.c312 gpr[2] = semihosting_get_argc(); in helper_do_semihosting()
315 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
322 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dmips-semi.c312 gpr[2] = semihosting_get_argc(); in helper_do_semihosting()
315 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
322 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Dmips-semi.c312 gpr[2] = semihosting_get_argc(); in helper_do_semihosting()
315 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
322 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Dmips-semi.c311 gpr[2] = semihosting_get_argc(); in helper_do_semihosting()
314 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
321 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Dmips-semi.c312 gpr[2] = semihosting_get_argc(); in helper_do_semihosting()
315 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
322 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/sysemu/
H A Dmips-semi.c306 gpr[2] = semihosting_get_argc(); in helper_do_semihosting()
309 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
316 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/sysemu/
H A Dmips-semi.c306 gpr[2] = semihosting_get_argc(); in helper_do_semihosting()
309 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
316 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Dmips-semi.c312 gpr[2] = semihosting_get_argc(); in helper_do_semihosting()
315 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
322 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dmips-semi.c312 gpr[2] = semihosting_get_argc(); in helper_do_semihosting()
315 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
322 if (gpr[4] >= semihosting_get_argc()) { in helper_do_semihosting()
/dports/emulators/qemu42/qemu-4.2.1/stubs/
H A Dsemihost.c55 int semihosting_get_argc(void) in semihosting_get_argc() function
/dports/emulators/qemu-utils/qemu-4.2.1/stubs/
H A Dsemihost.c55 int semihosting_get_argc(void) in semihosting_get_argc() function
/dports/emulators/qemu5/qemu-5.2.0/stubs/
H A Dsemihost.c55 int semihosting_get_argc(void) in semihosting_get_argc() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/stubs/
H A Dsemihost.c55 int semihosting_get_argc(void) in semihosting_get_argc() function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/stubs/
H A Dsemihost.c54 int semihosting_get_argc(void) in semihosting_get_argc() function
/dports/emulators/qemu/qemu-6.2.0/stubs/
H A Dsemihost.c54 int semihosting_get_argc(void) in semihosting_get_argc() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/stubs/
H A Dsemihost.c55 int semihosting_get_argc(void) in semihosting_get_argc() function

123