Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c54 struct target_lasx_context { struct
139 sizeof(struct target_lasx_context), LASX_CTX_ALIGN, sp); in setup_extcontext()
170 struct target_lasx_context *lasx_ctx; in setup_sigframe()
176 lasx_ctx = (struct target_lasx_context *)(info + 1); in setup_sigframe()
263 sizeof(struct target_lasx_context))) { in parse_extcontext()
291 struct target_lasx_context *lasx_ctx = in restore_sigframe()