Searched refs:za_context (Results 1 – 9 of 9) sorted by relevance
38 struct za_context *za; in fake_sigreturn_ssve_change_vl()51 if (head->size != sizeof(struct za_context)) { in fake_sigreturn_ssve_change_vl()56 za = (struct za_context *)head; in fake_sigreturn_ssve_change_vl()
63 bool validate_za_context(struct za_context *za, char **err) in validate_za_context()73 if ((za->head.size != sizeof(struct za_context)) && in validate_za_context()116 struct za_context *za = NULL; in validate_reserved()183 za = (struct za_context *)head; in validate_reserved()
34 struct za_context *za; in sme_vl()46 za = (struct za_context *)head; in sme_vl()
41 struct za_context *za; in do_one_sme_vl()63 za = (struct za_context *)head; in do_one_sme_vl()
49 struct za_context *za; in do_one_sme_vl()72 za = (struct za_context *)head; in do_one_sme_vl()
54 struct za_context *za; in do_one_sme_vl()101 za = (struct za_context *)regs; in do_one_sme_vl()
172 struct za_context { struct327 ((sizeof(struct za_context) + (__SVE_VQ_BYTES - 1)) \
123 * A new signal frame record za_context encodes the ZA register contents on127 the thread's vector length (in za_context.vl).131 za_context.head.size >= ZA_SIG_CONTEXT_SIZE(sve_vq_from_vl(za_context.vl))143 __reserved[] referencing this space. za_context is then written in the160 * If there is no za_context record in the signal frame, or if the record is164 * If za_context is present in the signal frame and contains matrix data then167 * The vector length cannot be changed via signal return. If za_context.vl in
237 struct za_context __user *za;522 static int preserve_za_context(struct za_context __user *ctx) in preserve_za_context()800 user->za = (struct za_context __user *)head; in parse_user_sigframe()1166 struct za_context __user *za_ctx = in setup_sigframe()