Home
last modified time | relevance | path

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

/linux/Documentation/arch/arm64/
H A Dgcs.rst154 * A new signal frame record gcs_context encodes the current GCS mode and
173 handler via RET as normal. This will not be reported in the gcs_context in
182 * If there is a gcs_context record in the signal frame then the GCS flags
186 * If there is no gcs_context record in the signal frame then the GCS
/linux/arch/arm64/include/uapi/asm/
H A Dsigcontext.h188 struct gcs_context { struct
/linux/arch/arm64/kernel/
H A Dsignal.c243 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()
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c204 if (head->size != sizeof(struct gcs_context)) in validate_reserved()