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()
38 bool validate_sve_context(struct sve_context *sve, char **err) in validate_sve_context()48 if ((sve->head.size != sizeof(struct sve_context)) && in validate_sve_context()115 struct sve_context *sve = NULL; in validate_reserved()176 sve = (struct sve_context *)head; in validate_reserved()
34 struct sve_context *sve; in sve_vl()46 sve = (struct sve_context *)head; in sve_vl()
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()
145 struct sve_context { struct281 ((sizeof(struct sve_context) + (__SVE_VQ_BYTES - 1)) \
81 example the signal frame (struct sve_context) and ptrace interface133 * A new signal frame record sve_context encodes the SVE registers on signal138 is duplicated between sve_context and fpsimd_context.146 the thread's vector length (in sve_context.vl).151 sve_context.head.size >= SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(sve_context.vl)).163 __reserved[] referencing this space. sve_context is then written in the172 * If there is no sve_context record in the signal frame, or if the record is176 * If sve_context is present in the signal frame and contains full register180 and not from sve_context. The remaining bits are restored from sve_context.183 irrespective of whether sve_context is present or not.[all …]
233 struct sve_context __user *sve;348 static int preserve_sve_context(struct sve_context __user *ctx) in preserve_sve_context()778 user->sve = (struct sve_context __user *)head; in parse_user_sigframe()1138 struct sve_context __user *sve_ctx = in setup_sigframe()