Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h25 __u64 sc_extcontext[0] __attribute__((__aligned__(16))); member
/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c24 abi_ulong sc_extcontext[0] QEMU_ALIGNED(16); member
/openbmc/linux/arch/loongarch/kernel/
H A Dsignal.c724 struct sctx_info __user *info = (struct sctx_info __user *)&sc->sc_extcontext; in parse_extcontext()