Home
last modified time | relevance | path

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

/qemu/linux-user/hppa/
H A Dsignal.c31 abi_ulong sc_iaoq[2]; member
58 QEMU_BUILD_BUG_ON(offsetof(struct target_sigcontext, sc_iaoq)
68 __put_user(env->iaoq_f, &sc->sc_iaoq[0]); in setup_sigcontext()
69 __put_user(env->iaoq_b, &sc->sc_iaoq[1]); in setup_sigcontext()
103 __get_user(env->iaoq_f, &sc->sc_iaoq[0]); in restore_sigcontext()
105 __get_user(env->iaoq_b, &sc->sc_iaoq[1]); in restore_sigcontext()