Searched refs:gcs_context (Results 1 – 4 of 4) sorted by relevance
154 * A new signal frame record gcs_context encodes the current GCS mode and173 handler via RET as normal. This will not be reported in the gcs_context in182 * If there is a gcs_context record in the signal frame then the GCS flags186 * If there is no gcs_context record in the signal frame then the GCS
188 struct gcs_context { struct
243 struct gcs_context __user *gcs;694 static int preserve_gcs_context(struct gcs_context __user *ctx) in preserve_gcs_context()910 user->gcs = (struct gcs_context __user *)head; in parse_user_sigframe()1176 sizeof(struct gcs_context)); in setup_sigframe_layout()1291 struct gcs_context __user *gcs_ctx = in setup_sigframe()
204 if (head->size != sizeof(struct gcs_context)) in validate_reserved()