Home
last modified time | relevance | path

Searched refs:semihosting_enabled (Results 1 – 11 of 11) sorted by relevance

/qemu/semihosting/
H A Dstubs-all.c15 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
H A Duser.c12 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
H A Dconfig.c66 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
/qemu/include/semihosting/
H A Dsemihost.h35 bool semihosting_enabled(bool is_user);
/qemu/target/riscv/insn_trans/
H A Dtrans_privileged.c.inc61 if (semihosting_enabled(ctx->priv == PRV_U) &&
/qemu/target/arm/tcg/
H A Dtranslate.c1128 if (semihosting_enabled(s->current_el == 0) && in gen_hlt()
4804 semihosting_enabled(s->current_el == 0) && in trans_BKPT()
7003 semihosting_enabled(s->current_el == 0) && in trans_SVC()
H A Dtranslate-a64.c2850 if (semihosting_enabled(s->current_el == 0) && a->imm == 0xf000) { in trans_HLT()
/qemu/system/
H A Dvl.c2004 if (semihosting_enabled(false) && !semihosting_get_argc()) { in qemu_apply_machine_options()
/qemu/target/xtensa/
H A Dtranslate.c2245 if (semihosting_enabled(dc->cring != 0)) { in test_exceptions_simcall()
2259 if (semihosting_enabled(dc->cring != 0)) { in translate_simcall()
/qemu/target/m68k/
H A Dtranslate.c1413 if (!semihosting_enabled(IS_USER(s))) { in semihosting_test()
/qemu/target/mips/tcg/
H A Dtranslate.c11243 return semihosting_enabled(is_user) && sdbbp_code == 1; in is_uhi()