Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsignal.c110 struct target_za_context { struct
118 QEMU_ALIGN_UP(sizeof(struct target_za_context), TARGET_SVE_VQ_BYTES) argument
227 static void target_setup_za_record(struct target_za_context *za, in target_setup_za_record()
368 struct target_za_context *za, in target_restore_za_record()
412 struct target_za_context *za = NULL; in target_restore_sigframe()
456 if (za || size < sizeof(struct target_za_context)) { in target_restore_sigframe()
459 za = (struct target_za_context *)ctx; in target_restore_sigframe()