Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dgcs_frame.c22 struct gcs_context *gcs; in gcs_regs()
60 gcs = (struct gcs_context *)head; in gcs_regs()
H A Dtestcases.c204 if (head->size != sizeof(struct gcs_context)) in validate_reserved()
/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.c247 struct gcs_context __user *gcs;
679 static int preserve_gcs_context(struct gcs_context __user *ctx) in preserve_gcs_context()
895 user->gcs = (struct gcs_context __user *)head; in parse_user_sigframe()
1163 sizeof(struct gcs_context)); in setup_sigframe_layout()
1278 struct gcs_context __user *gcs_ctx = in setup_sigframe()