Searched refs:softint (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | int64_helper.c | 69 (env->softint & ~(SOFTINT_TIMER | SOFTINT_STIMER)); in cpu_check_irqs() 83 if (env->softint & (SOFTINT_TIMER | SOFTINT_STIMER)) { in cpu_check_irqs() 124 trace_sparc64_cpu_check_irqs_disabled(pil, env->pil_in, env->softint, in cpu_check_irqs() 265 if (env->softint != value) { in do_modify_softint() 266 env->softint = value; in do_modify_softint() 281 if (do_modify_softint(env, env->softint | (uint32_t)value)) { in helper_set_softint() 282 trace_int_helper_set_softint(env->softint); in helper_set_softint() 288 if (do_modify_softint(env, env->softint & (uint32_t)~value)) { in helper_clear_softint() 289 trace_int_helper_clear_softint(env->softint); in helper_clear_softint() 296 trace_int_helper_write_softint(env->softint); in helper_write_softint()
|
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; member
|
H A D | translate.c | 2934 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()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | atarihw.h | 584 u_char softint; member
|