Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dint64_helper.c263 static bool do_modify_softint(CPUSPARCState *env, uint32_t value) in do_modify_softint() function
281 if (do_modify_softint(env, env->softint | (uint32_t)value)) { in helper_set_softint()
288 if (do_modify_softint(env, env->softint & (uint32_t)~value)) { in helper_clear_softint()
295 if (do_modify_softint(env, (uint32_t)value)) { in helper_write_softint()