Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c46 struct target_lsx_context { struct
142 sizeof(struct target_lsx_context), LSX_CTX_ALIGN, sp); in setup_extcontext()
187 struct target_lsx_context *lsx_ctx; in setup_sigframe()
193 lsx_ctx = (struct target_lsx_context *)(info + 1); in setup_sigframe()
254 sizeof(struct target_lsx_context))) { in parse_extcontext()
305 struct target_lsx_context *lsx_ctx = in restore_sigframe()