Searched refs:sve_context (Results 1 – 9 of 9) sorted by relevance
38 struct sve_context *sve; in fake_sigreturn_sve_change_vl()51 if (head->size != sizeof(struct sve_context)) { in fake_sigreturn_sve_change_vl()56 sve = (struct sve_context *)head; in fake_sigreturn_sve_change_vl()
34 struct sve_context *sve; in sve_vl()46 sve = (struct sve_context *)head; in sve_vl()
61 bool validate_sve_context(struct sve_context *sve, char **err) in validate_sve_context()71 if ((sve->head.size != sizeof(struct sve_context)) && in validate_sve_context()138 struct sve_context *sve = NULL; in validate_reserved()195 sve = (struct sve_context *)head; in validate_reserved()
47 struct sve_context *sve; in do_one_sve_vl()71 sve = (struct sve_context *)head; in do_one_sve_vl()
47 struct sve_context *ssve; in do_one_sme_vl()73 ssve = (struct sve_context *)head; in do_one_sme_vl()
53 struct sve_context *ssve; in do_one_sme_vl()80 ssve = (struct sve_context *)regs; in do_one_sme_vl()
138 struct sve_context { struct266 ((sizeof(struct sve_context) + (__SVE_VQ_BYTES - 1)) \
81 example the signal frame (struct sve_context) and ptrace interface138 * A new signal frame record sve_context encodes the SVE registers on signal143 is duplicated between sve_context and fpsimd_context.151 the thread's vector length (in sve_context.vl).156 sve_context.head.size >= SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(sve_context.vl)).168 __reserved[] referencing this space. sve_context is then written in the177 * If there is no sve_context record in the signal frame, or if the record is181 * If sve_context is present in the signal frame and contains full register185 and not from sve_context. The remaining bits are restored from sve_context.188 irrespective of whether sve_context is present or not.[all …]
177 struct sve_context __user *sve;233 static int preserve_sve_context(struct sve_context __user *ctx) in preserve_sve_context()650 user->sve = (struct sve_context __user *)head; in parse_user_sigframe()974 struct sve_context __user *sve_ctx = in setup_sigframe()