Home
last modified time | relevance | path

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

/openbmc/qemu/include/semihosting/
H A Dsemihost.h30 static inline bool semihosting_enabled(bool is_user) in semihosting_enabled() function
61 bool semihosting_enabled(bool is_user);
/openbmc/qemu/stubs/
H A Dsemihost.c26 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
/openbmc/qemu/semihosting/
H A Dconfig.c66 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_privileged.c.inc55 if (semihosting_enabled(ctx->priv == PRV_U) &&
/openbmc/qemu/target/m68k/
H A Dop_helper.c206 if (semihosting_enabled((env->sr & SR_S) == 0) in cf_interrupt_all()
/openbmc/qemu/target/nios2/
H A Dtranslate.c824 if (semihosting_enabled(is_user) && instr.imm5 == 1) { in gen_break()
/openbmc/qemu/system/
H A Dvl.c1931 if (semihosting_enabled(false) && !semihosting_get_argc()) { in qemu_apply_machine_options()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c1142 if (semihosting_enabled(s->current_el == 0) && in gen_hlt()
6399 semihosting_enabled(s->current_el == 0) && in trans_BKPT()
8557 semihosting_enabled(s->current_el == 0) && in trans_SVC()
H A Dtranslate-a64.c2401 if (semihosting_enabled(s->current_el == 0) && a->imm == 0xf000) { in trans_HLT()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c2272 bool is_semi = semihosting_enabled(dc->cring != 0); in test_exceptions_simcall()
2289 if (semihosting_enabled(dc->cring != 0)) { in translate_simcall()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c11525 return semihosting_enabled(is_user) && sdbbp_code == 1; in is_uhi()