Searched refs:semihosting_enabled (Results 1 – 10 of 10) sorted by relevance
30 static inline bool semihosting_enabled(bool is_user) in semihosting_enabled() function61 bool semihosting_enabled(bool is_user);
26 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
66 bool semihosting_enabled(bool is_user) in semihosting_enabled() function
55 if (semihosting_enabled(ctx->priv == PRV_U) &&
1138 if (semihosting_enabled(s->current_el == 0) && in gen_hlt() 4814 semihosting_enabled(s->current_el == 0) && in trans_BKPT() 7013 semihosting_enabled(s->current_el == 0) && in trans_RFE()
2662 if (semihosting_enabled(s->current_el == 0) && a->imm == 0xf000) { in trans_HLT()
1944 if (semihosting_enabled(false) && !semihosting_get_argc()) { in qemu_apply_machine_options()
2243 bool is_semi = semihosting_enabled(dc->cring != 0); in test_exceptions_simcall()2260 if (semihosting_enabled(dc->cring != 0)) { in translate_simcall()
1412 if (!semihosting_enabled(IS_USER(s))) { in semihosting_test()
11242 return semihosting_enabled(is_user) && sdbbp_code == 1; in is_uhi()