Searched refs:semihosting_enabled (Results 1 – 11 of 11) sorted by relevance
15 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
12 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
66 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
35 bool semihosting_enabled(bool is_user);
61 if (semihosting_enabled(ctx->priv == PRV_U) &&
1128 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()
2850 if (semihosting_enabled(s->current_el == 0) && a->imm == 0xf000) { in trans_HLT()
2004 if (semihosting_enabled(false) && !semihosting_get_argc()) { in qemu_apply_machine_options()
2245 if (semihosting_enabled(dc->cring != 0)) { in test_exceptions_simcall()2259 if (semihosting_enabled(dc->cring != 0)) { in translate_simcall()
1413 if (!semihosting_enabled(IS_USER(s))) { in semihosting_test()
11243 return semihosting_enabled(is_user) && sdbbp_code == 1; in is_uhi()