Searched refs:softint (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/sparc/ |
| H A D | int64_helper.c | 72 (env->softint & ~(SOFTINT_TIMER | SOFTINT_STIMER)); in cpu_check_irqs() 86 if (env->softint & (SOFTINT_TIMER | SOFTINT_STIMER)) { in cpu_check_irqs() 127 trace_sparc64_cpu_check_irqs_disabled(pil, env->pil_in, env->softint, in cpu_check_irqs() 278 if (env->softint != value) { 279 env->softint = value; in helper_set_softint() 294 if (do_modify_softint(env, env->softint | (uint32_t)value)) { in helper_write_softint() 295 trace_int_helper_set_softint(env->softint); in helper_write_softint() 301 if (do_modify_softint(env, env->softint & (uint32_t)~value)) { 302 trace_int_helper_clear_softint(env->softint); 309 trace_int_helper_write_softint(env->softint); [all...] |
| H A D | trace-events | 18 int_helper_set_softint(uint32_t softint) "new 0x%08x" 19 int_helper_clear_softint(uint32_t softint) "new 0x%08x" 20 int_helper_write_softint(uint32_t softint) "new 0x%08x" 24 …int32_t pil, uint32_t pil_in, uint32_t softint, int intno) "Interrupts disabled, pil=0x%08x pil_in…
|
| H A D | cpu.h | 539 uint32_t softint; 540 uint32_t softint; global() member
|
| H A D | translate.c | 2971 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(softint)); in do_rdsoftint()
|
| /openbmc/qemu/hw/sparc64/ |
| H A D | trace-events | 14 sparc64_cpu_tick_irq_disabled(void) "tick_irq: softint disabled" 16 sparc64_cpu_stick_irq_disabled(void) "stick_irq: softint disabled" 18 sparc64_cpu_hstick_irq_disabled(void) "hstick_irq: softint disabled"
|
| H A D | sparc64.c | 147 env->softint |= SOFTINT_TIMER; in tick_irq() 165 env->softint |= SOFTINT_STIMER; in stick_irq() 183 env->softint |= SOFTINT_STIMER; in hstick_irq()
|